:root{--bg:#f3f2ee;--surface:#fff;--surface-alt:#f0eee9;--neutral:#e8e6e0;--stroke:#e2ded6;--primary:#1f1c19;--primary-strong:#0f0d0b;--on-primary:#fff;--accent-soft:#eeeae3;--coral:#c45c3e;--coral-strong:#a84b30;--ink:#1f1c19;--ink-hover:#35302a;--ease-smooth:cubic-bezier(.22, 1, .36, 1);--dur-dropdown:.22s;--dur-modal:.25s;--dur-tabs:.25s;--text:#1f1d1a;--text-secondary:#544f48;--text-muted:#857f76;--danger:#c0392b;--r-md:16px;--r-lg:24px;--pill:999px;--font-sans:ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Segoe UI", system-ui, sans-serif;font-family:var(--font-sans);color:var(--text);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{height:100%}html{scrollbar-gutter:stable;overflow-y:scroll}body{background:var(--bg);margin:0}::placeholder{color:#b3ab9e}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--stroke);background-clip:content-box;border:3px solid #0000;border-radius:999px}@keyframes scFade{0%{opacity:0}to{opacity:1}}@keyframes scDrawer{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes tDropdownOpen{0%{opacity:0;transform:scale(.97)translateY(-4px)}to{opacity:1;transform:none}}@keyframes tModalOpen{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}.brand,.brand-sm,.page-title,.modal-head h3,.drawer-head h3{letter-spacing:0;font-weight:600}.muted{color:var(--text-muted)}.hint{font-size:13px}.screen-center{flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:24px;display:flex}.welcome-cat{object-fit:contain;width:168px;height:168px;margin-bottom:8px}.card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-lg);padding:32px}.auth-card{width:100%;max-width:362px}.brand{text-align:center;letter-spacing:.4px;margin:0;font-size:24px}.brand-sub{text-align:center;margin:7px 0 24px;font-size:13px}.tabs{border-bottom:1px solid var(--stroke);justify-content:center;gap:24px;margin-bottom:20px;display:flex}.tab{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:8px 2px 12px;font-family:inherit;font-size:14px;position:relative}.tab.active{color:var(--text);font-weight:600}.tab.active:after{content:"";background:var(--primary);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.form{flex-direction:column;gap:12px;display:flex}.input{border:1px solid var(--stroke);background:var(--surface);width:100%;height:44px;color:var(--text);border-radius:12px;padding:0 13px;font-family:inherit;font-size:14px}.input::placeholder{color:var(--text-muted)}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.row{gap:10px;display:flex}.row .input{flex:1}.btn{border-radius:var(--pill);cursor:pointer;height:44px;transition:transform .16s var(--ease-smooth), background .15s var(--ease-smooth), border-color .15s var(--ease-smooth);border:1px solid #0000;padding:0 20px;font-family:inherit;font-size:14px;font-weight:600}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:active:not(:disabled){transform:scale(.97)}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover:not(:disabled){background:var(--ink-hover)}.btn-outline{background:var(--surface);color:var(--text);border-color:#d8cbb8}.btn-outline:hover:not(:disabled){background:var(--surface-alt);border-color:#cbbca6}.code-btn{white-space:nowrap;width:120px}.link{color:var(--text);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:6px;font-family:inherit;font-size:14px;text-decoration:underline}.error{color:var(--danger);text-align:center;margin:12px 0 0;font-size:14px}.info{color:var(--text-secondary);text-align:center;margin:12px 0 0;font-size:14px}.disclaimer{text-align:center;color:var(--text-muted);margin-top:16px;font-size:12px}.app-shell{min-height:100%}.topbar{background:var(--surface);border-bottom:1px solid var(--stroke);justify-content:space-between;align-items:center;height:58px;padding:0 22px;display:flex}.brand-sm{letter-spacing:.4px;font-size:17px;font-weight:600}.content{max-width:1320px;margin:0 auto;padding:34px 38px 64px}.page-title{letter-spacing:.2px;margin:0;font-size:27px;font-weight:600;line-height:1.4}.title-skeleton{vertical-align:middle;background:var(--surface-alt);border-radius:8px;width:140px;height:27px;animation:1.2s ease-in-out infinite mfPulse;display:inline-block}@keyframes mfPulse{0%,to{opacity:1}50%{opacity:.55}}.empty{text-align:center;padding:56px 0}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px;display:grid}.project-card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-md);cursor:pointer;transition:box-shadow .15s,transform .15s,border-color .15s;overflow:hidden}.project-card:active{transform:scale(.99)}@media (hover:hover) and (pointer:fine){.project-card:hover{border-color:#d8cbb8;transform:translateY(-3px);box-shadow:0 10px 24px #2a25200d}}.project-body{padding:14px 16px 16px}.thumb{aspect-ratio:16/9;background:var(--surface-alt);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%;display:block}.thumb-empty{opacity:.4;font-size:22px}.thumb-tag{color:var(--text-secondary);border-radius:var(--pill);background:#fbfaf6eb;padding:3px 9px;font-size:11px;font-weight:600;position:absolute;top:10px;left:10px}.project-card{color:inherit;text-decoration:none;display:block}.project-name{margin-bottom:6px;font-size:15.5px;font-weight:600;line-height:1.4}.project-meta{font-size:12.5px}.back-link{color:var(--text);font-size:15px;font-weight:500;text-decoration:none}.back-link:hover{opacity:.7}.topbar-right{font-size:14px}.shots-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.shot-card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-lg);flex-direction:column;gap:10px;padding:14px;display:flex}.shot-top{justify-content:space-between;align-items:center;display:flex}.shot-num{color:var(--text);font-size:15px;font-weight:700}.status-pill{color:var(--text-secondary);align-items:center;gap:6px;font-size:12.5px;display:inline-flex}.status-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.shot-thumb{background:var(--neutral);border-radius:10px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.shot-thumb img{object-fit:cover;width:100%;height:100%;display:block}.thumb-placeholder{opacity:.45;font-size:22px}.shot-meta{color:var(--text);min-height:16px;font-size:14px;font-weight:600}.shot-content{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:40px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.shot-content.struck{color:var(--text-muted);text-decoration:line-through}.shot-badges{flex-wrap:wrap;gap:6px;display:flex}.badge{color:#fff;border-radius:var(--pill);white-space:nowrap;background:#2a2520b8;padding:5px 11px;font-size:11.5px}.layout{background:var(--bg);min-height:100vh;display:flex}.mobile-shellbar,.sidebar-scrim{display:none}.sidebar{--sidebar-rail:44px;--sidebar-panel-gap:8px;z-index:20;background:var(--surface);border:1px solid var(--stroke);width:252px;height:calc(100vh - 24px);transition:transform .24s var(--ease-smooth);border-radius:16px;flex-direction:column;flex:none;gap:10px;margin:12px 0 12px 12px;padding:12px 10px;display:flex;position:sticky;top:12px;box-shadow:0 1px 2px #2a252008,0 8px 24px #2a25200d}.sidebar.collapsed{width:72px}.sidebar-head{align-items:center;gap:8px;min-height:42px;padding:0 3px 9px;display:flex}.brand-row{flex:1;align-items:center;gap:9px;min-width:0;padding:0;display:flex}.sidebar-hamburger{width:40px;height:40px;color:var(--text);cursor:pointer;transition:background .15s var(--ease-smooth);background:0 0;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.sidebar-hamburger:hover{background:var(--surface-alt)}.sidebar-hamburger .nav-ico{width:21px;height:21px}.rail-label{display:none}.brand-text{opacity:1;min-width:0;max-width:160px;transition:opacity .12s var(--ease-smooth) .14s, transform .16s var(--ease-smooth) .14s;flex-direction:column;gap:1px;display:flex;overflow:hidden;transform:translate(0)}.brand-sm,.brand-subline{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.brand-subline{color:color-mix(in srgb, var(--text-muted) 82%, transparent);font-size:11.5px;line-height:1.1}.sidebar-logo{border-radius:9px;flex:none;justify-content:center;justify-self:center;align-items:center;width:30px;height:30px;display:inline-flex;overflow:hidden;box-shadow:0 1px 2px #2a252014,0 0 0 1px #2a25200a}.sidebar-logo img{object-fit:cover;width:100%;height:100%;display:block}.sidebar-trigger,.mobile-close,.shellbar-menu{width:32px;height:32px;color:var(--text-muted);cursor:pointer;opacity:.68;transition:background .15s var(--ease-smooth), border-color .15s var(--ease-smooth), color .15s var(--ease-smooth), opacity .15s var(--ease-smooth);background:0 0;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:0;display:inline-flex}.sidebar-trigger:hover,.mobile-close:hover,.shellbar-menu:hover{background:color-mix(in srgb, var(--surface-alt) 82%, var(--surface));border-color:var(--stroke);color:var(--text);opacity:1}.sidebar-trigger .nav-ico,.mobile-close .nav-ico,.shellbar-menu .nav-ico{width:18px;height:18px}.sidebar-trigger.is-collapsed .nav-ico{transform:scaleX(-1)}.mobile-close{display:none}.sidebar-content{flex-direction:column;flex:1;gap:16px;min-height:0;padding:1px 0 2px;display:flex;overflow-y:auto}.sidebar-group{flex-direction:column;gap:6px;display:flex}.sidebar-group-label{height:18px;padding:0 0 0 calc(var(--sidebar-rail) + var(--sidebar-panel-gap));letter-spacing:.04em;color:color-mix(in srgb, var(--text-muted) 78%, transparent);align-items:center;font-size:10.5px;font-weight:650;display:flex}.sidebar-menu{flex-direction:column;gap:2px;display:flex}.nav-item{grid-template-columns:var(--sidebar-rail) minmax(0, 1fr);align-items:center;column-gap:var(--sidebar-panel-gap);width:100%;min-height:40px;color:var(--text-secondary);cursor:pointer;text-align:left;white-space:nowrap;box-sizing:border-box;transition:background .15s var(--ease-smooth), border-color .15s var(--ease-smooth), color .15s var(--ease-smooth), box-shadow .15s var(--ease-smooth), transform .15s var(--ease-smooth);background:0 0;border:1px solid #0000;border-radius:12px;padding:0;font-family:inherit;font-size:13.5px;text-decoration:none;display:grid;position:relative}.nav-item:hover{background:color-mix(in srgb, var(--surface-alt) 60%, transparent);color:var(--text)}.nav-item.active{background:var(--neutral);color:var(--text);box-shadow:none;border-color:#0000;font-weight:600}.nav-item.active .nav-ico{color:var(--primary)}.nav-item.active:before{display:none}.nav-ico{stroke-width:2px;flex:none;justify-self:center;width:17px;height:17px}.nav-label{text-overflow:ellipsis;opacity:1;min-width:0;transition:opacity .12s var(--ease-smooth) .1s, transform .16s var(--ease-smooth) .1s;overflow:hidden;transform:translate(0)}.sidebar-foot{border-top:1px solid color-mix(in srgb, var(--stroke) 68%, transparent);flex-direction:column;gap:7px;padding-top:10px;display:flex}.account-card{grid-template-columns:var(--sidebar-rail) minmax(0, 1fr);align-items:center;column-gap:var(--sidebar-panel-gap);background:color-mix(in srgb, var(--surface) 52%, transparent);min-height:44px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--stroke) 38%, transparent);border-radius:12px;padding:0;display:grid}.account-avatar{background:color-mix(in srgb, var(--primary) 8%, var(--surface-alt));width:28px;height:28px;color:var(--primary);border-radius:999px;flex:none;justify-content:center;justify-self:center;align-items:center;font-size:11.5px;font-weight:700;display:inline-flex;overflow:hidden}.account-avatar img{object-fit:cover;width:100%;height:100%;display:block}.account-meta{flex-direction:column;gap:1px;min-width:0;display:flex}.account-name,.account-email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-name{color:var(--text);font-size:13px;font-weight:650}.account-email{color:var(--text-muted);font-size:11.5px}.nav-logout{color:var(--text-muted)}.nav-logout:hover{color:var(--danger);background:#f7e8e6}.main-area{flex:1;min-width:0}.sidebar-search{grid-template-columns:var(--sidebar-rail) minmax(0,1fr) auto;align-items:center;column-gap:var(--sidebar-panel-gap);cursor:pointer;background:var(--surface-alt);width:100%;min-height:36px;color:var(--text-muted);transition:border-color .15s var(--ease-smooth), background .15s var(--ease-smooth);border:1px solid #0000;border-radius:10px;padding:0 10px 0 0;font-family:inherit;font-size:13px;display:grid}.sidebar-search:hover{border-color:var(--stroke)}.sidebar-search .nav-ico{justify-self:center;width:17px;height:17px}.sidebar-search-label{text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar-search-kbd{color:var(--text-muted);background:var(--surface);border:1px solid var(--stroke);white-space:nowrap;border-radius:5px;padding:1px 5px;font-size:11px}.sidebar-foot{position:relative}.account-btn{grid-template-columns:var(--sidebar-rail) minmax(0,1fr) auto;align-items:center;column-gap:var(--sidebar-panel-gap);cursor:pointer;text-align:left;width:100%;min-height:48px;transition:background .15s var(--ease-smooth);background:0 0;border:1px solid #0000;border-radius:12px;padding:0 8px 0 0;font-family:inherit;display:grid}.account-btn:hover,.account-btn.is-open{background:var(--surface-alt)}.account-chevron{color:var(--text-muted);justify-content:center;align-items:center;display:inline-flex}.account-chevron .nav-ico{width:16px;height:16px}.account-menu{z-index:40;background:var(--surface);border:1px solid var(--stroke);transform-origin:bottom;animation:tDropdownOpen var(--dur-dropdown) var(--ease-smooth);border-radius:12px;padding:5px;position:absolute;bottom:calc(100% + 6px);left:4px;right:4px;box-shadow:0 12px 32px #2a252024}.account-menu-item{cursor:pointer;width:100%;color:var(--text);text-align:left;transition:background .12s var(--ease-smooth);background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-family:inherit;font-size:13.5px;display:flex}.account-menu-item .nav-ico{width:17px;height:17px;color:var(--text-muted)}.account-menu-item:hover{background:var(--surface-alt)}.account-menu-item.is-danger,.account-menu-item.is-danger .nav-ico{color:var(--danger)}.account-menu-item.is-danger:hover{background:#f7e8e6}.account-menu-sep{background:var(--stroke);height:1px;margin:4px 6px}.cmdk-backdrop{z-index:100;background:#2a252047;justify-content:center;align-items:flex-start;padding:12vh 20px 20px;animation:.16s scFade;display:flex;position:fixed;inset:0}.cmdk{background:var(--surface);border:1px solid var(--stroke);transform-origin:top;width:100%;max-width:560px;animation:tModalOpen var(--dur-modal) var(--ease-smooth);border-radius:16px;overflow:hidden;box-shadow:0 24px 64px #2a25203d}.cmdk-input-row{border-bottom:1px solid var(--stroke);align-items:center;gap:10px;padding:14px 16px;display:flex}.cmdk-search-ico{width:18px;height:18px;color:var(--text-muted);flex:none}.cmdk-input{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:15px}.cmdk-input::placeholder{color:var(--text-muted)}.cmdk-esc{color:var(--text-muted);background:var(--surface-alt);border:1px solid var(--stroke);border-radius:6px;flex:none;padding:2px 7px;font-size:11px}.cmdk-list{max-height:52vh;padding:6px;overflow-y:auto}.cmdk-empty{text-align:center;color:var(--text-muted);padding:26px 12px;font-size:13.5px}.cmdk-item{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:9px 12px;font-family:inherit;display:flex}.cmdk-item.active{background:var(--surface-alt)}.cmdk-item-ico{background:var(--surface-alt);width:30px;height:30px;color:var(--text-secondary);border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.cmdk-item.active .cmdk-item-ico{background:var(--surface);color:var(--primary)}.cmdk-item-ico svg{width:16px;height:16px}.cmdk-item-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.cmdk-item-title{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.cmdk-item-sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.cmdk-item-kind{color:var(--text-muted);background:var(--surface-alt);border-radius:999px;flex:none;padding:2px 9px;font-size:11px}.cmdk-item.active .cmdk-item-kind{background:var(--surface)}.sidebar.collapsed .sidebar-head{justify-content:flex-start}.sidebar.collapsed .sidebar-hamburger{flex:0 0 40px;width:40px;height:40px}.sidebar.collapsed .sidebar-hamburger .nav-ico{width:21px;height:21px}.sidebar.collapsed .brand-row,.sidebar.collapsed .brand-text,.sidebar.collapsed .sidebar-search-label,.sidebar.collapsed .sidebar-search-kbd,.sidebar.collapsed .account-meta,.sidebar.collapsed .account-chevron{display:none}.sidebar.collapsed .sidebar-content{align-items:stretch;overflow:hidden auto}.sidebar.collapsed .sidebar-menu,.sidebar.collapsed .sidebar-foot{align-items:stretch;width:100%}.sidebar.collapsed .nav-item,.sidebar.collapsed .sidebar-search,.sidebar.collapsed .account-btn{grid-template-columns:var(--sidebar-rail);border-radius:12px;place-content:center start;justify-items:center;gap:5px 0;width:100%;height:60px;min-height:60px;padding:0;display:grid}.sidebar.collapsed .sidebar-search{border-radius:10px;align-items:center;row-gap:0;height:36px;min-height:36px}.sidebar.collapsed .sidebar-search .rail-label{display:none}.sidebar.collapsed .nav-label,.sidebar.collapsed .rail-label{text-align:center;white-space:nowrap;text-overflow:ellipsis;opacity:1;pointer-events:none;width:auto;min-width:0;max-width:66px;font-size:10px;font-weight:500;line-height:1.1;display:block;overflow:hidden;transform:none}.sidebar.collapsed .sidebar-search{color:var(--text-secondary);background:0 0;border-color:#0000}.sidebar.collapsed .sidebar-search:hover,.sidebar.collapsed .nav-item:hover,.sidebar.collapsed .account-btn:hover,.sidebar.collapsed .nav-item.active{background:var(--surface-alt)}.sidebar.collapsed .account-menu{width:208px;left:0;right:auto}.has-tip{position:relative}.has-tip:not([data-tip]):after,.has-tip:not([data-tip]):before,.has-tip[data-tip=""]:after,.has-tip[data-tip=""]:before{content:none}.has-tip:after{content:attr(data-tip);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:90;background:#2a2520;border-radius:9px;padding:7px 11px;font-size:12.5px;font-weight:500;transition:opacity,transform;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%)scale(.96)}.has-tip:before{content:"";opacity:0;pointer-events:none;z-index:90;border:6px solid #0000;border-right-color:#2a2520;transition:opacity .14s;position:absolute;top:50%;left:calc(100% + 6px);transform:translateY(-50%)}.has-tip:hover:after{opacity:1;transition:opacity .14s var(--ease-smooth) 80ms, transform .14s var(--ease-smooth) 80ms;transform:translateY(-50%)scale(1)}.has-tip:hover:before{opacity:1;transition:opacity .14s var(--ease-smooth) 80ms}.notif-trigger.active{background:color-mix(in srgb, var(--primary) 7%, var(--surface-alt));color:var(--primary);border-color:#0000;font-weight:650;box-shadow:inset 0 0 0 1px #2a252006}.notif-ico-wrap{flex:none;justify-self:center;display:inline-flex;position:relative}.notif-badge{background:var(--coral);border:1.5px solid var(--surface);box-sizing:content-box;border-radius:999px;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.notif-panel{background:var(--surface);border:1px solid var(--stroke);z-index:80;transform-origin:0 0;width:min(340px,100vw - 24px);max-height:min(560px,78vh);animation:tDropdownOpen var(--dur-dropdown) var(--ease-smooth);border-radius:14px;flex-direction:column;display:flex;position:fixed;overflow:hidden;box-shadow:0 12px 40px #2a25202e}.notif-head{border-bottom:1px solid var(--stroke);justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.notif-title{font-size:15px;font-weight:600}.notif-head-actions{align-items:center;gap:2px;display:flex}.notif-refresh{cursor:pointer;width:28px;height:28px;color:var(--text-muted);transition:background .15s var(--ease-smooth), color .15s var(--ease-smooth);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.notif-refresh:hover{background:var(--surface-alt);color:var(--text-secondary)}.notif-refresh:disabled{opacity:.5;cursor:default}.notif-refresh svg{width:16px;height:16px}.notif-list{padding:6px;overflow-y:auto}.notif-empty{text-align:center;color:var(--text-muted);padding:28px 16px;font-size:13px}.notif-group-label{letter-spacing:.04em;color:var(--text-muted);text-transform:none;padding:10px 10px 5px;font-size:11.5px;font-weight:600}.notif-row{text-align:left;cursor:pointer;width:100%;transition:background .15s var(--ease-smooth);background:0 0;border:none;border-radius:10px;gap:9px;padding:9px 10px;font-family:inherit;display:flex}.notif-row:hover{background:color-mix(in srgb, var(--surface-alt) 78%, var(--surface))}.notif-dot{background:0 0;border-radius:999px;flex:none;width:7px;height:7px;margin-top:6px}.notif-dot.unread{background:var(--coral)}.notif-body{flex-direction:column;gap:2px;min-width:0;display:flex}.notif-line{color:var(--text-secondary);font-size:13.5px;line-height:1.45}.notif-actor{color:var(--text);font-weight:600}.notif-snippet{color:var(--text-muted);-webkit-line-clamp:2;background:var(--surface-alt);border-radius:8px;-webkit-box-orient:vertical;margin-top:1px;padding:3px 8px;font-size:12.5px;line-height:1.4;display:-webkit-box;overflow:hidden}.notif-time{color:var(--text-muted);margin-top:1px;font-size:11.5px}.section-nav{background:var(--surface-alt);border-radius:var(--pill);gap:4px;margin:18px 0 24px;padding:5px;display:inline-flex;position:relative}.sec-thumb{background:var(--surface);border-radius:var(--pill);will-change:transform, width;transition:transform var(--dur-tabs) var(--ease-smooth), width var(--dur-tabs) var(--ease-smooth);position:absolute;top:5px;bottom:5px;left:0;box-shadow:0 1px 3px #2a25201f}.section-nav.no-anim .sec-thumb{transition:none}.section-nav button{z-index:1;border-radius:var(--pill);cursor:pointer;color:var(--text-muted);white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:color .2s;display:inline-flex;position:relative}.section-nav button:hover{color:var(--text-secondary)}.section-nav button.active{color:var(--text);font-weight:600}.sec-ico{flex:none;width:17px;height:17px}.section-bar{justify-content:space-between;align-items:center;gap:14px;min-height:40px;margin-bottom:18px;display:flex}.section-bar.section-bar-end{justify-content:flex-end}.section-bar-right{align-items:center;gap:14px;display:flex}.member-list{flex-direction:column;gap:8px;max-width:760px;display:flex}.member-row{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-md);align-items:center;gap:12px;padding:12px 14px;display:flex}.member-id{flex:1;min-width:0}.member-name{font-size:14px;font-weight:600}.member-email{font-size:12px}.member-role{width:140px}.member-perm{width:124px}.invite-box{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-md);max-width:760px;margin-top:28px;padding:18px}.invite-row{align-items:center;gap:10px;margin-top:10px;display:flex}.invite-row .input{flex:1;min-width:0}.invite-row .btn{white-space:nowrap;flex:none}.invite-result{gap:10px;margin-top:12px;display:flex}.invite-result .input{flex:1}.day-list{flex-direction:column;gap:18px;display:flex}.day-card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-md);flex-direction:column;gap:14px;padding:20px;display:flex;box-shadow:0 1px 3px #2a25200a}.day-head{justify-content:space-between;align-items:center;display:flex}.day-title{font-size:16px;font-weight:600}.crew{flex-direction:column;gap:8px;display:flex}.crew-row{grid-template-columns:1fr 1fr 120px 32px;align-items:center;gap:8px;display:grid}.crew-add{align-self:flex-start;margin-top:2px}.content-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.content-header .page-title{margin:0}.content-header-actions{flex:none;align-items:center;gap:10px;display:flex}.ws-header{align-items:flex-start}.ws-header-left{flex-direction:column;gap:4px;min-width:0;display:flex}.ws-subline{padding-left:4px;font-size:13px}.ws-header-actions{flex:none;align-items:center;gap:10px;display:flex}.ws-header-actions .btn{align-items:center;gap:6px;display:inline-flex}.ws-switcher{position:relative}.ws-trigger{cursor:pointer;color:var(--text);transition:background .15s var(--ease-smooth), transform .16s var(--ease-smooth);background:0 0;border:none;border-radius:12px;align-items:center;gap:10px;margin-left:-4px;padding:2px 6px 2px 4px;font-family:inherit;display:inline-flex}.ws-trigger:active{transform:scale(.985)}@media (hover:hover) and (pointer:fine){.ws-trigger:hover{background:var(--surface-alt)}}.ws-mono{background:var(--ink);color:#fff;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:15px;font-weight:700;display:grid}.ws-mono.sm{font-size:14px}.ws-name{letter-spacing:.2px;text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-size:22px;font-weight:600;overflow:hidden}.ws-chev{color:var(--text-muted);flex:none}.ws-menu{z-index:60;background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-md);transform-origin:0 0;min-width:270px;animation:tDropdownOpen var(--dur-dropdown) var(--ease-smooth);padding:6px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 34px #2a25201f}.ws-item{cursor:pointer;text-align:left;width:100%;color:var(--text);transition:background .12s var(--ease-smooth), transform .12s var(--ease-smooth);background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:9px 10px;font-family:inherit;display:flex}.ws-item:active{transform:scale(.99)}@media (hover:hover) and (pointer:fine){.ws-item:hover{background:var(--surface-alt)}}.ws-item-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ws-item-text b{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}.ws-item-text small{color:var(--text-muted);font-size:12px}.ws-check{color:var(--ink);flex:none}.ws-create{border-top:1px solid var(--stroke);margin-top:4px;padding-top:12px}.ws-plus{border:1px dashed var(--stroke);width:34px;height:34px;color:var(--text-secondary);border-radius:10px;flex:none;place-items:center;display:grid}.thumb-private{color:#fff;border-radius:var(--pill);background:#1c18149e;align-items:center;gap:3px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex;position:absolute;bottom:10px;right:10px}.team-members-modal{flex-direction:column;max-height:min(720px,88vh);display:flex}.tm-head{flex:none}.tm-title{min-width:0}.tm-title h3{margin:0;font-size:21px;font-weight:600;line-height:1.25}.tm-team-name{margin-top:2px;font-size:12.5px}.tm-body{flex-direction:column;flex:auto;gap:14px;min-height:0;display:flex;overflow-y:auto}.tm-card{background:0 0;border-radius:0;padding:0}.tm-card-label{color:var(--text);letter-spacing:.1px;margin-bottom:10px;font-size:12px;font-weight:700}.tm-invite-head{align-items:center;gap:12px;display:flex}.tm-invite-ico{background:var(--surface);border:1px solid var(--stroke);width:34px;height:34px;color:var(--text-secondary);border-radius:9px;flex:none;place-items:center;display:grid}.tm-invite-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.tm-invite-text b{font-size:14px;font-weight:700}.tm-invite-text small{color:var(--text-muted);font-size:12px}.tm-copy-btn{border:1px solid var(--stroke);background:var(--surface);height:32px;color:var(--text-secondary);cursor:pointer;transition:background .15s var(--ease-smooth), transform .14s var(--ease-smooth);border-radius:999px;flex:none;padding:0 14px;font-family:inherit;font-size:12.5px;font-weight:600}.tm-copy-btn:disabled{opacity:.5;cursor:default}.tm-copy-btn:not(:disabled):active{transform:scale(.96)}@media (hover:hover) and (pointer:fine){.tm-copy-btn:not(:disabled):hover{background:var(--surface-alt)}}.tm-invite-url{background:var(--surface);border:1px solid var(--stroke);height:34px;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;align-items:center;margin-top:11px;padding:0 12px;font-size:12px;display:flex;overflow:hidden}.tm-add-row{align-items:center;gap:8px;display:flex}.tm-add-row .input{flex:1;min-width:0;height:40px}.tm-add-role{flex:none}.tm-add-btn{white-space:nowrap;flex:none;min-width:72px;height:40px;padding:0 22px}.tm-hint{color:var(--text-muted);margin-top:9px;font-size:11.5px;line-height:1.55}.tm-hint.is-error{color:var(--danger)}.tm-list{background:var(--surface);border:1px solid var(--stroke);border-radius:13px;position:relative;overflow:visible}.tm-empty{text-align:center;padding:18px}.tm-row{align-items:center;gap:12px;padding:11px 14px;display:flex;position:relative}.tm-row+.tm-row{border-top:1px solid var(--stroke)}.tm-row-ctrls{flex:none;align-items:center;gap:6px;display:flex}.tm-avatar{background:var(--surface-alt);width:38px;height:38px;color:var(--text-secondary);letter-spacing:-.3px;border-radius:999px;flex:none;place-items:center;font-size:15px;font-weight:700;display:grid}.tm-row-id{flex:1;min-width:0}.tm-row-name{align-items:center;gap:7px;font-size:14px;font-weight:700;display:flex;overflow:hidden}.tm-row-name>:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tm-owner-tag{letter-spacing:.2px;color:var(--text-secondary);background:var(--accent-soft);border-radius:5px;flex:none;padding:2px 7px;font-size:10px;font-weight:700}.tm-row-sub{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.tm-role-locked{box-sizing:border-box;width:78px;height:34px;color:var(--text-secondary);border:1px solid var(--stroke);border-radius:999px;flex:none;justify-content:center;align-items:center;padding:0 12px;font-size:12.5px;font-weight:600;display:inline-flex}.tm-row-role{flex:none}.tm-row-menu{flex:none;position:relative}.tm-menu-btn{width:28px;height:28px;color:var(--text-muted);cursor:pointer;transition:background .12s var(--ease-smooth);background:0 0;border:none;border-radius:8px;place-items:center;display:grid}.tm-menu-spacer{flex:none;width:28px;height:28px}@media (hover:hover) and (pointer:fine){.tm-menu-btn:hover{background:var(--surface-alt)}}.tm-row-cardmenu{top:calc(100% + 4px);left:auto;right:0}.tm-legend{color:var(--text-muted);background:0 0;flex-wrap:wrap;align-items:center;gap:0;padding:0 2px;font-size:11.5px;line-height:1.55;display:flex}.tm-legend b{color:var(--text-secondary);font-weight:700}.tm-legend i{background:var(--stroke);width:1px;height:11px;margin:0 10px}.tm-actions{flex:none;margin-top:18px}.tm-actions .btn{padding:0 22px}.role-pill-wrap{z-index:2;flex:none;position:relative}.role-pill{border:1px solid var(--stroke);background:var(--surface);width:78px;height:34px;color:var(--text-secondary);cursor:pointer;transition:background .15s var(--ease-smooth), transform .14s var(--ease-smooth);border-radius:999px;justify-content:center;align-items:center;gap:4px;padding:0 9px 0 13px;font-family:inherit;font-size:12.5px;font-weight:600;display:inline-flex}.role-pill:active{transform:scale(.96)}@media (hover:hover) and (pointer:fine){.role-pill:hover{background:var(--surface-alt)}}.role-pill--box{border-radius:10px;width:auto;height:40px;padding:0 10px 0 13px;font-size:13px}.role-pill-chev{color:var(--text-muted)}.role-pill-menu{z-index:70;min-width:132px;top:calc(100% + 4px);left:0;right:auto}.role-pill-menu--portal{z-index:90;max-height:none;position:fixed;right:auto;overflow:visible}.detail-sub-row{align-items:center;gap:10px;min-height:27px;margin-top:4px;display:flex}.sub-skeleton{vertical-align:middle;background:var(--surface-alt);border-radius:6px;width:96px;height:13px;animation:1.2s ease-in-out infinite mfPulse;display:inline-block}.vis-chip{color:var(--text-secondary);background:var(--surface);border:1px solid var(--stroke);border-radius:var(--pill);cursor:pointer;transition:transform .14s var(--ease-smooth), background .15s var(--ease-smooth);align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.vis-chip:disabled{cursor:default}.vis-chip:not(:disabled):active{transform:scale(.96)}@media (hover:hover) and (pointer:fine){.vis-chip:not(:disabled):hover{background:var(--surface-alt)}}.modal-danger{border-top:1px solid var(--stroke);justify-content:space-between;align-items:center;gap:16px;margin-top:18px;padding-top:16px;display:flex}.modal-danger-text{flex-direction:column;gap:2px;min-width:0;display:flex}.modal-danger-text strong{color:var(--text);font-size:14px}.modal-danger .btn{white-space:nowrap;flex:none}.back-link{margin-bottom:12px;display:inline-block}.btn-sm{height:40px;padding:0 18px}.field{flex-direction:column;flex:1;gap:6px;display:flex}.field-label{color:var(--text-muted);font-size:12px;font-weight:600}.field-row{gap:12px;display:flex}.dropdown{width:100%;position:relative}.dropdown-trigger{background:var(--surface);border:1px solid var(--stroke);cursor:pointer;width:100%;height:44px;color:var(--text);border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:0 13px;font-family:inherit;font-size:14px;display:flex}.dropdown-trigger:hover{border-color:#d8cbb8}.dropdown-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dropdown-caret{width:16px;height:16px;color:var(--text-muted);flex:none;transition:transform .15s}.dropdown-caret.up{transform:rotate(180deg)}.dropdown-menu{z-index:60;background:var(--surface);border:1px solid var(--stroke);transform-origin:top;max-height:320px;animation:tDropdownOpen var(--dur-dropdown) var(--ease-smooth);border-radius:14px;flex-direction:column;gap:3px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #2a25201f}.dropdown-item{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;font-family:inherit;font-size:14px;display:flex}.dropdown-item:hover{background:var(--surface-alt)}.dropdown-item.selected{background:var(--accent-soft)}.dropdown-item-main{flex-direction:column;gap:2px;min-width:0;display:flex}.dropdown-item-label{font-weight:500}.dropdown-item.selected .dropdown-item-label{color:var(--primary-strong);font-weight:600}.dropdown-item-sub{color:var(--text-muted);font-size:12px}.dropdown-check{width:16px;height:16px;color:var(--primary);flex:none}.combo-menu{z-index:70;background:var(--surface);border:1px solid var(--stroke);transform-origin:top;max-height:280px;animation:tDropdownOpen var(--dur-dropdown) var(--ease-smooth);border-radius:12px;flex-direction:column;gap:3px;padding:6px;display:flex;overflow-y:auto;box-shadow:0 12px 32px #2a252024}select.input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238c8377' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");background-position:right 12px center;background-repeat:no-repeat;padding-right:34px}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.textarea{resize:vertical;height:auto;min-height:46px;padding:10px 14px;line-height:1.5}.header-right{align-items:center;gap:16px;display:flex}.view-toggle{background:var(--surface-alt);border-radius:var(--pill);flex:none;width:198px;padding:4px;display:inline-flex;position:relative}.vt-thumb{background:var(--surface);border-radius:var(--pill);width:calc(50% - 4px);transition:transform var(--dur-tabs) var(--ease-smooth);will-change:transform;position:absolute;top:4px;bottom:4px;left:4px;box-shadow:0 1px 3px #2a252024}.view-toggle.board .vt-thumb{transform:translate(100%)}.view-toggle button{z-index:1;cursor:pointer;color:var(--text-muted);white-space:nowrap;background:0 0;border:none;flex:1;padding:7px 0;font-family:inherit;font-size:13px;font-weight:600;transition:color .2s;position:relative}.view-toggle button.active{color:var(--text)}.table-card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-md);overflow:hidden;box-shadow:0 1px 3px #0000000a}.table-wrap{overflow-x:auto}.shot-table{border-collapse:collapse;width:100%;font-size:14px}.col-spacer{width:auto;min-width:0;padding:0}.shot-table thead th{text-align:left;color:var(--text-muted);letter-spacing:.3px;background:var(--surface-alt);border-bottom:1px solid var(--stroke);white-space:nowrap;padding:13px 12px;font-size:12.5px;font-weight:600}.shot-table tbody td{vertical-align:middle;border-bottom:1px solid #ece7dd;height:116px;padding:0}.shot-table tbody tr:last-child td{border-bottom:none}.shot-table tbody tr:hover td{background:#f4eee5}.col-num{width:56px;position:relative}.col-thumb{text-align:center;width:188px}.col-content{width:300px}.shot-table.no-extra-cols .col-content{width:auto}.shot-table.no-content-col .col-thumb{box-shadow:1px 0 0 var(--stroke)}.shot-table.no-content-col.no-extra-cols .col-ops{text-align:right;width:auto;padding-right:16px}.shot-table .col-drag,.shot-table .col-num,.shot-table .col-thumb,.shot-table .col-content{background:var(--surface);z-index:2;position:sticky}.shot-table thead .col-drag,.shot-table thead .col-num,.shot-table thead .col-thumb,.shot-table thead .col-content{background:var(--surface-alt);z-index:3}.shot-table .col-drag{left:0}.shot-table .col-num{left:30px}.shot-table .col-thumb{left:86px}.shot-table .col-content{box-shadow:1px 0 0 var(--stroke);left:274px}.col-size{width:66px}.col-movement{width:60px}.col-focal_length{width:76px}.col-shooting_time{width:84px}.col-shooting_scene{width:120px}.col-duration_sec{width:82px}.col-status{width:100px}.col-dialogue,.col-note,.col-take_note{width:auto}.col-ops{white-space:nowrap;text-align:center;width:52px}.hidden-badge{font-variant-numeric:tabular-nums;min-width:18px;height:18px;color:var(--primary);background:var(--accent-soft);border:1px solid color-mix(in srgb, var(--primary) 24%, transparent);border-radius:var(--pill);cursor:pointer;transition:background .15s var(--ease-smooth), color .15s var(--ease-smooth);justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:6px;right:4px}.hidden-badge:hover{background:var(--primary);color:var(--on-primary);border-color:var(--primary)}.cell{width:100%;color:var(--text);background:0 0;border:none;padding:14px 12px;font-family:inherit;font-size:14px}.cell::placeholder{color:var(--text-muted);opacity:.6}.cell:hover{background:#00000008;border-radius:8px}.cell:focus{background:var(--surface);box-shadow:inset 0 0 0 2px var(--primary);border-radius:8px;outline:none}.cell-num{text-align:center;font-size:15px;font-weight:700}textarea.cell-content{resize:none;vertical-align:middle;align-content:center;height:92px;padding:10px 12px;line-height:1.5;overflow-y:auto}.row-thumb{border:1px solid var(--stroke);background:var(--neutral);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;height:96px;margin:10px auto;padding:0;display:flex;overflow:hidden}.row-thumb:hover{border-color:var(--text-muted)}.row-thumb img{object-fit:cover;width:100%;height:100%}.row-thumb-empty{color:var(--text-muted);font-size:16px}.status-chip{background:var(--surface-alt);cursor:pointer;color:var(--text-secondary);border-radius:var(--pill);border:none;align-items:center;gap:6px;padding:4px 10px;font-family:inherit;font-size:12.5px;transition:background .14s;display:inline-flex}.status-chip:hover{background:var(--accent-soft)}.cell-btn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;padding:5px 6px;font-size:15px}.cell-btn:hover{background:var(--surface-alt)}.cell-btn.danger:hover{color:var(--danger)}.table-empty{text-align:center;color:var(--text-muted);padding:44px 16px;font-size:14px}.add-row{text-align:center;color:var(--text-muted);cursor:pointer;border-top:1px dashed #ddd6c8;font-size:13.5px;font-weight:500;height:auto!important;padding:15px!important}.add-row-tr:hover .add-row{color:var(--primary)}.add-shot-btn{margin:14px}.drawer-backdrop{z-index:50;background:#2a25204d;justify-content:center;align-items:center;padding:24px;animation:.2s scFade;display:flex;position:fixed;inset:0}.drawer{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-lg);width:100%;max-width:560px;max-height:88vh;animation:tModalOpen var(--dur-modal) var(--ease-smooth);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 60px #2a252038}.drawer-head{border-bottom:1px solid var(--stroke);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.drawer-head h3{margin:0;font-size:18px;font-weight:600}.drawer-body{flex-direction:column;flex:1;gap:14px;padding:18px 22px;display:flex;overflow-y:auto}.drawer-thumb{background:var(--neutral);border-radius:10px;overflow:hidden}.drawer-thumb img{width:100%;display:block}.drawer-foot{border-top:1px solid var(--stroke);justify-content:flex-end;gap:10px;padding:14px 22px;display:flex}.upload-area{background:var(--neutral);border:1.5px dashed var(--stroke);cursor:pointer;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.upload-area:hover{border-color:var(--text-muted)}.upload-area img{object-fit:cover;width:100%;height:100%}.upload-hint{color:var(--text-muted);text-align:center;padding:16px;font-size:14px}.upload-busy{color:var(--text);background:#fff9;justify-content:center;align-items:center;font-size:14px;display:flex;position:absolute;inset:0}.upload-row{align-items:center;gap:12px;min-height:20px;display:flex}.detail-sub{color:var(--text-muted);margin-top:7px;font-size:13px}.progress-pill{background:var(--surface-alt);color:var(--text-secondary);border-radius:var(--pill);align-items:center;gap:7px;padding:6px 13px;font-size:13px;font-weight:600;display:inline-flex}.progress-pill .dot{background:#34c759;border-radius:999px;width:7px;height:7px}.icon-btn{cursor:pointer;color:#a89f92;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .14s,color .14s;display:inline-flex}.icon-btn:hover{background:var(--accent-soft);color:var(--primary)}.icon-btn.danger:hover{color:#c4452f;background:#f3e0da}.icon-btn svg{width:15px;height:15px}.col-ops .icon-btn+.icon-btn{margin-left:10px}.weather-row{align-items:center;gap:8px;display:flex}.weather-row .input{flex:1;min-width:0}.icon-btn.weather-refresh{background:var(--surface-alt);border:1px solid var(--stroke);width:44px;height:44px;color:var(--text-secondary);border-radius:12px;flex:none}.icon-btn.weather-refresh:hover:not(:disabled){background:var(--accent-soft);color:var(--primary)}.icon-btn.weather-refresh:disabled{cursor:default;opacity:.7}.icon-btn.weather-refresh svg{width:16px;height:16px}.icon-btn.weather-refresh svg.spin{animation:.8s linear infinite mfSpin}@keyframes mfSpin{to{transform:rotate(360deg)}}.login-logo{background:#efe7da;border-radius:24px;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:22px;font-size:30px;display:flex}.modal-backdrop{z-index:50;background:#2a25204d;justify-content:center;align-items:center;padding:24px;animation:.2s scFade;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--stroke);width:100%;max-width:464px;animation:tModalOpen var(--dur-modal) var(--ease-smooth);padding:28px}.modal.team-members-modal{max-width:550px}.modal-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.modal-head h3{margin:0;font-size:21px;font-weight:600}.modal-x{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:18px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.modal-actions .btn{padding:0 22px}.join-hero{align-items:center;gap:11px;display:flex}.join-hero p{margin:0;font-size:13px;line-height:1.45}.join-hero-ico{background:var(--surface-alt);border:1px solid var(--stroke);width:38px;height:38px;color:var(--text-secondary);border-radius:10px;flex:none;place-items:center;display:grid}.join-input{resize:none;height:44px;min-height:44px;padding-top:10px;padding-bottom:10px;line-height:1.5;display:block;overflow:hidden}.join-paste-row{gap:8px;display:flex}.success-text{color:#34c759;margin:0;font-size:13px;font-weight:600}@media (width<=720px){.layout{background:var(--bg);min-height:100vh;display:block}.mobile-shellbar{z-index:35;background:color-mix(in srgb, var(--surface) 92%, transparent);border-bottom:1px solid var(--stroke);-webkit-backdrop-filter:blur(14px);justify-content:space-between;align-items:center;gap:12px;height:56px;padding:0 14px;display:flex;position:sticky;top:0}.shellbar-brand{flex:1;align-items:center;gap:9px;min-width:0;font-size:15px;font-weight:650;display:inline-flex}.shellbar-brand .sidebar-logo{border-radius:8px;width:28px;height:28px}.shellbar-search{flex:none}.sidebar-scrim{z-index:60;opacity:0;pointer-events:none;transition:opacity .22s var(--ease-smooth);background:#1f1c1947;border:0;display:block;position:fixed;inset:0}.sidebar-scrim.show{opacity:1;pointer-events:auto}.sidebar{z-index:70;width:min(304px,100vw - 34px);height:100dvh;padding:14px 12px calc(14px + env(safe-area-inset-bottom));border-left:0;border-radius:0 18px 18px 0;margin:0;position:fixed;top:0;bottom:0;left:0;transform:translate(-104%);box-shadow:20px 0 60px #2a25202e}.sidebar.mobile-open{transform:translate(0)}.sidebar.collapsed{width:min(304px,100vw - 34px)}.sidebar.collapsed .brand-row{display:flex}.sidebar.collapsed .brand-text{max-width:160px;display:flex}.sidebar.collapsed .sidebar-search-label{display:block}.sidebar.collapsed .sidebar-search-kbd{display:inline-block}.sidebar.collapsed .account-meta{display:flex}.sidebar.collapsed .account-chevron{display:inline-flex}.sidebar.collapsed .rail-label{display:none}.sidebar.collapsed .sidebar-head{justify-content:flex-start}.sidebar.collapsed .sidebar-content{align-items:stretch;overflow-y:auto}.sidebar.collapsed .sidebar-menu,.sidebar.collapsed .sidebar-foot{align-items:stretch;width:100%}.sidebar.collapsed .nav-item{grid-template-columns:var(--sidebar-rail) minmax(0, 1fr);gap:0;column-gap:var(--sidebar-panel-gap);border-radius:12px;width:100%;height:auto;min-height:40px;display:grid}.sidebar.collapsed .sidebar-search{grid-template-columns:var(--sidebar-rail) minmax(0, 1fr) auto;gap:0;column-gap:var(--sidebar-panel-gap);background:var(--surface-alt);border-radius:10px;height:36px;min-height:36px;display:grid}.sidebar.collapsed .account-btn{grid-template-columns:var(--sidebar-rail) minmax(0, 1fr) auto;gap:0;column-gap:var(--sidebar-panel-gap);border-radius:12px;width:100%;height:auto;min-height:48px;display:grid}.sidebar.collapsed .nav-ico{width:17px;height:17px}.sidebar.collapsed .nav-label{text-align:left;max-width:none;font-size:13.5px;font-weight:500}.sidebar.collapsed .account-avatar{width:28px;height:28px;font-size:11.5px}.sidebar-hamburger{display:none}.mobile-close{display:inline-flex}.has-tip:before,.has-tip:after{display:none}.main-area{min-width:0}.content{padding:26px 18px 52px}.notif-panel{width:auto;max-height:min(560px,100dvh - 84px);right:12px;top:66px!important;left:12px!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-delay:0s!important}}.deliver-modal{max-width:440px}.deliver-body{flex-direction:column;gap:10px;display:flex}.deliver-label{color:var(--text-muted);margin-top:6px;font-size:12px;font-weight:500}.deliver-row{text-align:left;border:1px solid var(--stroke);background:var(--surface);cursor:pointer;width:100%;transition:background .16s var(--ease-smooth), border-color .16s var(--ease-smooth);border-radius:12px;align-items:center;gap:12px;padding:12px 14px;font-family:inherit;display:flex}.deliver-row:hover:not(:disabled){background:var(--surface-alt);border-color:#d8cbb8}.deliver-row:disabled{opacity:.5;cursor:not-allowed}.deliver-ico{color:var(--text-secondary);flex:none;display:flex}.deliver-text{flex-direction:column;gap:1px;min-width:0;display:flex}.deliver-title{color:var(--text);font-size:14px;font-weight:600}.deliver-sub{color:var(--text-muted);font-size:12px}.deliver-hint{color:var(--text-muted);padding:0 2px;font-size:12.5px}.deliver-msg{color:var(--text-secondary);padding:2px;font-size:13px}.deliver-invite{gap:8px;display:flex}.deliver-invite .input{flex:1;height:40px;font-size:12.5px}.deliver-progress{flex-direction:column;gap:10px;padding:18px 2px;display:flex}.deliver-ptext{color:var(--text);font-size:14px;font-weight:600}.deliver-pbar{background:var(--surface-alt);border-radius:999px;height:8px;overflow:hidden}.deliver-pfill{background:var(--ink);height:100%;transition:width .2s var(--ease-smooth);border-radius:999px}.deliver-pfill.indeterminate{width:40%;animation:1.1s ease-in-out infinite pIndet}@keyframes pIndet{0%{margin-left:-42%}to{margin-left:100%}}.deliver-phint{color:var(--text-muted);font-size:12.5px}.export-doc{color:#171717;width:760px;font-family:var(--font-sans);box-sizing:border-box;background:#fff;padding:28px}.export-block{background:#fff}.export-head{padding-bottom:4px}.export-eyebrow{letter-spacing:2px;color:#77716b;font-size:11.3px}.export-title{letter-spacing:.2px;margin-top:5px;font-size:34.7px;font-weight:700;line-height:1.2}.export-title-rule{background:#171717;height:1.6px;margin-top:16px}.export-info{grid-template-columns:repeat(3,1fr);gap:10.7px;margin-top:21px;display:grid}.export-info-item{box-sizing:border-box;background:#fff;border:1px solid #dcd8d2;border-radius:10.7px;height:64px;padding:10.7px 13.4px}.export-info-k{color:#77716b;font-size:11.3px}.export-info-v{color:#171717;margin-top:6px;font-size:14.7px}.export-section{color:#171717;font-size:18.7px;font-weight:600}.export-progress{margin-top:24px}.export-bar{background:#e7e5e1;border-radius:4.7px;height:9.3px;margin-top:10.7px;overflow:hidden}.export-bar-fill{background:#171717;border-radius:4.7px;height:100%}.export-pills{gap:9.3px;margin-top:16px;display:flex}.export-pill{white-space:nowrap;border-radius:14.7px;align-items:center;height:29.4px;padding:0 12px;font-size:12.7px;display:inline-flex}.export-list-title{margin-top:24px}.export-row{border:1px solid #dcd8d2;border-radius:13.4px;align-items:flex-start;gap:18.7px;margin-top:13.4px;padding:18.7px 16px;display:flex}.export-thumb{background:#f1f4fa;border:1px solid #dcd8d2;border-radius:10.7px;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.export-thumb img{object-fit:cover;width:100%;height:100%;display:block}.export-thumb-empty{color:#77716b;font-size:12px}.export-fields{flex:1;min-width:0}.export-frow{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.export-num{color:#171717;font-size:16px;font-weight:600}.export-status{white-space:nowrap;border-radius:13.4px;flex:none;justify-content:center;align-items:center;width:77px;height:26.7px;font-size:12.7px;display:inline-flex}.export-meta{color:#77716b;margin:8px 0 0;font-size:12.7px}.export-field{margin-top:8px}.export-flabel{color:#77716b;margin-bottom:1.5px;font-size:10px;font-weight:600}.export-fval{color:#3d3a36;white-space:pre-wrap;word-break:break-word;font-size:14.7px;line-height:1.5}.export-foot{color:#77716b;text-align:left;padding:10px 2px 2px;font-size:11.3px}.li-doc{color:#171717;width:780px;font-family:var(--font-sans);box-sizing:border-box;background:#f6f5f2}.li-head{padding:52px 32px 32px}.li-title{font-size:44px;font-weight:600;line-height:1.2}.li-sub{color:#77716b;margin-top:8px;font-size:26px;font-weight:500}.li-rule,.li-divider{background:#dcd8d2;height:2px}.li-row{align-items:flex-start;gap:24px;padding:28px;display:flex}.li-thumbs{flex-direction:column;flex:none;gap:12px;display:flex}.li-thumb{background:#f1f4fa;border-radius:20px;justify-content:center;align-items:center;display:flex;overflow:hidden}.li-thumb img{object-fit:cover;width:100%;height:100%;display:block}.li-thumb-empty{color:#77716b;font-size:18px}.li-fields{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.li-numrow{align-items:center;gap:16px;display:flex}.li-num{font-size:28px;font-weight:800}.li-chip{color:#3d3a36;background:#f1f4fa;border-radius:999px;padding:4px 14px;font-size:26px;font-weight:500}.li-meta{color:#77716b;font-size:26px;font-weight:500}.li-content{color:#171717;white-space:pre-wrap;word-break:break-word;font-size:26px;line-height:1.5}.li-line{color:#3d3a36;white-space:pre-wrap;word-break:break-word;font-size:26px;font-weight:500;line-height:1.5}.li-foot{color:#77716b;text-align:center;padding:56px 0 48px;font-size:20px}.export-ref-cont{border:1px solid #dcd8d2;border-radius:13.4px;margin-top:13.4px;padding:16px}.export-cont-label{color:#77716b;margin-bottom:10.7px;font-size:12.7px}.deliver-toggles{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.deliver-progress-toggle{color:var(--text-secondary);cursor:pointer;align-items:center;gap:7px;padding:2px 14px 0;font-size:12.5px;display:flex}.deliver-progress-toggle input{width:14px;height:14px;accent-color:var(--primary);cursor:pointer}.deliver-progress-toggle .muted{font-size:11px}.export-scene-head{background:#2a2520;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:9px 12px;display:flex}.export-scene-left{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.export-scene-idx{color:#b3ab9e;letter-spacing:.04em;font-size:11px;font-weight:600}.export-scene-title{color:#fff;font-size:15px;font-weight:600}.export-scene-tag{color:#2a2520;background:#efece4;border-radius:999px;padding:1px 8px;font-size:11px;font-weight:500}.export-scene-right{color:#d8cbb8;white-space:nowrap;font-size:12px}.shot-table .col-drag{text-align:center;width:30px;padding-left:4px;padding-right:0}.drag-handle{width:24px;height:30px;color:var(--text-muted);cursor:grab;transition:background .15s var(--ease-smooth), color .15s var(--ease-smooth);border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.drag-handle:hover{color:var(--text-secondary);background:var(--surface-alt)}.drag-handle:active{cursor:grabbing}.shot-table tbody tr.row-dragging{opacity:.4}.shot-table tbody tr.row-drag-top td{box-shadow:inset 0 2px 0 0 var(--primary)}.shot-table tbody tr.row-drag-bottom td{box-shadow:inset 0 -2px 0 0 var(--primary)}.shot-table tr.insert-tr td.insert-cell{background:0 0;border:none;height:12px;padding:0}.insert-line{cursor:pointer;background:0 0;border:none;width:100%;height:12px;padding:0;display:block;position:relative}.insert-line:before{content:"";background:var(--primary);opacity:0;height:2px;transition:opacity .15s var(--ease-smooth);border-radius:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.insert-plus{background:var(--primary);color:#fff;opacity:0;width:20px;height:20px;transition:opacity .15s var(--ease-smooth);border-radius:50%;justify-content:center;align-items:center;font-size:15px;line-height:1;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px #c45c3e73}.insert-line:hover:before,.insert-line:hover .insert-plus{opacity:1}.confirm-modal{max-width:380px}.confirm-title{color:var(--text);margin:0 0 8px;font-size:17px;font-weight:600}.confirm-text{color:var(--text-secondary);margin:0 0 22px;font-size:14px;line-height:1.6}.confirm-actions{justify-content:flex-end;gap:10px;display:flex}@keyframes rowFlash{0%{background:var(--accent-soft)}to{background:0 0}}.shot-table tbody tr.row-just-inserted td{animation:rowFlash 1.4s var(--ease-smooth)}.batch-bar{z-index:50;background:var(--surface);border:1px solid var(--stroke);max-width:calc(100vw - 48px);animation:batchBarIn .25s var(--ease-smooth);border-radius:16px;align-items:center;gap:14px;padding:10px 14px 10px 18px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #2a25202e}@keyframes batchBarIn{0%{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%)}}.batch-count{color:var(--text);white-space:nowrap;font-variant-numeric:tabular-nums;min-width:72px;font-size:13.5px;font-weight:600}.batch-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.batch-status{cursor:pointer;border:1px solid var(--stroke);background:var(--surface);color:var(--text);transition:background .15s var(--ease-smooth), border-color .15s var(--ease-smooth);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:13px;display:inline-flex}.batch-status:hover:not(:disabled){background:var(--surface-alt);border-color:#d8cbb8}.batch-status:disabled{opacity:.5;cursor:not-allowed}.batch-del{color:var(--danger);border-color:#e7cfcb;margin-left:4px}.batch-del:hover:not(:disabled){background:#fbeae8;border-color:#e0b8b2}.row-check{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.batch-enter{align-items:center;gap:6px;display:inline-flex}.insert-line-off{visibility:hidden;pointer-events:none}.cols-menu-wrap{position:relative}.menu-backdrop{z-index:40;position:fixed;inset:0}.cols-menu{z-index:50;background:var(--surface);border:1px solid var(--stroke);transform-origin:100% 0;min-width:168px;max-height:320px;animation:tDropdownOpen var(--dur-dropdown) var(--ease-smooth);border-radius:12px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto;box-shadow:0 12px 32px #2a252024}.cols-menu-title{color:var(--text-muted);padding:6px 10px 4px;font-size:11.5px}.cols-item{color:var(--text);white-space:nowrap;border-radius:8px;align-items:center;gap:9px;padding:7px 10px;font-size:13.5px;display:flex;position:relative}.cols-item:hover{background:var(--surface-alt)}.cols-item input{width:15px;height:15px;accent-color:var(--primary);cursor:pointer}.cols-item-toggle{cursor:pointer;flex:1;align-items:center;gap:9px;min-width:0;display:flex}.cols-item-hint{color:var(--text-muted);margin-left:12px;font-size:10.5px;font-weight:600}.col-drag-handle{width:22px;height:18px;color:var(--text-muted);opacity:.65;cursor:grab;justify-content:center;align-items:center;margin-left:12px;display:inline-flex}.col-drag-handle:active{cursor:grabbing}.cols-item.gap-above:before,.cols-item.gap-below:after{content:"";background:var(--primary);pointer-events:none;border-radius:1px;height:2px;position:absolute;left:6px;right:6px}.cols-item.gap-above:before{top:-1px}.cols-item.gap-below:after{bottom:-1px}.status-chip .dropdown-caret{width:13px;height:13px;color:var(--text-muted);transition:transform .15s var(--ease-smooth)}.status-chip .dropdown-caret.up{transform:rotate(180deg)}.status-menu{z-index:60;background:var(--surface);border:1px solid var(--stroke);transform-origin:top;animation:tDropdownOpen var(--dur-dropdown) var(--ease-smooth);border-radius:12px;flex-direction:column;gap:2px;padding:5px;display:flex;box-shadow:0 12px 32px #2a252029}.status-menu-item{color:var(--text);cursor:pointer;white-space:nowrap;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-family:inherit;font-size:13.5px;display:flex}.status-menu-item:hover{background:var(--surface-alt)}.status-menu-item.selected{background:var(--accent-soft)}.status-menu-item .dropdown-check{width:15px;height:15px;color:var(--primary);margin-left:auto}.shot-table .col-drag{min-width:30px}.col-num{min-width:56px}.col-thumb{min-width:188px}.col-content{min-width:300px}.col-size{min-width:66px}.col-movement{min-width:60px}.col-focal_length{min-width:76px}.col-shooting_time{min-width:84px}.col-shooting_scene{min-width:120px}.col-duration_sec{min-width:82px}.col-status{min-width:100px}.col-dialogue,.col-note{min-width:170px}.col-take_note{min-width:150px}.col-ops{min-width:52px}.col-size,.col-movement,.col-focal_length,.col-shooting_time,.col-shooting_scene,.col-duration_sec,.col-status{white-space:nowrap;width:auto}.col-dialogue .cell-content,.col-note .cell-content,.col-take_note .cell-content{align-content:center}.ref-strip{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.ref-thumb{border:1px solid var(--stroke);background:var(--neutral);border-radius:10px;flex:none;width:84px;height:60px;position:relative;overflow:hidden}.ref-thumb img{object-fit:cover;width:100%;height:100%;display:block}.ref-thumb.is-cover{border-color:var(--primary);box-shadow:0 0 0 2px var(--accent-soft)}.ref-cover-tag{color:var(--on-primary);background:var(--primary);border-radius:var(--pill);padding:3px 6px;font-size:10px;font-weight:700;line-height:1;position:absolute;top:4px;left:4px}.ref-thumb-actions{opacity:0;transition:opacity .15s var(--ease-smooth);gap:4px;display:flex;position:absolute;top:4px;right:4px}.ref-thumb:hover .ref-thumb-actions{opacity:1}.ref-thumb-btn{cursor:pointer;color:#fff;background:#2a2520b8;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:11px;line-height:1;display:inline-flex}.ref-thumb-btn:hover{background:#2a2520eb}.ref-thumb-btn.danger:hover{background:var(--danger)}.ref-add-tile{cursor:pointer;background:var(--surface);width:84px;height:60px;color:var(--text-muted);border:1.5px dashed #cbbca6;border-radius:10px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:2px;font-size:18px;line-height:1;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.ref-add-tile span{font-size:11px}.ref-add-tile:hover{border-color:var(--primary);color:var(--primary);background:var(--accent-soft)}.row-thumb,.shot-thumb{position:relative}.ref-count-badge{z-index:1;font-variant-numeric:tabular-nums;color:#fff;border-radius:var(--pill);pointer-events:none;background:#2a2520bd;padding:3px 7px;font-size:11px;font-weight:700;line-height:1;position:absolute;bottom:5px;right:5px}.shot-thumb.clickable{cursor:zoom-in}.lightbox-backdrop{z-index:80;background:#14110edb;justify-content:center;align-items:center;padding:40px;animation:.18s both scFade;display:flex;position:fixed;inset:0}.lightbox-x{z-index:81;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(8px);width:40px;height:40px;transition:background .15s var(--ease-smooth), border-color .15s;background:#1c18146b;border:1px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;font-size:17px;line-height:1;display:inline-flex;position:fixed;top:18px;right:22px}.lightbox-x:hover{background:#1c1814a8;border-color:#fff6}.lightbox-stage{justify-content:center;align-items:center;max-width:92vw;max-height:88vh;display:flex;position:relative}.lightbox-img{object-fit:contain;max-width:92vw;max-height:82vh;animation:tModalOpen .22s var(--ease-smooth) both;border-radius:8px;box-shadow:0 20px 60px #00000073}.lightbox-nav{z-index:1;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(8px);width:44px;height:44px;transition:background .15s var(--ease-smooth), transform .15s var(--ease-smooth), border-color .15s;background:#1c18146b;border:1px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #00000047}.lightbox-nav svg{width:22px;height:22px}@media (hover:hover) and (pointer:fine){.lightbox-nav:hover{background:#1c1814a8;border-color:#fff6;transform:translateY(-50%)scale(1.08)}}.lightbox-nav:active{transform:translateY(-50%)scale(.96)}.lightbox-nav.prev{left:16px}.lightbox-nav.next{right:16px}.lightbox-dots{justify-content:center;gap:7px;display:flex;position:absolute;bottom:-28px;left:0;right:0}.lightbox-dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0}.lightbox-dot.on{background:#fff}.lightbox-count{text-align:center;color:#fffc;font-variant-numeric:tabular-nums;font-size:13px;position:absolute;top:-28px;left:0;right:0}.profile-page{max-width:640px}.profile-card{flex-direction:column;gap:14px;margin-top:18px;display:flex}.profile-section-title{margin:0;font-size:16px;font-weight:600}.profile-account{flex-direction:column;gap:8px;display:flex}.profile-account>div{align-items:baseline;gap:12px;display:flex}.profile-account .field-label{flex:none;width:56px}.profile-val{color:var(--text);font-size:14px}.profile-actions{align-items:center;gap:14px;display:flex}.profile-danger{border-color:color-mix(in srgb, var(--danger) 30%, var(--stroke))}.profile-foot{text-align:center;margin-top:22px}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#a93226}.filter-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.filter-search{flex:240px;min-width:200px;max-width:360px;position:relative}.filter-search-ico{width:16px;height:16px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.filter-search-input{border:1px solid var(--stroke);border-radius:var(--pill);background:var(--surface);width:100%;height:38px;color:var(--text);padding:0 30px 0 34px;font-family:inherit;font-size:14px}.filter-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.filter-search-input::placeholder{color:var(--text-muted)}.filter-search-clear{cursor:pointer;background:var(--neutral);width:20px;height:20px;color:var(--text-secondary);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:11px;line-height:1;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.filter-search-clear:hover{background:var(--stroke)}.filter-group{align-items:center;gap:8px;display:inline-flex}.filter-label{color:var(--text-muted);font-size:13px}.filter-dir{cursor:pointer;border:1px solid var(--stroke);background:var(--surface);width:38px;height:38px;color:var(--text-secondary);border-radius:10px;justify-content:center;align-items:center;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.filter-dir svg{width:17px;height:17px;transition:transform .18s var(--ease-smooth)}.filter-dir:hover{color:var(--text);background:var(--surface-alt);border-color:#cbbca6}.filter-clear{border-radius:var(--pill);cursor:pointer;border:1px solid color-mix(in srgb, var(--primary) 30%, transparent);background:var(--accent-soft);height:38px;color:var(--primary-strong);align-items:center;gap:8px;padding:0 14px;font-family:inherit;font-size:13px;display:inline-flex}.filter-clear:hover{background:color-mix(in srgb, var(--primary) 16%, var(--surface))}.filter-count{font-variant-numeric:tabular-nums;font-weight:700}.drag-handle.is-disabled{opacity:.32;cursor:default}.projects-search{max-width:460px;margin:2px 0 24px}.shot-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px 20px;min-height:40px;margin-bottom:16px;display:flex}.shot-toolbar-left{flex:340px;min-width:0}.shot-toolbar-left .filter-bar{margin-bottom:0}.shot-toolbar-right{flex:none;align-items:center;gap:10px;display:flex}.schedule{margin-top:4px}.schedule-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.schedule-actions{flex:none;align-items:center;gap:10px;display:flex}.schedule-actions .btn{align-items:center;gap:6px;display:inline-flex}.schedule-summary{color:var(--text-secondary);align-items:center;gap:8px;font-size:14px;display:flex}.schedule-summary strong{color:var(--text);font-weight:600}.dot-sep{color:var(--text-muted)}.schedule-hint{margin:0 0 14px}.schedule-list{flex-direction:column;gap:12px;display:flex}.schedule-card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-md);transition:border-color .15s var(--ease-smooth), box-shadow .15s var(--ease-smooth), opacity .15s var(--ease-smooth);gap:12px;padding:16px 18px;display:flex}.schedule-card.sortable{cursor:grab}.schedule-card.sortable:active{cursor:grabbing}.schedule-card.drag-over{border-color:var(--primary);box-shadow:0 0 0 2px var(--accent-soft)}.schedule-grip{color:var(--text-muted);flex:none;align-items:center;display:flex}.schedule-card-main{flex:1;min-width:0}.schedule-card-top{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.schedule-title{color:var(--text);font-size:16px;font-weight:600}.schedule-title.muted{font-weight:500}.schedule-time-tag{color:var(--text-secondary);border-radius:var(--pill);background:var(--surface-alt);border:1px solid var(--stroke);padding:2px 9px;font-size:12px;font-weight:500}.schedule-card-meta{color:var(--text-muted);align-items:center;gap:8px;margin-top:5px;font-size:13px;display:flex}.schedule-shots{flex-wrap:wrap;gap:6px;margin-top:11px;display:flex}.schedule-shot-chip{color:var(--text-secondary);font-variant-numeric:tabular-nums;background:var(--surface-alt);border:1px solid var(--stroke);border-radius:7px;padding:3px 9px;font-size:12.5px;font-weight:500}.shot-comment-btn{border-radius:var(--pill);border:1px solid var(--stroke);background:var(--surface-alt);color:var(--text-secondary);cursor:pointer;transition:background .15s var(--ease-smooth), border-color .15s var(--ease-smooth), color .15s var(--ease-smooth);align-self:flex-start;align-items:center;gap:6px;margin-top:2px;padding:6px 10px;font-family:inherit;font-size:12.5px;display:inline-flex}.shot-comment-btn:hover{background:var(--accent-soft);color:var(--text);border-color:#d8cbb8}.shot-comment-btn svg{width:15px;height:15px}.shot-comment-count{background:var(--coral);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:11px;font-weight:600;display:inline-flex}.comments-modal{flex-direction:column;max-width:520px;max-height:min(680px,86vh);padding:22px 22px 16px;display:flex}.comments-list{flex:1;min-height:120px;margin:0 -4px 12px;padding:0 4px;overflow-y:auto}.comments-empty{text-align:center;color:var(--text-muted);padding:44px 16px}.comments-empty-title{color:var(--text-secondary);font-size:14px}.comments-empty-sub{margin-top:5px;font-size:12.5px}.comment-row{gap:11px;padding:11px 0;display:flex}.comment-row+.comment-row{border-top:1px solid var(--stroke)}.comment-avatar{background:var(--accent-soft);width:32px;height:32px;color:var(--primary-strong);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.comment-main{flex:1;min-width:0}.comment-head{align-items:baseline;gap:8px;display:flex}.comment-author{color:var(--text);font-size:13px;font-weight:600}.comment-time{color:var(--text-muted);font-size:11.5px}.comment-del{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;font-family:inherit;font-size:12px}.comment-del:hover{color:var(--danger)}.comment-body{color:var(--text);white-space:pre-wrap;word-break:break-word;margin-top:3px;font-size:13.5px;line-height:1.55}.comment-mention{color:var(--coral);font-weight:600}.comments-input{border-top:1px solid var(--stroke);padding-top:12px;position:relative}.mention-suggest{background:var(--surface);border:1px solid var(--stroke);z-index:5;transform-origin:bottom;max-height:184px;animation:tDropdownOpen var(--dur-dropdown) var(--ease-smooth);border-radius:12px;margin-bottom:8px;padding:5px;position:absolute;bottom:100%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #2a252029}.mention-item{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 11px;font-family:inherit;font-size:13.5px;display:flex}.mention-item:hover{background:var(--accent-soft)}.mention-at{color:var(--text-muted);font-weight:600}.comments-input-row{align-items:flex-end;gap:9px;display:flex}.comment-textarea{resize:none;border:1px solid var(--stroke);background:var(--surface);min-height:42px;max-height:120px;color:var(--text);border-radius:12px;flex:1;padding:11px 13px;font-family:inherit;font-size:14px;line-height:1.4}.comment-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.comment-send{cursor:pointer;background:var(--ink);color:#fff;width:42px;height:42px;transition:background .15s var(--ease-smooth), opacity .15s var(--ease-smooth);border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;display:flex}.comment-send:hover:not(:disabled){background:var(--ink-hover)}.comment-send:disabled{background:var(--neutral);color:var(--text-muted);cursor:default}.comments-err{color:var(--danger);margin-top:8px;font-size:12.5px}.activity{max-width:720px;margin-top:4px}.activity-filter{background:var(--surface-alt);border-radius:var(--pill);gap:4px;margin-bottom:18px;padding:4px;display:inline-flex}.activity-fbtn{cursor:pointer;border-radius:var(--pill);color:var(--text-secondary);transition:background .15s var(--ease-smooth), color .15s var(--ease-smooth);background:0 0;border:none;padding:6px 16px;font-family:inherit;font-size:13px}.activity-fbtn.active{background:var(--surface);color:var(--text);font-weight:600;box-shadow:0 1px 3px #2a25201f}.activity-section{margin-bottom:18px}.activity-day{color:var(--text-muted);margin:0 0 8px 2px;font-size:12.5px;font-weight:600}.activity-rows{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-md);overflow:hidden}.activity-row{gap:11px;padding:13px 16px;display:flex}.activity-row+.activity-row{border-top:1px solid var(--stroke)}.activity-ico{border-radius:999px;flex:none;justify-content:center;align-items:center;width:26px;height:26px;margin-top:1px;display:flex}.activity-main{flex:1;min-width:0}.activity-line{color:var(--text-secondary);font-size:13.5px;line-height:1.5}.activity-actor{color:var(--text);font-weight:600}.activity-time{color:var(--text-muted);white-space:nowrap;margin-left:8px;font-size:11.5px}.activity-detail{background:var(--surface-alt);color:var(--text-secondary);border-radius:9px;margin-top:6px;padding:8px 11px;font-size:12.5px;line-height:1.5}.activity-detail.comment{color:var(--text)}.activity-change+.activity-change{margin-top:2px}.activity-restore{border-radius:var(--pill);border:1px solid var(--stroke);background:var(--surface);color:var(--text);cursor:pointer;transition:background .15s var(--ease-smooth), border-color .15s;margin-top:8px;padding:5px 14px;font-family:inherit;font-size:12.5px}.activity-restore:hover:not(:disabled){background:var(--accent-soft);border-color:#d8cbb8}.activity-restore:disabled{opacity:.5;cursor:default}.activity-more{margin-top:6px}.home{max-width:900px;margin:0 auto}.home-greeting{margin-bottom:30px}.home-hello{letter-spacing:-.5px;color:var(--text);margin:0 0 6px;font-size:28px;font-weight:700}.home-date{color:var(--text-muted);font-size:13.5px}.home-block{margin-bottom:28px}.home-section-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.home-section-title{color:var(--text);letter-spacing:-.2px;font-size:14px;font-weight:700}.home-seeall{color:var(--text-muted);font-size:12.5px;font-weight:500;text-decoration:none}.home-seeall:hover{color:var(--text)}.home-card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-md);padding:18px 20px;box-shadow:0 1px 2px #2a252008,0 6px 18px #2a25200a}.home-card-label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px;font-size:10.5px;font-weight:700}.home-continue{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--r-md);align-items:center;gap:20px;padding:18px;display:flex;box-shadow:0 1px 2px #2a252008,0 8px 22px #2a25200d}.home-continue-cover{aspect-ratio:16/9;background:var(--surface-alt);border-radius:10px;flex:none;justify-content:center;align-items:center;width:168px;font-size:24px;text-decoration:none;display:flex;overflow:hidden}.home-continue-cover img{object-fit:cover;width:100%;height:100%}.home-continue-info{flex:1;min-width:0}.home-continue-name{color:var(--text);letter-spacing:-.3px;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;overflow:hidden}.home-continue-meta{margin:4px 0 13px;font-size:12.5px}.home-continue-btn{color:var(--on-primary);background:var(--ink);border-radius:var(--pill);transition:background .15s var(--ease-smooth);flex:none;align-items:center;gap:5px;padding:9px 18px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.home-continue-btn:hover{background:var(--ink-hover)}.home-progress{background:var(--neutral);border-radius:999px;height:6px;display:flex;overflow:hidden}.home-progress span{height:100%;display:block}.home-progress-empty{font-size:12px}.home-progress-legend{color:var(--text-secondary);gap:14px;margin-top:8px;font-size:11.5px;display:flex}.home-progress-legend span{align-items:center;gap:5px;display:inline-flex}.home-progress-legend i{border-radius:999px;width:8px;height:8px;display:inline-block}.home-two-col{grid-template-columns:1fr 1fr;align-items:stretch;gap:16px;margin-bottom:28px;display:grid}.home-two-col .home-card{flex-direction:column;min-height:232px;display:flex}.home-empty-hint{color:var(--text-muted);padding:6px 0;font-size:12.5px}.home-upcoming{flex-direction:column;display:flex}.home-upcoming-row{color:var(--text);transition:background .15s var(--ease-smooth);border-radius:10px;align-items:center;gap:11px;margin:0 -6px;padding:9px 6px;text-decoration:none;display:flex}.home-upcoming-row:hover{background:var(--surface-alt)}.home-upcoming-date{background:var(--ink);width:46px;color:var(--on-primary);border-radius:8px;flex-direction:column;flex:none;align-items:center;gap:1px;padding:5px 0;display:flex}.home-upcoming-date b{opacity:.75;font-size:10px;font-weight:700}.home-upcoming-date>span{letter-spacing:-.2px;font-size:12.5px;font-weight:700}.home-upcoming-body{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.home-upcoming-name{letter-spacing:-.2px;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.home-upcoming-loc{color:var(--text-muted);align-items:center;gap:4px;font-size:11.5px;display:inline-flex}.home-upcoming-loc svg{flex:none}.home-upcoming-call{color:var(--text-secondary);flex:none;align-items:center;gap:4px;font-size:12.5px;font-weight:700;display:inline-flex}.home-mentions{flex-direction:column;display:flex}.home-mention{text-align:left;cursor:pointer;transition:background .15s var(--ease-smooth);background:0 0;border:none;border-radius:10px;align-items:flex-start;gap:9px;margin:0 -6px;padding:9px 6px;font-family:inherit;display:flex}.home-mention+.home-mention{border-top:1px solid color-mix(in srgb, var(--stroke) 70%, transparent)}.home-mention:hover{background:var(--surface-alt)}.home-mention-main{flex-direction:column;gap:3px;min-width:0;display:flex}.home-mention-line{font-size:12.5px;line-height:1.4}.home-mention-actor{color:var(--text);font-weight:700}.home-mention-body{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-style:italic;overflow:hidden}.home-mentions-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 0;display:flex}.home-mentions-empty img{object-fit:contain;width:118px;height:118px}.home-mentions-empty span{font-size:12.5px}.home-recent{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-recent-card{color:inherit;background:var(--surface);border:1px solid var(--stroke);transition:transform .15s var(--ease-smooth), box-shadow .15s var(--ease-smooth);border-radius:14px;text-decoration:none;display:block;overflow:hidden;box-shadow:0 1px 2px #2a252008,0 6px 16px #2a25200a}.home-recent-card:active{transform:scale(.99)}@media (hover:hover) and (pointer:fine){.home-recent-card:hover{transform:translateY(-2px);box-shadow:0 2px 4px #2a25200d,0 12px 26px #2a252014}}.home-recent-cover{aspect-ratio:16/9;background:var(--surface-alt);justify-content:center;align-items:center;width:100%;font-size:22px;display:flex;overflow:hidden}.home-recent-cover img{object-fit:cover;width:100%;height:100%}.home-recent-body{padding:12px 14px 14px}.home-recent-name{letter-spacing:-.2px;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.home-recent-meta{margin:4px 0 12px;font-size:11.5px}@media (width<=720px){.home-two-col{grid-template-columns:1fr}.home-recent{grid-template-columns:1fr 1fr}.home-continue{flex-wrap:wrap}.home-continue-info{flex-basis:60%}}.cell-ro{width:100%;color:var(--text);white-space:pre-wrap;word-break:break-word;background:0 0;border:1px solid #0000;padding:7px 9px;font-size:13px;display:block}.cell-num.cell-ro{font-weight:600}.cell-content.cell-ro{max-height:92px;line-height:1.45;overflow:hidden}.drawer-fields{border:0;min-width:0;margin:0;padding:0;display:block}.btn-outline-danger{color:var(--danger);background:var(--surface);border-color:#e3c9c4}.btn-outline-danger:hover:not(:disabled){border-color:var(--danger);background:#fbeeec}.avatar{background:var(--accent-soft);color:var(--primary-strong);-webkit-user-select:none;user-select:none;border-radius:999px;flex:none;justify-content:center;align-items:center;font-weight:600;line-height:1;display:inline-flex;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-avatar-row{align-items:center;gap:16px;margin-bottom:18px;display:flex}.profile-avatar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.callsheet-sun{height:44px;color:var(--text-secondary);background:var(--surface-alt);border:1px solid var(--stroke);border-radius:12px;align-items:center;padding:0 13px;font-size:14px;display:flex}.day-head{align-items:center;gap:10px;display:flex}.day-head .day-title{flex:1}.cs-project{color:#5c554b;margin-top:2px;font-size:13px}.cs-loc{color:#2a2520;gap:10px;margin-top:12px;font-size:13px;display:flex}.cs-loc-k{color:#8c8377;flex:none}.cs-section{padding-top:14px}.cs-section-title{color:#2a2520;border-bottom:1px solid #e3ddd1;margin-bottom:8px;padding-bottom:5px;font-size:13px;font-weight:700}.cs-dim{color:#8c8377;font-size:13px}.cs-scene-row{gap:12px;padding:4px 0;display:flex}.cs-scene-name{color:#2a2520;flex:none;width:120px;font-size:14px;font-weight:600}.cs-scene-shots{color:#5c554b;font-size:13px}.cs-crew-role{color:#8c8377;flex:none;width:76px;font-size:13px}.cs-crew-name{color:#2a2520;flex:1;font-size:14px}.cs-crew-time{color:#5c554b;font-size:13px}.cs-note{color:#2a2520;white-space:pre-wrap;font-size:13px;line-height:1.5}.field-hint{margin-top:5px;display:block}.project-card-wrap{position:relative}.card-menu-wrap{z-index:5;position:absolute;top:10px;right:10px}.card-menu-btn{cursor:pointer;width:30px;height:30px;color:var(--text-secondary);opacity:0;transition:opacity .15s var(--ease-smooth), background .15s;background:#fbfaf6eb;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 4px #2a25202e}.project-card-wrap:hover .card-menu-btn{opacity:1}.card-menu-btn:hover{color:var(--text);background:#fff}.card-menu{background:var(--surface);border:1px solid var(--stroke);z-index:50;transform-origin:100% 0;min-width:120px;animation:tDropdownOpen var(--dur-dropdown) var(--ease-smooth);border-radius:12px;padding:5px;position:absolute;top:36px;right:0;box-shadow:0 12px 32px #2a252029}.card-menu button{text-align:left;cursor:pointer;width:100%;color:var(--text);background:0 0;border:none;border-radius:8px;padding:9px 11px;font-family:inherit;font-size:13.5px;display:block}.card-menu button:hover{background:var(--accent-soft)}.card-menu button.danger{color:var(--danger)}.card-menu button.danger:hover{background:#fbeeec}.card-menu .menu-divider{background:var(--stroke);height:1px;margin:5px 8px}.page-toast{background:var(--primary);color:#fff;z-index:200;width:fit-content;animation:tDropdownOpen var(--dur-dropdown) var(--ease-smooth);border-radius:999px;margin-inline:auto;padding:10px 20px;font-size:13px;font-weight:600;position:fixed;bottom:30px;left:0;right:0;box-shadow:0 10px 28px #2a252038}.shot-card-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;display:flex}.simg-card{background:#fff;border:1px solid #e3ddd1;border-radius:16px;width:480px;overflow:hidden}.simg-thumb{background:#efece4;justify-content:center;align-items:center;width:100%;display:flex}.simg-thumb img{object-fit:cover;width:100%;height:100%;display:block}.simg-thumb-empty{color:#8c8377;font-size:13px}.simg-body{padding:16px 18px 14px}.simg-top{justify-content:space-between;align-items:center;display:flex}.simg-num{color:#2a2520;font-size:16px;font-weight:700}.simg-status{color:#5c554b;align-items:center;gap:6px;font-size:13px;display:inline-flex}.simg-status .dot{border-radius:50%;width:9px;height:9px;display:inline-block}.simg-meta{color:#8c8377;margin:6px 0;font-size:13px}.simg-field{margin-top:8px}.simg-flabel{color:#8c8377;margin-bottom:2px;font-size:11px}.simg-fval{color:#2a2520;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.5}.simg-foot{color:#8c8377;margin-top:14px;font-size:11px}.empty-cat{object-fit:contain;opacity:.92;width:116px;height:116px;margin:0 auto 10px;display:block}.empty-title{font-size:15px}.header-menu-wrap{position:relative}.btn-dots{padding:0 12px}.btn-dots svg{display:block}.header-menu{min-width:132px;top:44px}.cs{flex-direction:column;display:flex}.cs-empty{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:90px 0 60px;display:flex}.cs-empty-title{color:var(--text);font-size:15px;font-weight:700}.cs-empty .btn{align-items:center;gap:6px;margin-top:4px;display:inline-flex}.cs-days{justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.cs-chips-wrap{flex:1;min-width:0;position:relative}.cs-chips{scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:6px;padding:2px 0;display:flex;overflow-x:auto}.cs-chips::-webkit-scrollbar{display:none}.cs-fade{pointer-events:none;opacity:0;width:32px;transition:opacity .18s ease-out;position:absolute;top:0;bottom:0}.cs-fade.left{background:linear-gradient(90deg, var(--bg), transparent);left:0}.cs-fade.right{background:linear-gradient(270deg, var(--bg), transparent);right:0}.cs-fade.on{opacity:1}.cs-chip{border-radius:var(--pill);background:var(--accent-soft);border:1.5px solid var(--stroke);cursor:pointer;flex-direction:column;flex:none;align-items:center;gap:1px;padding:6px 16px;font-family:inherit;display:flex}.cs-chip-label{letter-spacing:-.3px;color:var(--text);font-size:13px;font-weight:700}.cs-chip-date{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:11px;font-weight:700}.cs-chip.active{background:var(--primary);border-color:var(--primary)}.cs-chip.active .cs-chip-label{color:var(--on-primary)}.cs-chip.active .cs-chip-date{color:#fff9}.cs-add{background:var(--accent-soft);border:1px solid var(--stroke);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.cs-add:hover{background:var(--neutral)}.cs-add.sm{width:24px;height:24px}.cs-days-right{flex:none;align-items:center;gap:8px;display:flex}.cs-outline-btn{white-space:nowrap;border-radius:var(--pill);background:var(--surface);border:1px solid var(--stroke);color:var(--text-secondary);cursor:pointer;align-items:center;gap:5px;padding:6px 13px;font-family:inherit;font-size:12px;font-weight:700;display:inline-flex}.cs-outline-btn:hover{background:var(--surface-alt)}.cs-outline-btn:disabled{opacity:.5;cursor:default}.cs-outline-btn.danger{color:var(--danger);opacity:.85}.cs-header{margin-bottom:20px}.cs-title-row{align-items:baseline;gap:10px;display:flex}.cs-title{letter-spacing:-.6px;color:var(--text);margin:0;font-size:22px;font-weight:700}.cs-title-project{color:var(--text-muted);font-size:13px;font-weight:600}.cs-subtitle-row{align-items:center;gap:8px;margin-top:5px;display:flex}.cs-fulldate{color:var(--text-secondary);font-size:13px;font-weight:700}.cs-day-badge{letter-spacing:.4px;color:var(--text-muted);border-radius:var(--pill);background:var(--accent-soft);border:1px solid var(--stroke);padding:2px 8px;font-size:10px;font-weight:700}.cs-strip{background:var(--surface);border:1px solid var(--stroke);border-radius:14px;margin-bottom:14px;display:flex}.cs-cell{flex-direction:column;flex:1;gap:6px;min-width:0;padding:18px 20px;display:flex}.cs-cell+.cs-cell{border-left:1px solid var(--stroke)}.cs-cell-label{letter-spacing:.6px;color:var(--text-muted);align-items:center;gap:5px;font-size:9.5px;font-weight:700;display:inline-flex}.cs-cell-value{letter-spacing:-.5px;color:var(--text);font-variant-numeric:tabular-nums;font-size:18px;font-weight:700;line-height:1.2}.cs-cell-sub{color:var(--text-muted);font-size:11px;font-weight:600}.cs-date-wrap{cursor:pointer;position:relative}.cs-date-input{opacity:0;cursor:pointer;position:absolute;inset:0}.cs-time-input,.cs-weather-input{background:0 0;border:none;outline:none;width:100%;padding:0;font-family:inherit}.cs-time-input{appearance:none}.cs-time-input::-webkit-calendar-picker-indicator{display:none}.cs-weather-input{font-size:16px}.cs-weather-input::placeholder{color:var(--text-muted);letter-spacing:0;font-size:12px;font-weight:600}.cs-weather-refresh{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;display:inline-flex}.cs-weather-refresh:disabled{cursor:default}.cs-location{background:var(--surface);border:1px solid var(--stroke);border-radius:14px;align-items:stretch;height:92px;margin-bottom:14px;display:flex;overflow:hidden}.cs-map-tile{border-right:1px solid var(--stroke);background:var(--surface-alt);background-image:linear-gradient(var(--stroke) 1px, transparent 1px), linear-gradient(90deg, var(--stroke) 1px, transparent 1px);background-size:18px 18px;flex:none;justify-content:center;align-items:center;width:120px;display:flex;position:relative}.cs-map-pin{background:var(--primary);width:28px;height:28px;color:var(--on-primary);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 3px 5px #00000040}.cs-location-fields{flex-direction:column;flex:1;justify-content:center;gap:4px;min-width:0;padding:12px 20px;display:flex}.cs-location-labels{align-items:center;gap:6px;display:flex}.cs-location-name,.cs-location-addr{background:0 0;border:none;outline:none;width:100%;padding:0;font-family:inherit}.cs-location-name{color:var(--text);font-size:15.5px;font-weight:700}.cs-location-addr{color:var(--text-muted);font-size:12.5px;font-weight:500}.cs-location-name::placeholder,.cs-location-addr::placeholder{color:var(--text-muted);font-weight:500}.cs-card{background:var(--surface);border:1px solid var(--stroke);border-radius:14px;margin-bottom:14px;overflow:visible}.cs-card-head{border-bottom:1px solid var(--stroke);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.cs-card-title{color:var(--text-secondary);align-items:center;gap:7px;font-size:12.5px;font-weight:700;display:inline-flex}.cs-card-empty{text-align:center;padding:28px 20px;font-size:12.5px}.cs-scene-picker{position:relative}.cs-scene-menu{background:var(--surface);border:1px solid var(--stroke);z-index:30;border-radius:12px;min-width:190px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #2a25201f}.cs-scene-menu-title{letter-spacing:.6px;color:var(--text-muted);padding:4px 9px;font-size:9.5px;font-weight:700}.cs-scene-menu-empty{padding:10px;font-size:12px}.cs-scene-item{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:9px;padding:7px 9px;font-family:inherit;font-size:12.5px;font-weight:500;display:flex}.cs-scene-item:hover{background:var(--surface-alt)}.cs-scene-check{border:1.5px solid var(--stroke);border-radius:4px;flex:none;width:14px;height:14px;position:relative}.cs-scene-check.on{background:var(--primary);border-color:var(--primary)}.cs-scene-check.on:after{content:"";border:solid var(--on-primary);border-width:0 1.5px 1.5px 0;width:3px;height:7px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.cs-scene-block{flex-direction:column;gap:6px;padding:14px 20px;display:flex}.cs-scene-block.bordered{border-top:1px solid var(--stroke)}.cs-scene-head{align-items:center;gap:8px;margin-bottom:4px;display:flex}.cs-scene-name{letter-spacing:-.3px;color:var(--text);font-size:13.5px;font-weight:700}.cs-scene-tag{color:var(--text-muted);border-radius:var(--pill);background:var(--accent-soft);border:1px solid var(--stroke);padding:2px 9px;font-size:11px;font-weight:700}.cs-scene-count{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-left:auto;font-size:11px;font-weight:600}.cs-shot{background:var(--bg);border:1px solid var(--stroke);border-radius:10px;align-items:center;gap:10px;padding:7px 12px;display:flex}.cs-shot.cancelled{opacity:.45}.cs-shot.cancelled .cs-shot-content{color:var(--text-muted);text-decoration:line-through}.cs-shot-dot{border-radius:50%;flex:none;width:7px;height:7px}.cs-shot-num{color:var(--text-secondary);background:var(--accent-soft);font-variant-numeric:tabular-nums;border-radius:6px;flex:none;padding:2px 8px;font-size:11px;font-weight:700}.cs-shot-content{color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12.5px;font-weight:500;overflow:hidden}.cs-shot-status{color:var(--text-secondary);border-radius:var(--pill);background:var(--surface);border:1px solid var(--stroke);flex:none;padding:3px 10px;font-size:11px;font-weight:700}.cs-shot-status.filled{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}.cs-two-col{grid-template-columns:1fr 1fr;align-items:start;gap:14px;display:grid}.cs-two-col .cs-card{margin-bottom:0}.cs-crew-row{align-items:center;gap:9px;padding:9px 18px;display:flex}.cs-crew-row+.cs-crew-row{border-top:1px solid color-mix(in srgb, var(--stroke) 50%, transparent)}.cs-avatar{border:1.5px solid var(--stroke);border-radius:50%;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-size:10.5px;font-weight:700;display:inline-flex}.cs-crew-name{min-width:0;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:13px;font-weight:700}.cs-crew-role{border:1px solid var(--stroke);background:var(--surface);border-radius:var(--pill);width:64px;color:var(--text-secondary);text-align:center;outline:none;flex:none;padding:4px 10px;font-family:inherit;font-size:11.5px;font-weight:700}.cs-crew-time{color:var(--text);font-variant-numeric:tabular-nums;appearance:none;background:0 0;border:none;outline:none;flex:none;width:52px;padding:0;font-family:inherit;font-size:13px;font-weight:700}.cs-crew-time::-webkit-calendar-picker-indicator{display:none}.cs-crew-remove{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:none;padding:0 2px;font-size:15px;line-height:1}.cs-crew-remove:hover{color:var(--danger)}.cs-crew-name::placeholder,.cs-crew-role::placeholder{color:var(--text-muted);font-weight:500}.cs-note{resize:vertical;width:100%;color:var(--text-secondary);box-sizing:border-box;background:0 0;border:none;outline:none;min-height:120px;padding:16px 18px;font-family:inherit;font-size:13px;font-weight:500}.cs-note::placeholder{color:var(--text-muted)}@media (width<=860px){.cs-strip{flex-wrap:wrap}.cs-cell{flex:33%}.cs-two-col{grid-template-columns:1fr}}.cs-date-wrap{cursor:pointer;border-radius:7px;margin:-2px 0 -2px -7px;padding:2px 7px;transition:background .12s}.cs-date-wrap:hover{background:var(--surface-alt)}.cs-time-input,.cs-weather-input{cursor:pointer;border-radius:7px;margin:-2px 0 -2px -7px;padding:2px 7px;transition:background .12s}.cs-time-input:hover,.cs-time-input:focus,.cs-weather-input:hover,.cs-weather-input:focus{background:var(--surface-alt)}.cs-weather-input{cursor:text}.cs-location-name,.cs-location-addr{border-radius:7px;margin-left:-7px;padding:2px 7px;transition:background .12s}.cs-location-name:hover,.cs-location-name:focus,.cs-location-addr:hover,.cs-location-addr:focus{background:var(--surface-alt)}.cs-note{border-radius:10px;transition:background .12s}.cs-note:hover,.cs-note:focus{background:color-mix(in srgb, var(--surface-alt) 55%, transparent)}.cs-crew-name,.cs-crew-time{border-radius:6px;margin:-2px 0 -2px -6px;padding:2px 6px;transition:background .12s}.cs-crew-name:hover,.cs-crew-name:focus,.cs-crew-time:hover,.cs-crew-time:focus{background:var(--surface-alt)}.cs-crew-time{cursor:pointer}.cs-location{position:relative}.cs-map-tile{border:none;border-right:1px solid var(--stroke);cursor:pointer;padding:0;font-family:inherit;transition:filter .12s}.cs-map-tile:hover{filter:brightness(.97)}.cs-map-tile:hover .cs-map-pin{transform:scale(1.08)}.cs-map-pin{transition:transform .12s}.cs-loc-link{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:9.5px;font-weight:700}.cs-loc-link:hover{text-decoration:underline}.cs-loc-menu{background:var(--surface);border:1px solid var(--stroke);z-index:30;border-radius:12px;width:340px;padding:10px;position:absolute;top:calc(100% - 6px);left:12px;box-shadow:0 10px 28px #2a252024}.cs-loc-search{align-items:center;gap:8px;margin-bottom:8px;display:flex}.cs-loc-input{border:1px solid var(--stroke);background:var(--surface);min-width:0;color:var(--text);border-radius:9px;outline:none;flex:1;padding:7px 10px;font-family:inherit;font-size:12.5px}.cs-loc-input:focus{border-color:var(--primary)}.cs-loc-empty{padding:2px 2px 4px;font-size:11.5px;line-height:1.55}.cs-loc-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:baseline;gap:8px;width:100%;padding:8px 9px;font-family:inherit;display:flex}.cs-loc-item+.cs-loc-item{border-top:1px solid color-mix(in srgb, var(--stroke) 55%, transparent);border-radius:0 0 8px 8px}.cs-field-sm{height:32px;color:var(--text);font-variant-numeric:tabular-nums;border:1px solid var(--stroke);background:var(--surface);cursor:pointer;box-sizing:border-box;appearance:none;border-radius:10px;outline:none;margin:0;padding:0 10px;font-family:inherit;font-size:13px;font-weight:700;transition:border-color .12s,box-shadow .12s}.cs-field-sm:hover{border-color:color-mix(in srgb, var(--stroke) 40%, var(--text-muted))}.cs-field-sm:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--accent-soft)}.cs-field-sm::-webkit-calendar-picker-indicator{display:none}.cs-date-field{width:122px}.cs-time-field{width:76px}.cs-weather-field{cursor:text;width:100%;font-size:12.5px;font-weight:600}.cs-weather-field::placeholder{color:var(--text-muted);font-weight:500}.cs-field-xs{border-radius:8px;flex:none;width:72px;height:26px;padding:0 8px;font-size:12px}.cs-cell{gap:7px}.cs-map-tile{background:var(--surface-alt);background-image:none;position:relative;overflow:hidden}.cs-map-art{width:100%;height:100%;display:block;position:absolute;inset:0}.cs-map-pin{z-index:1;position:relative}.cs-loc-modal{max-width:440px}.cs-loc-body{flex-direction:column;gap:12px;padding:4px 0 2px;display:flex}.cs-loc-search{align-items:center;gap:8px;display:flex}.cs-loc-search .btn{flex:none}.cs-loc-list{border:1px solid var(--stroke);border-radius:12px;flex-direction:column;max-height:264px;display:flex;overflow:hidden auto}.cs-loc-item{background:var(--surface);cursor:pointer;text-align:left;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;font-family:inherit;display:flex}.cs-loc-item:hover{background:var(--surface-alt)}.cs-loc-item+.cs-loc-item{border-top:1px solid color-mix(in srgb, var(--stroke) 60%, transparent)}.cs-loc-item-pin{color:var(--text-muted);flex:none;display:inline-flex}.cs-loc-item-text{flex-direction:column;gap:1px;min-width:0;display:flex}.cs-loc-name{color:var(--text);font-size:13px;font-weight:700}.cs-loc-adm{font-size:11.5px}.cs-loc-hint{margin:0;font-size:11.5px;line-height:1.6}.dtp{display:inline-block;position:relative}.dtp-trigger{align-items:center;display:inline-flex}.dtp-date-trigger{width:122px}.dtp-time-trigger{width:76px}.dtp-panel{background:var(--surface);border:1px solid var(--stroke);z-index:40;border-radius:14px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 28px #2a252024}.dtp-calendar{width:248px;padding:12px}.dtp-cal-head{justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 2px;display:flex}.dtp-cal-title{color:var(--text);font-size:13px;font-weight:700}.dtp-cal-nav{gap:4px;display:inline-flex}.dtp-nav-btn{border:1px solid var(--stroke);background:var(--surface);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.dtp-nav-btn:hover{background:var(--surface-alt)}.dtp-cal-grid{grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.dtp-cal-wd{color:var(--text-muted);text-align:center;padding:4px 0 6px;font-size:10px;font-weight:700}.dtp-cal-day{height:30px;color:var(--text);cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:none;border-radius:8px;font-family:inherit;font-size:12px;font-weight:600}.dtp-cal-day:hover{background:var(--surface-alt)}.dtp-cal-day.dim{color:var(--text-muted);opacity:.55}.dtp-cal-day.sel{background:var(--primary);color:var(--on-primary);font-weight:700}.dtp-cal-day.today{box-shadow:inset 0 0 0 1.5px var(--stroke)}.dtp-cal-foot{justify-content:flex-end;margin-top:8px;display:flex}.dtp-today{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:4px 8px;font-family:inherit;font-size:12px;font-weight:700}.dtp-today:hover{background:var(--surface-alt)}.dtp-time{padding:8px}.dtp-time-cols{gap:6px;display:flex}.dtp-time-col{scrollbar-width:none;overscroll-behavior:contain;flex-direction:column;gap:2px;max-height:216px;padding:2px;display:flex;overflow-y:auto}.dtp-time-col::-webkit-scrollbar{display:none}.dtp-time-heads{gap:6px;padding:2px 2px 4px;display:flex}.dtp-time-heads span{text-align:center;letter-spacing:.5px;width:60px;color:var(--text-muted);font-size:9.5px;font-weight:700}.dtp-time-item{width:56px;height:28px;color:var(--text);cursor:pointer;font-variant-numeric:tabular-nums;background:0 0;border:none;border-radius:8px;flex:none;font-family:inherit;font-size:12.5px;font-weight:600}.dtp-time-item:hover{background:var(--surface-alt)}.dtp-time-item.sel{background:var(--primary);color:var(--on-primary);font-weight:700}.cpx-head{flex-direction:column;display:flex}.cpx-eyebrow{letter-spacing:2.7px;color:#77716b;font-size:11.3px;font-weight:700}.cpx-title-row{align-items:baseline;gap:13px;margin-top:5px;display:flex}.cpx-title{letter-spacing:-.7px;color:#171717;font-size:34.7px;font-weight:700;line-height:1.15}.cpx-proj{color:#77716b;font-size:17.4px;font-weight:600}.cpx-meta-row{align-items:center;gap:11px;margin-top:8px;display:flex}.cpx-date{color:#3d3a36;font-size:16px;font-weight:700}.cpx-chip{color:#77716b;background:#e7e5e166;border:1px solid #dcd8d2;border-radius:999px;padding:3px 9px;font-size:11.3px;font-weight:700}.cpx-stats{color:#77716b;font-variant-numeric:tabular-nums;margin-left:auto;font-size:13.4px}.cpx-rule{background:#dcd8d2;height:1px;margin-top:16px}.cpx-strip{background:#fff;border:1px solid #dcd8d2;border-radius:13.4px;display:flex;overflow:hidden}.cpx-cell{flex-direction:column;flex:1;gap:5px;min-width:0;padding:16px 18.7px;display:flex}.cpx-cell+.cpx-cell{border-left:1px solid #dcd8d2}.cpx-cell-label{letter-spacing:.8px;color:#77716b;font-size:10.7px;font-weight:700}.cpx-cell-value{color:#171717;font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;font-size:21.4px;font-weight:700;line-height:1.15;overflow:hidden}.cpx-cell-sub{color:#77716b;white-space:pre;font-size:11.3px}.cpx-location{background:#fff;border:1px solid #dcd8d2;border-radius:13.4px;align-items:flex-start;gap:0;padding:16px 21px;display:flex}.cpx-loc-label{flex:none;width:85px;padding-top:4px}.cpx-loc-text{min-width:0}.cpx-loc-name{color:#171717;font-size:17.4px;font-weight:700}.cpx-loc-addr{color:#77716b;margin-top:3px;font-size:14px}.cpx-section{align-items:center;gap:11px;display:flex}.cpx-section span{color:#3d3a36;flex:none;font-size:14.7px;font-weight:700}.cpx-section-rule{background:#dcd8d2;flex:1;height:1px}.cpx-scene{background:#fff;border:1px solid #dcd8d2;border-radius:13.4px;overflow:hidden}.cpx-scene-head{border-bottom:1px solid #dcd8d2;align-items:center;gap:11px;height:48px;padding:0 18.7px;display:flex}.cpx-scene-name{color:#171717;font-size:16px;font-weight:700}.cpx-scene-count{color:#77716b;font-variant-numeric:tabular-nums;margin-left:auto;font-size:12.7px}.cpx-shot{align-items:center;gap:13px;height:40px;padding:0 18.7px;display:flex}.cpx-shot.zebra{background:#e7e5e166}.cpx-shot-num{color:#3d3a36;font-variant-numeric:tabular-nums;background:#e7e5e1b3;border-radius:6.7px;flex:none;padding:3px 8px;font-size:12px;font-weight:700}.cpx-shot-content{color:#3d3a36;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;overflow:hidden}.cpx-shot-size{color:#77716b;flex:none;font-size:12.7px}.cpx-two-col{align-items:flex-start;gap:13.4px;display:flex}.cpx-card{background:#fff;border:1px solid #dcd8d2;border-radius:13.4px;min-width:0;overflow:hidden}.cpx-card-head{color:#3d3a36;border-bottom:1px solid #dcd8d2;align-items:center;height:45.4px;padding:0 18.7px;font-size:14.7px;font-weight:700;display:flex}.cpx-crew-cols{color:#77716b;background:#e7e5e166;align-items:center;height:26.7px;padding:0 18.7px;font-size:11.3px;font-weight:700;display:flex}.cpx-crew-row{align-items:center;height:37.4px;padding:0 18.7px;font-size:14px;display:flex}.cpx-crew-row+.cpx-crew-row{border-top:1px solid #dcd8d299}.cpx-crew-cols .n,.cpx-crew-row .n{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.cpx-crew-cols .r,.cpx-crew-row .r{flex:none;width:120px}.cpx-crew-cols .t,.cpx-crew-row .t{text-align:right;font-variant-numeric:tabular-nums;flex:none;width:59px}.cpx-crew-row .n{color:#171717;font-weight:600}.cpx-crew-row .r{color:#3d3a36}.cpx-crew-row .t{color:#171717;font-weight:700}.cpx-note{color:#3d3a36;white-space:pre-wrap;padding:13px 18.7px;font-size:14px;line-height:1.6}.cpx-foot{flex-direction:column;gap:10px;display:flex}.cpx-foot .cpx-rule{margin-top:0}.cpx-foot-text{color:#77716b;font-size:10.7px}.cs-crew-menu{min-width:220px}.cs-crew-pick-item{align-items:center;gap:9px;display:flex}.cs-crew-pick-item:disabled{opacity:.55;cursor:default}.cs-crew-pick-avatar{background:var(--neutral);width:22px;height:22px;color:var(--text-secondary);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.cs-crew-pick-name{font-weight:600}.cs-crew-pick-role{font-size:11px}.cs-crew-pick-check{color:var(--text-muted);margin-left:auto;font-size:11px}.cs-crew-menu-divider{background:var(--stroke);height:1px;margin:4px 2px}.cs-crew-pick-avatar-img{flex:none}.spx-order{color:#3d3a36;font-variant-numeric:tabular-nums;background:#e7e5e1b3;border-radius:6.7px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:12.7px;font-weight:700;display:inline-flex}.spx-unscheduled{color:#77716b}.spx-meta{color:#77716b;white-space:nowrap;flex:none;font-size:12px}.spx-dur{text-align:right;color:#171717;font-variant-numeric:tabular-nums;flex:none;width:45px;font-size:12.7px;font-weight:700}.tm-settings{background:var(--surface-alt);border-radius:14px;margin-top:14px;padding:14px 15px}.tm-settings-title{color:var(--text-secondary);margin-bottom:10px;font-size:12px;font-weight:700}.tm-settings-row{align-items:center;gap:8px;display:flex}.tm-settings-name{border-radius:10px;flex:1;min-width:0;height:38px}.tm-settings-perm{border-radius:10px;flex:none;width:110px;height:38px}.tm-danger-row{margin-top:14px;display:flex}.tm-danger-btn{color:var(--danger)}.ts-actions{align-items:center;display:flex}.ts-spacer{flex:1}.ts-avatar-row{align-items:center;gap:14px;display:flex}.ts-avatar{flex:none;font-weight:700}.ts-avatar-actions{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.ts-avatar-btns{align-items:center;gap:8px;display:flex}.avatar-drop{cursor:pointer;border-radius:50%;transition:box-shadow .12s;display:inline-flex;box-shadow:0 0 #0000}.avatar-drop.drag-over{box-shadow:0 0 0 3px var(--primary)}.crop-backdrop{z-index:60}.crop-modal{background:var(--surface);border-radius:20px;flex-direction:column;align-items:center;gap:16px;padding:20px;display:flex;box-shadow:0 24px 60px #00000047}.crop-stage{touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;background:#000;border-radius:12px;position:relative;overflow:hidden}.crop-stage:active{cursor:grabbing}.crop-img{pointer-events:none;max-width:none;position:absolute;top:50%;left:50%}.crop-ring{pointer-events:none;border-radius:50%;position:absolute;inset:0;box-shadow:0 0 0 9999px #00000080}.crop-ring:after{content:"";border:1.5px solid #ffffffe6;border-radius:50%;position:absolute;inset:0}.crop-zoom{width:100%;accent-color:var(--primary)}.crop-actions{align-self:stretch;gap:10px;display:flex}.crop-actions .btn{flex:1}.ts-team-name{color:var(--text);font-size:14px;font-weight:700}.ws-mono-img{flex:none;font-weight:700}
