:root{font-family:Inter,ui-rounded,Noto Sans JP,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#222230;background:#f7f7fb;font-synthesis:none;--primary: #6044d8;--primary-2: #405ce4;--primary-soft: #efeafe;--text: #222230;--muted: #777588;--line: #e7e5ef;--surface: #fff;--radius: 20px;--shadow: 0 12px 32px rgba(37, 30, 78, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f7f7fb;color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;padding:28px 22px;background:#fffffff5;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:20}.brand{display:inline-flex;align-items:center;gap:10px;font-size:25px;font-weight:800;letter-spacing:-.03em}.brand img{width:44px;height:44px}.sidebar nav{display:grid;gap:6px;margin-top:44px}.sidebar nav a,.sidebar-bottom a{padding:12px 14px;border-radius:12px;color:#4f4d5d;font-weight:700}.sidebar nav a:hover,.sidebar-bottom a:hover{background:#f3f0fc;color:var(--primary)}.sidebar nav .nav-primary{margin-top:12px;color:#fff;background:linear-gradient(135deg,var(--primary-2),var(--primary));text-align:center}.sidebar-bottom{margin-top:auto;display:grid;gap:4px}main{margin-left:244px;min-height:100vh}.page{width:min(1280px,100%);margin:0 auto;padding:54px 48px 80px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.eyebrow{margin:0 0 10px;font-size:12px;letter-spacing:.18em;font-weight:900;color:var(--primary)}h1{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.12;letter-spacing:-.04em}.page-heading p:not(.eyebrow),.form-heading p:not(.eyebrow){color:var(--muted);margin-bottom:0}.button{min-height:44px;padding:0 18px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;font-weight:800}.button.primary{color:#fff;background:linear-gradient(135deg,var(--primary-2),var(--primary));box-shadow:0 8px 18px #6044d833}.button.secondary{background:#fff;border-color:var(--line);color:#555263}.toolbar{margin-top:38px;display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:10px}.search{height:48px;background:#fff;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;gap:8px;padding:0 14px}.search span{color:#888596;font-size:22px}.search input{border:0;outline:0;background:transparent;flex:1;min-width:0}.toolbar select,.filter{min-height:48px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 14px;color:#555263;font-weight:700}.filter.active{color:var(--primary);border-color:#cfc5fb;background:var(--primary-soft)}.tabs{display:flex;overflow-x:auto;gap:8px;margin:22px 0 26px;padding-bottom:4px;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs button{white-space:nowrap;border:0;background:transparent;padding:9px 13px;border-radius:999px;color:#6b6877;font-weight:800}.tabs button span{margin-left:7px;font-size:11px;opacity:.68}.tabs button.active{color:var(--primary);background:var(--primary-soft)}.work-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:22px}.work-card{background:var(--surface);border:1px solid rgba(224,222,233,.9);border-radius:var(--radius);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;min-width:0}.work-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.poster-wrap{position:relative}.poster{aspect-ratio:2 / 2.75;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#fff;overflow:hidden;position:relative}.poster:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.18),transparent 34%)}.poster span{font-size:42px;z-index:1}.poster small{font-weight:800;letter-spacing:.15em;z-index:1;opacity:.82}.poster b{position:absolute;right:10px;bottom:-23px;font-size:96px;opacity:.08}.poster-movie{background:linear-gradient(150deg,#e65d69,#8f3f86)}.poster-anime{background:linear-gradient(150deg,#4b7fe7,#7051d9)}.poster-manga{background:linear-gradient(150deg,#4ca985,#287d71)}.poster-drama{background:linear-gradient(150deg,#ec8a4a,#b85a57)}.heart{position:absolute;top:12px;right:12px;width:38px;height:38px;border-radius:50%;border:0;background:#ffffffe6;color:#706d7b;font-size:19px;z-index:2}.heart.active{color:#e34b76}.card-body{padding:16px}.card-body h2{font-size:16px;margin:0 0 9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-meta{display:flex;justify-content:space-between;color:#777482;font-size:13px}.status,.type-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;margin-top:10px;border-radius:999px;background:#f2f0f7;color:#656170;font-size:12px;font-weight:800}.empty{background:#fff;border:1px dashed #d9d5e8;border-radius:24px;padding:70px 24px;text-align:center;color:var(--muted)}.empty>div{font-size:44px;color:var(--primary)}.empty h2{color:var(--text)}.mobile-header,.mobile-nav{display:none}.back{display:inline-flex;color:#6e6a7b;font-weight:800;margin-bottom:30px}.form-page{max-width:880px}.form-heading{margin-bottom:30px}.work-form{display:grid;gap:24px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 10px 30px #1e193f0a}.work-form label,.work-form fieldset{display:grid;gap:9px;font-weight:800;border:0;padding:0;margin:0}.work-form label>span,.work-form legend>span{color:#e05268;margin-left:4px}.work-form input:not([type=checkbox]),.work-form select,.work-form textarea{width:100%;border:1px solid #ddd9e8;border-radius:13px;background:#fbfaff;padding:13px 14px;outline:none}.work-form input:focus,.work-form select:focus,.work-form textarea:focus{border-color:#a99be9;box-shadow:0 0 0 4px #6044d814}.type-picker{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.type-picker button{min-height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;font-weight:800;color:#666273}.type-picker button.active{border-color:#b9adf1;background:var(--primary-soft);color:var(--primary)}.rating-picker{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.rating-picker button{border:0;background:transparent;color:#d5d0de;font-size:27px;padding:3px}.rating-picker button.active{color:#efad37}.rating-picker .clear-rating{font-size:12px;border:1px solid var(--line);border-radius:999px;color:#777482;padding:6px 10px;margin-right:5px}.rating-picker .clear-rating.active{background:#f3f0f7}.favorite-toggle{display:flex!important;grid-template-columns:auto 1fr;align-items:center;justify-content:start}.favorite-toggle span{font-size:22px;color:#e34b76!important}.form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.detail-page{max-width:1000px}.detail-top{display:flex;justify-content:space-between;align-items:center}.hero-card{display:grid;grid-template-columns:230px 1fr;gap:34px;align-items:center}.hero-card .poster{border-radius:22px}.hero-info h1{margin:12px 0 14px}.detail-rating{font-size:22px;font-weight:900;color:#e6a42d}.favorite-button{display:block;margin-top:22px;min-height:42px;border-radius:12px;border:1px solid #ded9ea;background:#fff;padding:0 14px;font-weight:800;color:#696575}.favorite-button.active{color:#d9436c;background:#fff3f6;border-color:#f0c7d3}.detail-section{margin-top:38px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px}.detail-section h2{font-size:18px;margin:0 0 18px}dl{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:0}dl div{background:#f9f8fc;border-radius:14px;padding:15px}dt{font-size:12px;color:var(--muted);margin-bottom:6px}dd{margin:0;font-weight:800}.detail-section p{line-height:1.9;white-space:pre-wrap;margin:0}.muted{color:var(--muted)}.danger-zone{margin-top:36px;border-top:1px solid var(--line);padding-top:26px;text-align:right}.danger-zone button{color:#c8475a;background:transparent;border:0;font-weight:800}.settings-page{max-width:860px}.settings-page>h1{margin-bottom:28px}.settings-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:19px 21px;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.settings-card strong{font-size:15px}.settings-card p{margin:5px 0 0;color:var(--muted);font-size:13px}.settings-card>span{color:var(--primary);font-size:22px}@media(max-width:820px){.sidebar{display:none}main{margin-left:0;padding-top:66px;padding-bottom:70px}.mobile-header{position:fixed;z-index:30;top:0;left:0;right:0;height:66px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;background:#fffffff2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-header .brand{font-size:21px}.mobile-header .brand img{width:40px;height:40px}.icon-add{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--primary);color:#fff;font-size:24px}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;z-index:30;bottom:0;left:0;right:0;min-height:64px;background:#fffffff5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-nav a{display:grid;place-items:center;font-size:12px;font-weight:800;color:#696675}.page{padding:28px 16px 34px}.page-heading{align-items:flex-start}.page-heading h1{font-size:31px}.desktop-add{display:none}.toolbar{grid-template-columns:1fr auto;margin-top:26px}.toolbar select{grid-column:1 / -1}.filter{padding:0 11px;font-size:0}.filter:after{content:"♡";font-size:20px}.filter.active:after{content:"♥"}.tabs{margin-top:18px}.work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card-body{padding:12px}.card-body h2{font-size:14px}.card-meta{font-size:11px}.status{font-size:10px}.heart{width:34px;height:34px;top:8px;right:8px}.work-form{padding:20px 16px;border-radius:19px}.type-picker{grid-template-columns:repeat(2,1fr)}.form-actions{position:sticky;bottom:72px;background:#fffffff5;margin:0 -8px -8px;padding:12px 8px 8px}.form-actions .button{flex:1}.hero-card{grid-template-columns:115px 1fr;gap:18px;align-items:start}.hero-info h1{font-size:26px}.detail-rating{font-size:18px}.favorite-button{width:100%;font-size:12px}.detail-section{margin-top:20px;padding:19px}dl{grid-template-columns:1fr}}@media(max-width:390px){.work-grid{gap:9px}.card-body h2{font-size:13px}.poster span{font-size:32px}}.auth-screen{margin:0;min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 50% 0%,#eee9ff 0,#f7f7fb 42%,#f7f7fb)}.auth-card{width:min(520px,100%);padding:42px;border:1px solid var(--line);border-radius:28px;background:#fffffff5;box-shadow:0 24px 70px #2b1f5f1f}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:42px;font-size:26px;letter-spacing:-.03em}.auth-brand img{width:50px;height:50px}.auth-card h1{font-size:clamp(32px,8vw,46px)}.auth-description{margin:16px 0 28px;color:var(--muted);line-height:1.8}.google-login{min-height:52px;display:flex;align-items:center;justify-content:center;gap:11px;border-radius:14px;background:var(--primary);color:#fff;font-weight:850;box-shadow:0 9px 20px #6044d83d}.google-g{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#4285f4;font-weight:900}.auth-note{margin:16px 0 0;text-align:center;color:#9490a0;font-size:12px}.auth-error{border-radius:12px;padding:11px 13px;background:#fff0f3;color:#b43e55;font-size:13px}.auth-loading{padding:30px 0;text-align:center;color:var(--muted);font-weight:800}.auth-user{display:flex;align-items:center;gap:12px;margin:24px 0;padding:14px;border-radius:15px;background:#f8f7fc}.auth-user img{width:44px;height:44px;border-radius:50%}.auth-user div{display:grid;gap:3px;min-width:0}.auth-user span{color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis}.auth-secondary{width:100%;min-height:46px;border:1px solid var(--line);border-radius:13px;background:#fff;color:#625e6d;font-weight:800}.account-floating{position:fixed;left:20px;bottom:20px;z-index:40;width:204px;padding:10px;border:1px solid var(--line);border-radius:14px;background:#fffffff5;box-shadow:0 10px 24px #20194117}.account-user{display:flex;align-items:center;gap:9px;min-width:0}.account-user img,.account-user>span{width:34px;height:34px;flex:0 0 auto;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-weight:900}.account-user div{min-width:0;display:grid}.account-user strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-user small{color:var(--muted);font-size:10px}.account-floating button{width:100%;margin-top:8px;padding:6px;border:0;border-radius:9px;background:#f6f4fb;color:#777282;font-size:11px;font-weight:800}@media(max-width:820px){.auth-screen{padding:16px}.auth-card{padding:28px 22px;border-radius:22px}.auth-brand{margin-bottom:32px}.account-floating{display:none}}.brand{gap:0;width:174px;max-width:100%}.brand img{display:block;width:174px;height:auto}.brand span{display:none}.sidebar .brand,.sidebar .brand img{width:174px}.mobile-header .brand,.mobile-header .brand img{width:142px;height:auto}.auth-brand{gap:0}.auth-brand img{display:block;width:220px;height:auto}.auth-brand strong{display:none}@media(max-width:820px){.auth-brand img{width:190px}}
