:root{--bg: #f0f0f0;--surface: #ffffff;--surface-2: #fafafa;--text: #333333;--muted: #8a8a8a;--accent: #00a86b;--accent-hover: #008a57;--danger: #ff4060;--border: #e4e4e4;--header-h: 60px;font-family:Pretendard Variable,Pretendard,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans KR,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);min-height:100vh}.app{overflow-x:clip}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;border-radius:8px;padding:.55rem 1.2rem;background:var(--accent);color:#fff;font-size:.9rem;font-weight:700;transition:background .15s ease}button:hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.danger{background:var(--danger)}button.danger:hover{background:#e8324f}.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.brand{font-weight:800;font-size:1.3rem;letter-spacing:-.02em;color:var(--accent);white-space:nowrap;flex-shrink:0}.nav-search{position:relative;flex:0 1 360px;margin:0 1.5rem;min-width:0}.nav-search input{width:100%;padding:.5rem .9rem;border:1px solid var(--border);border-radius:20px;background:var(--surface-2);color:var(--text);font-size:.9rem;transition:border-color .15s ease,background .15s ease}.nav-search input:focus{outline:none;border-color:var(--accent);background:var(--surface)}@media(max-width:720px){.nav{padding:.6rem .9rem}.nav-search{flex:1 1 auto;margin:0 .7rem}.nav-links{gap:.7rem}.content{padding:1rem}}@media(max-width:520px){.nav-links .nav-auth-link{display:none}}.suggest{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;max-height:70vh;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:.4rem}.suggest-group+.suggest-group{border-top:1px solid var(--border);margin-top:.3rem;padding-top:.3rem}.suggest-label{font-size:.72rem;font-weight:700;color:var(--muted);padding:.3rem .5rem}.suggest-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.4rem .5rem;border:none;background:none;border-radius:8px;cursor:pointer;text-align:left}.suggest-item:hover,.suggest-item.is-active{background:var(--surface-2)}.suggest-thumb{width:28px;height:28px;border-radius:4px;object-fit:cover;flex-shrink:0}.suggest-text{font-size:.85rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggest-more{text-align:center;font-size:.75rem;color:var(--muted);padding:.4rem}.suggest-hash{width:24px;text-align:center;font-weight:700;color:var(--accent);flex-shrink:0}.suggest-count{margin-left:auto;font-size:.72rem;color:var(--muted);flex-shrink:0}.nav-links{display:flex;align-items:center;gap:1.1rem;font-size:.9rem;font-weight:600;flex-shrink:0}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-weight:700;flex-shrink:0;-webkit-user-select:none;user-select:none}.avatar-img{object-fit:cover;border:1px solid var(--border)}.nav-links a{color:var(--muted);transition:color .15s ease}.nav-links a:hover{color:var(--accent)}.nav-icon-link{display:inline-flex;align-items:center}.nav-icon-link svg{overflow:visible}.upload-arrow{transition:transform .2s ease}.nav-icon-link:hover .upload-arrow{animation:upload-lift .7s ease-in-out infinite}@keyframes upload-lift{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.nav-icon-link:hover .upload-arrow{animation:none}}.nav-user{display:inline-flex;align-items:center;gap:.45rem;color:var(--text);font-weight:700}.nav-user:hover{color:var(--accent)}@media(max-width:1024px){.nav-user-name{display:none}}.notification-bell{position:relative;display:inline-flex}.notification-bell>button{position:relative;padding:0;background:none;color:var(--text);border-radius:50%}.notification-bell>button:hover{background:none;color:var(--accent)}.notification-badge{position:absolute;top:-4px;right:-6px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--danger);color:#fff;font-size:.68rem;font-weight:700;line-height:17px;text-align:center}.notification-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:340px;max-width:calc(100vw - 2rem);background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:40;overflow:hidden}.notification-dropdown-head{display:flex;align-items:center;justify-content:space-between;padding:.7rem .9rem;border-bottom:1px solid var(--border);font-size:.9rem}.notification-read-all{padding:0;background:none;color:var(--accent);font-size:.78rem;font-weight:600}.notification-read-all:hover{background:none;text-decoration:underline}.notification-empty{margin:0;padding:1.6rem .9rem;text-align:center;color:var(--muted);font-size:.85rem}.notification-more{display:block;padding:.7rem;border-top:1px solid var(--border);text-align:center;font-size:.82rem;font-weight:600;color:var(--accent)}.notification-list{list-style:none;margin:0;padding:0;max-height:380px;overflow-y:auto}.notification-item.unread{background:#00a86b0f;box-shadow:inset 3px 0 0 var(--accent)}.notification-main{display:flex;align-items:center;gap:.6rem;padding:.7rem .9rem;color:inherit;text-decoration:none;border-bottom:1px solid var(--border)}.notification-item:last-child .notification-main{border-bottom:none}.notification-main:hover{background:var(--surface-2)}.notification-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.notification-text{font-size:.84rem;line-height:1.35}.notification-excerpt{font-size:.78rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-time{font-size:.72rem;color:var(--muted)}.notification-thumb{flex-shrink:0;width:40px;height:40px;object-fit:cover;border-radius:6px}.notifications-page{max-width:720px;margin:0 auto}.notifications-page .notification-list{max-height:none;border:1px solid var(--border);border-radius:12px;overflow:hidden}.notification-more-button{display:block;margin:1rem auto 0;background:var(--surface);border:1px solid var(--border);color:var(--text)}.notification-more-button:hover{background:var(--surface-2)}.notify-settings{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.notify-setting{display:flex;align-items:center;justify-content:space-between;gap:1rem}.notify-setting-text{display:flex;flex-direction:column}.notify-setting-label{font-weight:600;font-size:.9rem}.notify-setting-hint{font-size:.78rem;color:var(--muted)}.notify-toggle{flex-shrink:0;width:44px;height:24px;padding:0;border-radius:999px;background:var(--border);transition:background .15s ease}.notify-toggle:hover{background:#d5d5d5}.notify-toggle.on,.notify-toggle.on:hover{background:var(--accent)}.notify-toggle-knob{display:block;width:18px;height:18px;margin-left:3px;border-radius:50%;background:#fff;transition:transform .15s ease}.notify-toggle.on .notify-toggle-knob{transform:translate(20px)}.verified-badge{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--accent);color:#fff;font-size:.62rem;font-weight:800;line-height:1}.content{max-width:1280px;margin:0 auto;padding:1.5rem}.status{text-align:center;color:var(--muted);padding:4rem 0}.status.error,.error{color:var(--danger)}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(184px,1fr));gap:1.5rem 1rem}.card{display:flex;flex-direction:column;gap:.4rem}.card-thumb{position:relative;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:var(--surface-2);border:1px solid var(--border)}.card-thumb a{display:block;height:100%}.card-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.card-thumb:after{content:"";position:absolute;inset:0;pointer-events:none;background:#0000;transition:background .2s ease}.card:has(.card-thumb:hover,.card-title:hover) .card-thumb:after{background:#0000000f}.card-heart{position:absolute;right:8px;bottom:8px;z-index:2;width:32px;height:32px;padding:0;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000040;opacity:0;transform:scale(.9);transition:opacity .15s ease,transform .15s ease}.card-heart:hover{background:#fff}.card-thumb:hover .card-heart,.ranking-thumb:hover .card-heart,.card-heart.liked{opacity:1;transform:scale(1)}.card-heart.burst svg{animation:heart-pop .5s ease}.card-heart.burst:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:20px;transform:translate(-50%,-50%);border:2px solid #ff4060;border-radius:50%;animation:heart-ring .6s ease-out forwards;pointer-events:none}.card-likes{position:absolute;left:8px;bottom:8px;z-index:2;pointer-events:none;padding:.1rem .5rem;border-radius:10px;background:#0000008c;color:#fff;font-size:.72rem;font-weight:700}.card-pages{position:absolute;right:8px;top:8px;z-index:2;pointer-events:none;padding:.1rem .45rem;border-radius:10px;background:#0009;color:#fff;font-size:.72rem;font-weight:700}.type-select-label{display:block;margin-bottom:.4rem}.tag-autocomplete{position:relative}.form-hint.tag-hint{text-align:left;font-weight:400;line-height:1.45}.tag-autocomplete input{width:100%;box-sizing:border-box}.card-type{position:absolute;left:8px;top:8px;z-index:2;padding:.1rem .45rem;border-radius:10px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:700}.card-badges{position:absolute;left:8px;top:8px;z-index:2;pointer-events:none;display:flex;gap:4px}.card-badges .card-type{position:static}.card-pin{padding:.1rem .45rem;border-radius:10px;background:#b98937;color:#fff;font-size:.72rem;font-weight:700;white-space:nowrap;box-shadow:0 2px 6px #00000059}.card-adult{padding:.1rem .45rem;border-radius:10px;background:#e0393e;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.02em;white-space:nowrap;box-shadow:0 2px 6px #00000059}.card-thumb.blurred img{filter:blur(18px);transform:scale(1.1)}.adult-reveal{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:none;background:#00000059;color:#fff;font-size:.8rem;font-weight:700;line-height:1.3;cursor:pointer}.adult-section{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.adult-agreements{display:flex;flex-direction:column;gap:.15rem}.adult-agreements .form-hint{text-align:left;margin:0 0 .4rem}.adult-agreements .agreement-item{display:flex;flex-direction:row;align-items:flex-start;gap:.6rem;padding:.5rem .6rem;border-radius:8px;font-size:.85rem;font-weight:500;line-height:1.5;color:var(--text);cursor:pointer;transition:background .12s ease}.adult-agreements .agreement-item:hover{background:var(--surface-2)}.agreement-item input[type=checkbox],.adult-toggle input[type=checkbox]{width:18px;height:18px;margin:.1rem 0 0;padding:0;border:none;border-radius:0;background:none;flex-shrink:0;accent-color:var(--accent);cursor:pointer}.adult-section .adult-toggle{display:flex;flex-direction:row;align-items:center;gap:.6rem;margin-top:.25rem;padding:1rem .6rem 0;border-top:1px solid var(--border);font-size:.9rem;font-weight:700;color:var(--text);cursor:pointer}.adult-toggle input[type=checkbox]{margin-top:0;accent-color:var(--danger)}.adult-toggle input:disabled{cursor:not-allowed}.adult-agreements.r18{padding:.85rem;border-radius:8px;background:#ff40600f;border:1px solid rgba(255,64,96,.2)}.adult-agreements.r18 .agreement-item:hover{background:#ff406017}.card-title{font-size:.82rem;font-weight:700;line-height:1.3;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-thumb:hover~.card-title,.card-title:hover{color:var(--accent)}.card-author-row{display:flex;align-items:center;gap:.4rem}.card-author{color:var(--muted);font-size:.78rem}.author-link{text-decoration:none;color:inherit}.author-link:hover span,.author-link.ranking-author:hover{color:var(--accent)}.detail{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.detail-images{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.detail-image{max-width:100%;max-height:85vh;border-radius:8px;border:1px solid var(--border);cursor:zoom-in}.lightbox{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem;background:#000000d9}.lightbox-image{max-width:92vw;max-height:92vh;object-fit:contain;border-radius:4px;cursor:default}.lightbox-close,.lightbox-nav{position:absolute;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff26;color:#fff;cursor:pointer;transition:background .15s ease}.lightbox-close:hover,.lightbox-nav:hover{background:#ffffff4d}.lightbox-close{top:1rem;right:1rem;width:40px;height:40px;font-size:1.1rem}.lightbox-nav{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:2rem;line-height:1}.lightbox-nav.prev{left:1rem}.lightbox-nav.next{right:1rem}.lightbox-counter{position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%);padding:.25rem .75rem;border-radius:999px;background:#00000080;color:#fff;font-size:.9rem}@media(max-width:720px){.lightbox{padding:.5rem}.lightbox-nav{width:40px;height:40px;font-size:1.6rem}}.detail-meta{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem}.detail-meta h1{margin:0 0 .4rem;font-size:1.5rem;letter-spacing:-.01em}.detail-author{display:flex;align-items:center;gap:.5rem;color:var(--text);margin:0 0 1rem;font-weight:600}.detail-desc{white-space:pre-wrap;line-height:1.7;color:var(--text);margin:0 0 1.2rem}.detail-stats{display:flex;flex-wrap:wrap;gap:.25rem 1rem;color:var(--muted);font-size:.85rem;margin:0 0 1rem}.detail-actions{display:flex;gap:.6rem;margin:0 0 1.2rem}.action-btn{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:20px;padding:.5rem 1.1rem;font-weight:700}.action-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--surface)}.action-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.action-heart{display:inline-block}.action-btn.burst .action-heart{animation:heart-pop .5s ease}.detail-owner-actions{display:flex;gap:.6rem;align-items:center}.tag-list{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:0 0 1.2rem}.tag{display:inline-block;padding:.25rem .7rem;border-radius:14px;background:var(--surface-2);color:var(--accent);font-size:.82rem;font-weight:600;border:1px solid var(--border)}.tag:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.page-title{font-size:1.4rem;margin:0 0 1.2rem;letter-spacing:-.01em}.settings{max-width:880px;margin:0 auto}.settings-layout{display:flex;align-items:flex-start;gap:2rem}.settings-nav{display:flex;flex-direction:column;gap:.15rem;flex:0 0 180px;position:sticky;top:1.5rem}.settings-nav-item{background:none;border:none;border-left:2px solid transparent;border-radius:0 6px 6px 0;padding:.5rem .85rem;text-align:left;font-size:.92rem;font-weight:600;color:var(--muted);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.settings-nav-item:hover{background:var(--surface-2);color:var(--text)}.settings-nav-item.active{background:var(--surface-2);border-left-color:var(--accent);color:var(--accent)}.settings-panel{flex:1;min-width:0}.settings-panel .form{max-width:100%;margin:0 0 1.5rem}.settings-panel .form:last-child{margin-bottom:0}.danger-zone{border-color:#ff406059}.danger-zone h2{color:var(--danger)}.danger-zone .ack-row{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--text);cursor:pointer}.danger-zone .ack-row input[type=checkbox]{width:16px;height:16px;margin:0;padding:0;border:none;border-radius:0;background:none;accent-color:var(--danger);cursor:pointer}.login-method-note{margin:0 0 1.25rem;padding:.75rem 1rem;border-radius:10px;background:var(--surface);border:1px solid var(--border);font-size:.9rem;font-weight:600;color:var(--text);line-height:1.9}.method-chip{font-weight:700;color:var(--text)}.method-chip.google{color:#4285f4}.method-chip.kakao{color:#eaa300}.method-chip.naver{color:#03c75a}.settings h2{margin:0 0 1rem;padding-bottom:.6rem;border-bottom:1px solid var(--border);font-size:1.15rem}@media(max-width:720px){.settings-layout{flex-direction:column;gap:1rem}.settings-nav{position:static;flex:none;flex-direction:row;overflow-x:auto;border-bottom:1px solid var(--border)}.settings-nav-item{border-left:none;border-bottom:2px solid transparent;border-radius:6px 6px 0 0;white-space:nowrap}.settings-nav-item.active{border-left-color:transparent;border-bottom-color:var(--accent)}}.settings-avatar{display:flex;align-items:center;gap:1rem}.settings-avatar input{flex:1;min-width:0}.settings-banner-preview{width:100%;height:120px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.accent-row{flex-direction:row!important;align-items:center;justify-content:space-between}.accent-row input[type=color]{width:48px;height:32px;padding:0;border:1px solid var(--border);border-radius:6px;background:none}.links-editor{display:flex;flex-direction:column;gap:.5rem}.links-head{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;font-weight:600;color:var(--muted)}.link-row{display:flex;gap:.4rem;align-items:center}.link-row input{flex:1;min-width:0}.link-row-icon{flex:0 0 20px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted)}.form{max-width:400px;margin:3rem auto;display:flex;flex-direction:column;gap:1rem;background:var(--surface);padding:2rem;border-radius:12px;border:1px solid var(--border);box-shadow:0 1px 4px #0000000f}.form h1{margin:0 0 .5rem;font-size:1.5rem;text-align:center}.form label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--muted)}.form input,.form textarea,.form select{padding:.6rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.95rem;transition:border-color .15s ease}.form input:focus,.form textarea:focus,.form select:focus{outline:none;border-color:var(--accent)}.form-hint{font-size:.85rem;color:var(--muted);text-align:center}.form-hint a{color:var(--accent);font-weight:600}.session-expired{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.7rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);font-size:.9rem;color:var(--text)}.session-expired-action{color:var(--accent);font-weight:700}.session-expired-action:hover{text-decoration:underline}.session-expired-close{background:none;border:none;color:var(--muted);padding:.2rem .4rem;font-size:.85rem;font-weight:400}.session-expired-close:hover{background:none;color:var(--text)}.auth-form{gap:1.75rem;padding:2.5rem 2rem;box-shadow:none}.auth-form h1{margin-bottom:1rem}.auth-form .field{position:relative;padding-top:1.1rem}.auth-form .field input{width:100%;border:none;border-bottom:1px solid var(--border);border-radius:0;padding:.4rem 0;font-size:1rem;transition:border-color .15s ease}.auth-form .field input:focus{border-bottom-color:var(--accent)}.auth-form .field span{position:absolute;top:0;left:0;font-size:.8rem;font-weight:400;color:var(--muted);pointer-events:none;transition:transform .15s ease,font-size .15s ease,color .15s ease;transform-origin:left top}.auth-form .field input:placeholder-shown:not(:focus)+span{transform:translateY(1.35rem);font-size:1rem}.auth-form .field input:focus+span{color:var(--accent)}.auth-form button[type=submit]{padding:.8rem 1.2rem;font-size:.95rem}.auth-form .persist-toggle{position:relative;flex-direction:row;align-items:center;gap:.5rem;font-size:.85rem;font-weight:400;color:var(--muted);cursor:pointer;margin-top:-.75rem;-webkit-user-select:none;user-select:none;transition:color .15s ease}.auth-form .persist-toggle:hover{color:var(--text)}.auth-form .persist-toggle input{position:absolute;width:1px;height:1px;opacity:0;margin:0;pointer-events:none}.persist-box{flex:none;width:18px;height:18px;border:1.5px solid var(--border);border-radius:50%;display:grid;place-items:center;transition:background .15s ease,border-color .15s ease}.persist-box:after{content:"";width:9px;height:5px;margin-top:-2px;border-left:2px solid var(--border);border-bottom:2px solid var(--border);border-radius:1px;transform:rotate(-45deg);transition:border-color .15s ease}.persist-toggle:hover .persist-box{border-color:var(--muted)}.persist-toggle:hover .persist-box:after{border-color:var(--muted)}.persist-toggle input:checked+.persist-box{background:var(--accent);border-color:var(--accent)}.persist-toggle input:checked+.persist-box:after{border-color:#fff}.persist-toggle input:focus-visible+.persist-box{outline:2px solid var(--accent);outline-offset:2px}.oauth-persist-note{margin:-.75rem 0 0;font-size:.75rem;color:var(--muted);text-align:center}.oauth-divider{display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:.8rem}.oauth-divider:before,.oauth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.oauth-buttons{display:flex;flex-direction:column;gap:.5rem}.oauth-btn{display:flex;align-items:center;justify-content:center;padding:.6rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:.9rem;font-weight:600;transition:background .15s ease,border-color .15s ease}.oauth-btn:hover{background:var(--surface-2);border-color:var(--accent)}.oauth-btn.kakao:hover{background:#fee500;border-color:#fee500;color:#191600}.oauth-btn.naver:hover{background:#03c75a;border-color:#03c75a;color:#fff}.onboarding-lede{text-align:left;margin:-.3rem 0 .3rem}.label-optional{color:var(--muted);font-weight:400;font-size:.8rem}.upload-form{max-width:720px}.upload-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}.upload-images,.upload-meta{display:flex;flex-direction:column;gap:1rem;min-width:0}@media(max-width:720px){.upload-grid{grid-template-columns:1fr}}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:2.2rem 1rem;border:2px dashed var(--border);border-radius:12px;background:var(--surface-2);color:var(--muted);text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.dropzone:hover{border-color:var(--accent)}.dropzone.dragover{border-color:var(--accent);background:#0096fa12;color:var(--text)}.dropzone-icon{font-size:1.7rem;line-height:1}.dropzone-title{font-weight:600;color:var(--text)}.dropzone-sub{font-size:.78rem}.upload-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:.5rem}.upload-preview-item{position:relative;cursor:grab}.upload-preview-item:active{cursor:grabbing}.preview-remove{position:absolute;right:4px;top:4px;width:20px;height:20px;padding:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#0009;color:#fff;font-size:.7rem;line-height:1;cursor:pointer}.preview-remove:hover{background:var(--danger)}.upload-preview-item img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;border:1px solid var(--border);display:block}.cover-badge{position:absolute;left:4px;top:4px;padding:.05rem .4rem;border-radius:8px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700}@media(max-width:720px){.gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}button.secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.action-row{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;margin-top:1rem}.comments{margin-top:2.5rem;border-top:1px solid var(--border);padding-top:1.5rem}.comments h2{font-size:1.1rem}.comment-form{display:flex;gap:.6rem;margin-bottom:1.5rem}.comment-form textarea{flex:1;padding:.6rem .7rem;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:.95rem;font-family:inherit;resize:vertical}.comment-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.comment{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.8rem 1rem}.comment-head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.comment-author{font-weight:600}.comment-author:hover{color:var(--accent)}.comment-date{color:var(--muted);font-size:.8rem}.comment-body{margin:.4rem 0 0;white-space:pre-wrap;line-height:1.5}.comment-edit{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.comment-edit textarea{padding:.6rem .7rem;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-family:inherit;resize:vertical}.comment-actions{display:flex;gap:.8rem;margin-top:.5rem}.link-btn{background:none;padding:0;color:var(--muted);font-size:.85rem}.link-btn:hover{color:var(--text);opacity:1}.link-btn.danger-text{color:var(--danger)}.profile-banner{width:100vw;height:400px;margin-top:-1.5rem;margin-bottom:1.4rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:var(--surface-2);overflow:hidden}.profile{position:relative;max-width:640px;margin:0 auto 2rem;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.profile-settings{position:absolute;top:.9rem;right:.9rem;display:inline-flex;color:var(--muted);transition:color .15s,transform .15s}.profile-settings:hover{color:var(--accent);transform:rotate(45deg)}.profile-follow{position:absolute;top:.9rem;right:.9rem;z-index:1;padding:.4rem 1.1rem;font-size:.85rem}.profile-follow.follow-heart{display:inline-flex;align-items:center;gap:.35rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;color:var(--muted);font-weight:700}.profile-follow.follow-heart:hover{border-color:var(--danger);color:var(--danger)}.profile-follow.follow-heart.active{color:var(--danger);border-color:var(--danger);background:#ff406014}.follow-heart-icon{position:relative;display:inline-flex;line-height:0}.follow-heart-icon.burst svg{animation:heart-pop .5s ease}.follow-heart-icon.burst:after{content:"";position:absolute;left:50%;top:50%;width:20px;height:20px;transform:translate(-50%,-50%);border:2px solid var(--danger);border-radius:50%;animation:heart-ring .6s ease-out forwards;pointer-events:none}@keyframes heart-pop{0%{transform:scale(1)}25%{transform:scale(.8)}55%{transform:scale(1.35)}to{transform:scale(1)}}@keyframes heart-ring{0%{transform:translate(-50%,-50%) scale(.3);opacity:.7}to{transform:translate(-50%,-50%) scale(2.4);opacity:0}}.profile-banner img{width:100%;height:100%;object-fit:cover;display:block}.profile-banner--gradient{background:linear-gradient(135deg,var(--accent) 0%,var(--surface-2) 90%)}.profile-head{padding:1.8rem 2rem 2rem;display:flex;flex-direction:column;align-items:center}.profile-head>.avatar{border:3px solid var(--accent);background:var(--surface)}.profile-head h1{margin:.7rem 0 .2rem}.profile-tagline{color:var(--accent);font-weight:600;font-size:.92rem;margin:0 0 .7rem}.profile-bio{color:var(--muted);max-width:600px;margin-bottom:1.2rem;white-space:pre-wrap}.profile-links{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:0;margin:0 0 1.3rem}.profile-links a{display:inline-flex;align-items:center;gap:.35rem;padding:.32rem .7rem;border:1px solid var(--border);border-radius:999px;color:var(--text);font-weight:600;font-size:.85rem;transition:border-color .15s,color .15s}.profile-links a:hover{border-color:var(--accent);color:var(--accent)}.profile-links svg{flex-shrink:0}.profile-stats{display:flex;gap:1.2rem;margin-top:.6rem;font-size:.9rem}.profile-stats a{color:var(--muted);transition:color .15s ease}.profile-stats a:hover{color:var(--accent)}.profile-stats strong{color:var(--text);font-weight:800;margin-right:.25rem}@media(max-width:720px){.profile-banner{height:240px}.profile-head{padding:1.5rem 1.2rem 1.6rem}}@media(max-width:520px){.profile-banner{height:170px}.profile-head{padding:1.3rem 1rem 1.4rem}}.follow-page{max-width:640px;margin:0 auto;padding:1rem 0}.follow-page-head{display:flex;align-items:center;gap:.9rem;margin-bottom:.6rem}.follow-back{color:var(--muted);font-size:.9rem;font-weight:600}.follow-back:hover{color:var(--accent)}.follow-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}.follow-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .7rem;border-radius:12px;transition:background .15s ease}.follow-row:hover{background:var(--surface-2)}.follow-row-text{display:flex;flex-direction:column;min-width:0}.follow-name{font-weight:700;color:var(--text)}.follow-tagline{font-size:.85rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hamburger{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;background:none;border:none;border-radius:10px;font-size:1.2rem;line-height:1;color:var(--muted);transition:background .15s ease,color .15s ease}.hamburger:hover{background:var(--surface-2)}.icon-glint{background-image:linear-gradient(105deg,var(--muted) 42%,#7cc4ff 50%,var(--muted) 58%);background-size:250% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:icon-glint 4.5s ease-in-out infinite}.hamburger:hover .icon-glint,.drawer-close:hover .icon-glint{background-image:linear-gradient(105deg,var(--accent) 42%,#a9d8ff 50%,var(--accent) 58%)}@keyframes icon-glint{0%{background-position:150% 0}22%{background-position:-50% 0}to{background-position:-50% 0}}@media(prefers-reduced-motion:reduce){.icon-glint{animation:none}}.drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:40}.drawer{position:fixed;top:0;right:0;height:100%;width:264px;padding:1rem;display:flex;flex-direction:column;overflow-y:auto;background:var(--surface);border-left:1px solid var(--border);transform:translate(100%);transition:transform .25s ease;z-index:50}.drawer.open{transform:translate(0)}.drawer-close{align-self:flex-end;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;background:none;border:none;border-radius:8px;font-size:1.1rem;color:var(--muted);transition:background .15s ease,color .15s ease}.drawer-close:hover{background:var(--surface-2)}.drawer-nav{display:flex;flex-direction:column;gap:1.1rem;margin-top:1.1rem}.drawer-section{display:flex;flex-direction:column;gap:.1rem}.drawer-label{font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);padding:0 .6rem;margin-bottom:.35rem}.drawer-nav a,.drawer-item{display:flex;align-items:center;gap:.7rem;padding:.6rem;border-radius:8px;color:var(--text);font-size:.95rem}.drawer-nav a svg{color:var(--muted);flex-shrink:0;transition:color .15s ease}.drawer-nav a:hover{background:color-mix(in srgb,var(--accent) 5%,transparent);color:var(--accent)}.drawer-nav a:hover svg{color:var(--accent)}.drawer-profile{display:flex;align-items:center;gap:.7rem;margin-top:.6rem;padding:.7rem;border-radius:12px;background:var(--surface-2);border:1px solid var(--border);transition:border-color .15s ease}.drawer-profile:hover{border-color:var(--accent)}.drawer-profile-info{display:flex;flex-direction:column;min-width:0}.drawer-profile-name{display:flex;align-items:center;gap:.3rem;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-profile-sub{font-size:.75rem;color:var(--muted)}.drawer-auth{display:flex;gap:.5rem;margin-top:.6rem}.drawer-auth-btn{flex:1;padding:.6rem;border-radius:8px;border:1px solid var(--border);color:var(--text);font-weight:600;font-size:.9rem;text-align:center}.drawer-auth-btn:hover{border-color:var(--accent);color:var(--accent)}.drawer-auth-btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.drawer-auth-btn.primary:hover{color:#fff;filter:brightness(.95)}.drawer-follows{margin-top:1.1rem}.drawer-follow-list{display:flex;flex-direction:column;gap:.1rem;margin-top:.35rem}.drawer-follow-list.expanded{max-height:240px;overflow-y:auto}.drawer-follow-row{display:flex;align-items:center;gap:.6rem;padding:.4rem .6rem;border-radius:8px;color:var(--text);font-size:.9rem}.drawer-follow-row:hover{background:color-mix(in srgb,var(--accent) 5%,transparent);color:var(--accent)}.drawer-follow-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drawer-follow-more{margin-top:.35rem;width:100%;display:flex;align-items:center;gap:.3rem;padding:.45rem .6rem;border:none;border-radius:8px;background:none;color:var(--muted);font-weight:600;font-size:.82rem;transition:background .15s ease,color .15s ease}.drawer-follow-more:hover{background:color-mix(in srgb,var(--accent) 5%,transparent);color:var(--accent)}.drawer-follow-chevron{transition:transform .2s ease}.drawer-follow-more.expanded .drawer-follow-chevron{transform:rotate(180deg)}.drawer-footer{margin-top:auto;padding-top:1.2rem;display:flex;flex-direction:column;gap:.75rem}.drawer-logout{width:100%;padding:.6rem;border-radius:8px;border:1px solid var(--border);background:none;color:var(--muted);font-weight:600;font-size:.9rem;transition:background .15s ease,color .15s ease}.drawer-logout:hover{background:var(--surface-2);color:var(--text)}.brand-logo{height:34px;width:34px;display:block;object-fit:contain}.drawer-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:800;letter-spacing:-.02em;color:var(--accent)}.drawer-item.disabled{display:flex;justify-content:space-between;align-items:center;color:var(--muted);cursor:default}.drawer-item.disabled em{font-style:normal;font-size:.7rem;padding:.15rem .4rem;border-radius:6px;background:var(--surface-2)}.browse-shell{display:grid;grid-template-columns:minmax(0,720px);justify-content:center;gap:1.5rem;align-items:start}.browse-side{display:none;flex-direction:column;gap:1.5rem}.rail-widget{border:1px solid var(--border);border-radius:12px;padding:1rem;background:var(--surface)}.rail-title{margin:0 0 .75rem;font-size:.95rem;font-weight:700}.rail-note{margin:-.5rem 0 .75rem;font-size:.75rem;color:var(--muted)}.undiscovered{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.undiscovered-item{display:flex;align-items:center;gap:.6rem}.undiscovered-thumb{flex-shrink:0;width:60px;height:60px}.undiscovered-thumb img{width:60px;height:60px;object-fit:cover;border-radius:8px;display:block}.undiscovered-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.undiscovered-title{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.undiscovered-author{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--muted)}.rec-artists{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.rec-artist{display:flex;align-items:center;gap:.5rem}.rec-artist-main{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1;color:inherit;text-decoration:none}.rec-artist-info{display:flex;flex-direction:column;min-width:0}.rec-artist-name{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rec-artist-meta{font-size:.78rem;color:var(--muted)}.rec-artist-follow{flex-shrink:0;padding:.35rem .7rem;border:1px solid var(--accent);border-radius:999px;background:var(--accent);color:#fff;font-size:.8rem;font-weight:600;cursor:pointer}.rec-artist-follow.following{background:transparent;color:var(--accent)}.rec-artist-follow:disabled{opacity:.6;cursor:default}@media(min-width:900px){.browse-shell{grid-template-columns:minmax(0,1fr) 300px}.browse-side{display:flex;position:sticky;top:calc(var(--header-h) + 10px)}}.home-section{margin-bottom:2.5rem}.feed{display:flex;flex-direction:column;gap:1.2rem}.feed-card{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:.9rem}.feed-author{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:.7rem}.feed-author-name{font-weight:700;color:var(--text)}.feed-image{display:block;position:relative;border-radius:10px;overflow:hidden;background:var(--surface-2)}.feed-image img{display:block;width:100%;max-height:640px;object-fit:contain}.feed-desc{margin:.7rem 0 0;color:var(--text);white-space:pre-wrap;line-height:1.5}.feed-actions{display:flex;align-items:center;gap:.4rem;margin-top:.6rem}.feed-action{display:inline-flex;align-items:center;gap:.3rem;border:none;background:none;cursor:pointer;padding:.35rem .5rem;border-radius:8px;color:var(--muted);font-size:.9rem}.feed-action:hover{background:var(--surface-2)}.feed-action.liked{color:var(--danger)}.feed-action.marked{color:var(--accent)}.feed-action.burst svg{animation:heart-pop .5s ease}.feed-sentinel{min-height:40px;text-align:center;color:var(--muted);padding:1rem 0}.section-title{font-size:1.15rem;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.section-head .section-title{margin:0;padding:0;border:none}.section-more{flex-shrink:0;font-size:.85rem;font-weight:600;color:var(--muted);white-space:nowrap}.section-more:hover{color:var(--accent)}.carousel{position:relative;margin-bottom:2.5rem}.carousel-viewport{overflow:hidden}.carousel-track{display:flex;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.carousel-track.is-jumping,.carousel-track.is-jumping .carousel-slide{transition:none}.carousel-slide{position:relative;flex:0 0 auto;display:block;aspect-ratio:16 / 9;border-radius:14px;overflow:hidden;background:var(--surface-2);opacity:.55;transform:scale(.92);transition:opacity .45s ease,transform .45s ease}.carousel-slide.is-active{opacity:1;transform:none}.carousel-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(46px) brightness(.5) saturate(1.15);transform:scale(1.25)}.carousel-slide:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to right,#0000008c,#0000 24% 76%,#0000008c)}.carousel-img{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 0 20px rgba(0,0,0,.5));transition:transform .3s ease}.carousel-slide.is-active:hover .carousel-img{transform:scale(1.06)}.carousel-caption{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:1.6rem 1.2rem 1rem;background:linear-gradient(to top,#000000b3,#0000);color:#fff;font-size:1.05rem;font-weight:600}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#00000073;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer;transition:background .15s ease}.carousel-nav:hover{background:#000000a6}.carousel-nav.prev{left:1rem}.carousel-nav.next{right:1rem}.carousel-dots{position:absolute;bottom:.9rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.4rem}.carousel-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#ffffff80;cursor:pointer}.carousel-dot.active{background:#fff}@media(max-width:720px){.carousel-nav{width:36px;height:36px;font-size:1.5rem}.carousel-caption{font-size:.9rem}}.tag-rail{position:relative}.tag-grid{display:flex;gap:.7rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.tag-grid::-webkit-scrollbar{display:none}.tag-grid[data-fade=right]{-webkit-mask-image:linear-gradient(to right,#000 calc(100% - 48px),transparent);mask-image:linear-gradient(to right,#000 calc(100% - 48px),transparent)}.tag-grid[data-fade=left]{-webkit-mask-image:linear-gradient(to right,transparent,#000 48px);mask-image:linear-gradient(to right,transparent,#000 48px)}.tag-grid[data-fade=both]{-webkit-mask-image:linear-gradient(to right,transparent,#000 48px,#000 calc(100% - 48px),transparent);mask-image:linear-gradient(to right,transparent,#000 48px,#000 calc(100% - 48px),transparent)}.tag-rail-arrow{position:absolute;top:0;bottom:0;z-index:2;width:52px;display:flex;align-items:center;padding:0 .3rem;border:none;border-radius:0;background:transparent;color:var(--text);font-size:1.8rem;font-weight:800;line-height:1;text-shadow:0 0 6px var(--surface),0 0 3px var(--surface);opacity:0;transition:opacity .15s ease}.tag-rail-arrow:hover{background:transparent}.tag-rail-arrow.left{left:0;justify-content:flex-start}.tag-rail-arrow.right{right:0;justify-content:flex-end}.tag-rail:hover .tag-rail-arrow:not(.hidden){opacity:.85}.tag-rail-arrow.hidden{opacity:0!important;pointer-events:none}.tag-card{position:relative;flex:0 0 150px;aspect-ratio:1.618 / 1;display:flex;align-items:center;justify-content:center;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--surface-2)}.tag-card-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35;transition:opacity .15s ease,transform .3s ease}.tag-card:hover .tag-card-bg{opacity:.5;transform:scale(1.05)}.tag-card-name{position:relative;z-index:1;max-width:100%;padding:0 .7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:700;color:var(--text)}.section-subtitle{font-size:1rem;margin:0 0 .8rem;color:var(--muted)}.author-list{display:flex;flex-wrap:wrap;gap:1.25rem}.author-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:80px;text-align:center}.author-card:hover .author-name{color:var(--accent)}.author-name{font-size:.82rem;font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.ranking-tabs{display:flex;gap:.4rem;margin-bottom:1.2rem}.ranking-tab{padding:.4rem 1.1rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font-size:.9rem;font-weight:600;cursor:pointer}.ranking-tab:hover,.ranking-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.ranking{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.8rem}.ranking-item{position:relative;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:10px;background:var(--surface);overflow:hidden}.ranking-rank{position:absolute;top:.5rem;left:.5rem;z-index:1;pointer-events:none;min-width:1.6rem;padding:.1rem .4rem;text-align:center;font-weight:700;font-size:1.1rem;color:#fff;background:var(--accent);border-radius:6px}.ranking-thumb{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--surface-2);overflow:hidden}.ranking-thumb .ranking-link{position:absolute;inset:0}.ranking-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ranking-info{min-width:0;display:flex;flex-direction:column;gap:.2rem;padding:.6rem}.ranking-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ranking-author{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--muted)}.mypage{max-width:1080px;margin:0 auto}.mypage-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.8rem}.mypage-head-text{min-width:0}.mypage-head h1{margin:0;font-size:1.4rem;letter-spacing:-.02em}.mypage-sub{margin:.2rem 0 0;color:var(--muted);font-size:.9rem}.mypage-actions{margin-left:auto;display:flex;gap:.5rem;flex-shrink:0}.mypage-actions a{padding:.5rem 1rem;border-radius:8px;background:var(--accent);color:#fff;font-weight:700;font-size:.85rem;transition:background .15s ease}.mypage-actions a.ghost{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.mypage-section{margin-bottom:2.5rem}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.8rem;margin-bottom:1.4rem}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.2rem}.stat-value{font-size:1.8rem;font-weight:800;color:var(--text);letter-spacing:-.02em;line-height:1.1}.stat-label{margin-top:.3rem;color:var(--muted);font-size:.82rem;font-weight:600}.mypage-block{margin-top:1.2rem}.block-title{font-size:1rem;margin:0 0 .7rem}.mypage-empty{text-align:center;padding:2.5rem 1.5rem;background:var(--surface);border:1px dashed var(--border);border-radius:12px}.mypage-empty p{color:var(--muted);margin:0 0 1rem}.mypage-empty a{display:inline-block;padding:.55rem 1.3rem;border-radius:8px;background:var(--accent);color:#fff;font-weight:700}.trend-chart{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.9rem 1rem .6rem}.trend-legend{display:flex;gap:1rem;font-size:.78rem;color:var(--muted);margin-bottom:.4rem}.trend-legend-item{display:inline-flex;align-items:center;gap:.35rem}.trend-legend .swatch{width:18px;height:3px;border-radius:2px;display:inline-block}.trend-legend .swatch.avg{background:var(--accent)}.trend-legend .swatch.raw{background:var(--muted);opacity:.5}.trend-svg{width:100%;height:auto;display:block}.trend-grid{stroke:var(--border);stroke-width:1}.trend-axis{fill:var(--muted);font-size:10px}.trend-raw{stroke:var(--muted);stroke-width:1.5;opacity:.45}.trend-avg{stroke:var(--accent);stroke-width:2.5}.trend-crosshair{stroke:var(--muted);stroke-width:1;stroke-dasharray:3 3;opacity:.7}.trend-dot.raw{fill:var(--muted)}.trend-dot.avg{fill:var(--accent)}.trend-tip{margin-top:.4rem;font-size:.82rem;color:var(--text)}.trend-tip strong{color:var(--accent)}.mypage-actions a{transition:background .15s ease,border-color .15s ease,color .15s ease}.mypage-actions a:not(.ghost):hover{background:var(--accent-hover)}.mypage-actions a.ghost:hover{border-color:var(--accent);color:var(--accent)}
