@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--skyblack: #1e293b;--skyblack2: #334155;--text-muted: #64748b;--text-color: #1e293b}html,body{margin:0;padding:0;font-family:Outfit,sans-serif;overflow:hidden;width:100%;height:100%;background-color:#000}#root{width:100%;height:100%;max-width:800px;margin:0 auto;position:relative;overflow:hidden}*{box-sizing:border-box}.hamburger-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;position:relative}.hamburger-btn div{width:22px;height:3px;background-color:var(--skyblack);border-radius:4px;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.bar1{transform:translateY(-7px)}.bar2{transform:translateY(0)}.bar3{transform:translateY(7px)}.hamburger-btn.open .bar1{transform:translateY(0) rotate(45deg)}.hamburger-btn.open .bar2{opacity:0;transform:translate(-5px)}.hamburger-btn.open .bar3{transform:translateY(0) rotate(-45deg)}.sidebar-overlay{position:fixed;top:60px;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:900;opacity:0;visibility:hidden;transition:all .4s ease}.sidebar-overlay.show{opacity:1;visibility:visible}.sidebar-menu{position:fixed;top:60px;right:0;bottom:0;width:280px;background:var(--skyblack);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:901;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s ease;display:flex;flex-direction:column}.sidebar-menu.open{transform:translate(0);box-shadow:-10px 0 30px #0003}.sidebar-content{flex:1;overflow-y:auto;padding:20px 0}.sidebar-nav{display:flex;flex-direction:column}.nav-item{padding:16px 24px;display:flex;align-items:center;gap:16px;color:#f8fafc;text-decoration:none;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:400;transition:all .2s ease}.nav-item i{width:20px;font-size:1.1rem;color:#94a3b8}.nav-item .chevron-icon{margin-left:auto;font-size:.8rem;opacity:.5}.nav-item:active{background:#ffffff0d}.sub-menu{padding:10px 24px 20px 60px;display:flex;flex-direction:column;gap:15px;background:#0000001a}.sub-item{display:flex;justify-content:space-between;align-items:center;color:#94a3b8;font-size:.9rem;font-weight:500}.toggle-btn{width:40px;height:22px;background:#334155;border-radius:20px;border:1px solid #475569;position:relative;cursor:pointer;padding:0}.toggle-btn.active{background:#38bdf8;border-color:#38bdf8}.toggle-thumb{width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.toggle-btn.active .toggle-thumb{left:20px}.font-selector{flex-direction:column;align-items:flex-start;gap:10px}.size-options{display:flex;background:#334155;padding:3px;border-radius:8px;width:100%}.size-btn{flex:1;background:transparent;border:none;color:#94a3b8;padding:6px;font-size:.85rem;font-family:Outfit,sans-serif;cursor:pointer;border-radius:6px}.size-btn.active{background:#475569;color:#fff;box-shadow:0 2px 4px #0003}.sidebar-footer{padding:20px 24px 40px}.divider{height:.1px;background-color:#ffffff1a;margin-bottom:20px}.user-info{display:flex;flex-direction:column;gap:5px}.info-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.user-id{font-size:1rem;font-weight:600;color:#f8fafc}.glass-item{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:20px;padding:16px 20px;display:flex;align-items:center;gap:16px;transition:transform .2s ease,background .2s ease;position:relative;box-shadow:0 4px 12px #00000008;width:100%;cursor:pointer;margin-bottom:12px;text-align:left}.glass-item:active{transform:scale(.98);background:#ffffff8c}.icon-circle{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;flex-shrink:0;box-shadow:0 4px 15px #0000001a}.c-blue{background:#3b82f6}.c-green{background:#10b981}.c-red{background:#ef4444}.c-amber{background:#f59e0b}.c-purple{background:#8b5cf6}.c-pink{background:#ec4899}.c-indigo{background:#6366f2}.c-sky{background:#0ea5e9}.c-gray{background:#4b5563}.text-area{flex:1;display:flex;flex-direction:column;gap:3px;overflow:hidden}.card-name{font-weight:800;font-size:1.25rem;color:var(--skyblack);line-height:1.2}.subtext-mid{font-size:.85rem;color:#666}.subtext-bot{font-size:.75rem;color:#999}.data-right{color:#cbd5e1;font-size:1rem}.drag-handle{padding:10px 5px;cursor:grab;color:#cbd5e1;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.drag-handle:active{cursor:grabbing}.drag-handle:hover{color:var(--skyblack)}.skyshop-container{max-width:800px;margin:0 auto;padding:80px 20px;font-family:Inter,Outfit,sans-serif}.skyshop-header{text-align:center;margin-bottom:40px}.skyshop-header h1{font-size:2.5rem;font-weight:900;margin-bottom:5px;background:linear-gradient(135deg,#0284c7,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.skyshop-header p{color:#64748b;margin-bottom:20px}.add-btn{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #3b82f64d}.add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.log-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.log-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 15px #0000000d;transition:transform .3s;border:1px solid #f1f5f9}.log-card:hover{transform:translateY(-5px)}.card-image{height:180px;background-size:cover;background-position:center;position:relative}.group-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:8px;font-size:.7rem;font-weight:800;text-transform:uppercase;color:#fff}.group-badge.naver{background:#03c75a}.group-badge.coupang{background:#e61e2a}.group-badge.kakao{background:#fee500;color:#3c1e1e}.group-badge.other{background:#64748b}.card-content{padding:15px}.card-content h3{font-size:1rem;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1e293b}.price{font-weight:800;font-size:1.1rem;color:#0f172a;margin-bottom:5px}.date{font-size:.8rem;color:#94a3b8;margin-bottom:15px}.card-actions{display:flex;justify-content:space-between;align-items:center}.link-btn{text-decoration:none;background:#f1f5f9;color:#475569;padding:8px 15px;border-radius:8px;font-size:.85rem;font-weight:600;transition:all .2s}.link-btn:hover{background:#e2e8f0;color:#1e293b}.delete-icon{background:none;border:none;color:#cbd5e1;cursor:pointer;transition:color .2s}.delete-icon:hover{color:#ef4444}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal-content{background:#fff;width:100%;max-width:500px;border-radius:24px;padding:30px;box-shadow:0 25px 50px -12px #00000040}.form-group{margin-bottom:15px}.form-group label{display:block;font-size:.85rem;font-weight:700;color:#64748b;margin-bottom:6px}.form-group input,.form-group select{width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;box-sizing:border-box}.search-input-wrapper{display:flex;gap:8px}.search-input-wrapper button{background:#0f172a;color:#fff;border:none;padding:0 15px;border-radius:10px;cursor:pointer}.search-results{background:#f8f9fa;border-radius:10px;margin-top:8px;max-height:200px;overflow-y:auto;border:1px solid #e2e8f0}.result-item{display:flex;align-items:center;gap:12px;padding:10px;cursor:pointer;transition:background .2s}.result-item:hover{background:#e2e8f0}.result-item img{width:40px;height:40px;object-fit:cover;border-radius:6px}.res-name{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.res-price{font-size:.8rem;color:#64748b}.modal-footer{display:flex;gap:10px;margin-top:25px}.modal-footer button{flex:1;padding:12px;border-radius:12px;font-weight:700;cursor:pointer;border:none}.cancel-btn{background:#f1f5f9;color:#475569}.save-btn{background:#3b82f6;color:#fff}:root{--memo-primary: #007bff;--memo-bg: #f8f9fa;--memo-card-bg: #ffffff;--memo-text: #1e293b;--memo-text-muted: #64748b;--memo-border: rgba(0, 0, 0, .08);--memo-header-bg: #007bff;--memo-header-text: #ffffff;--memo-fab-shadow: 0 4px 12px rgba(0, 0, 0, .15)}.dark-mode{--memo-bg: #0f172a;--memo-card-bg: #1e293b;--memo-text: #f1f5f9;--memo-text-muted: #94a3b8;--memo-border: rgba(255, 255, 255, .1);--memo-header-bg: #1f1f1f;--memo-header-text: #ffffff;--memo-fab-shadow: 0 8px 24px rgba(0, 0, 0, .4)}.memo-container{min-height:100vh;background-color:var(--memo-bg);color:var(--memo-text);padding-bottom:100px}.memo-header{position:sticky;top:0;z-index:100;background-color:var(--memo-header-bg);border-bottom:none;padding:env(safe-area-inset-top,0) 8px 0 0;display:flex;align-items:center;justify-content:space-between;height:calc(56px + env(safe-area-inset-top,0px));color:var(--memo-header-text);box-sizing:border-box}.memo-header-title{flex:1;text-align:left;font-size:20px;font-weight:600;margin-left:5px;white-space:nowrap}.memo-header-left{width:48px;display:flex;justify-content:center;flex-shrink:0}.memo-header-right{display:flex;align-items:center;gap:8px;padding-right:8px;flex-shrink:0}.memo-header-icon{font-size:22px;cursor:pointer;padding:5px;color:var(--memo-header-text);display:flex;align-items:center;justify-content:center}.memo-header-search-container{flex:1;display:flex;align-items:center;background:#fff3;border-radius:8px;padding:5px 10px;margin:0 10px}.memo-header-search-container input{background:none;border:none;color:#fff;width:100%;outline:none;font-size:15px}.memo-header-search-container input::placeholder{color:#ffffffb3}.memo-search-box{background:var(--memo-bg);border-radius:12px;padding:8px 16px;margin:16px 20px;display:flex;align-items:center;gap:12px;border:1px solid var(--memo-border)}.memo-search-box input{background:transparent;border:none;color:var(--memo-text);flex:1;outline:none;font-size:1rem}.memo-list{display:flex;flex-direction:column}.memo-item{padding:16px 20px;border-bottom:1px solid var(--memo-border);background-color:var(--memo-card-bg);cursor:pointer;transition:background-color .2s;display:flex;flex-direction:column;gap:4px}.memo-item:active{background-color:#0000000d}.dropdown-menu{position:absolute;top:45px;right:-10px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:4px;box-shadow:0 8px 24px #0003;width:150px;display:none;flex-direction:column;overflow:hidden;z-index:1100;border:1px solid rgba(0,0,0,.1)}.dropdown-menu.show{display:flex}.menu-item{padding:12px 16px;display:flex;align-items:center;gap:12px;color:#333;font-size:14px;cursor:pointer;transition:background .2s;text-align:left}.menu-item:hover{background:#007bff1a;color:#007bff}.menu-item i{width:18px;text-align:center;font-size:16px}.menu-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.05)}.dark-mode .dropdown-menu{background:#1e1e1efa;border:1px solid #444}.dark-mode .menu-item{color:#e0e0e0}.dark-mode .menu-item:not(:last-child){border-bottom:1px solid #333}.memo-item-title{font-size:1.1rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.memo-item-preview{font-size:.9rem;color:var(--memo-text-muted);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.memo-item-info{font-size:.8rem;color:var(--memo-text-muted);display:flex;gap:12px;margin-top:4px}.memo-fab{position:fixed;right:24px;bottom:24px;width:56px;height:56px;border-radius:28px;background-color:var(--memo-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:var(--memo-fab-shadow);border:none;cursor:pointer;z-index:1000;transition:transform .2s}.memo-fab:active{transform:scale(.9)}.memo-editor{padding:20px;display:flex;flex-direction:column;gap:16px}.memo-editor-title{font-size:1.5rem;font-weight:700;border:none;background:transparent;color:var(--memo-text);outline:none;width:100%}.memo-editor-content{font-size:1rem;border:none;background:transparent;color:var(--memo-text);outline:none;width:100%;min-height:50vh;resize:none;line-height:1.6}.memo-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.memo-modal{background:var(--memo-card-bg);width:90%;max-width:320px;border-radius:20px;padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.memo-modal-btns{display:flex;gap:12px;width:100%}.memo-btn{flex:1;padding:12px;border-radius:12px;border:none;font-weight:600;cursor:pointer}.memo-btn-primary{background:var(--memo-primary);color:#fff}.memo-btn-secondary{background:var(--memo-bg);color:var(--memo-text)}
