:root{color-scheme:dark;--ink:#f4f4f4;--muted:#929292;--line:#2b2b2b;--surface:#171717;--surface-soft:#222;--canvas:#0b0b0b;--accent:#ededed}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.portal-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;background:#0b0b0b;transition:grid-template-columns .2s ease}.portal-shell.sidebar-collapsed{grid-template-columns:78px minmax(0,1fr)}.portal-sidebar{position:relative;display:flex;flex-direction:column;min-height:100vh;padding:22px 14px 18px;border-right:1px solid #242424;background:#080808}.brand-block{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 7px 22px}.brand-mark{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border:1px solid #555;border-radius:12px;background:#202020;color:#fff;font-size:13px;font-weight:900;letter-spacing:-.05em}.brand-copy{display:grid;grid-gap:3px;gap:3px;min-width:0}.brand-copy strong{font-size:16px;white-space:nowrap}.brand-copy span{color:#7f7f7f;font-size:11px;white-space:nowrap}.portal-nav{display:grid;grid-gap:5px;gap:5px;margin-top:20px}.nav-item{display:flex;align-items:center;gap:12px;width:100%;min-height:43px;padding:0 11px;border:1px solid transparent;border-radius:10px;background:transparent;color:#8d8d8d;font-size:13px;font-weight:700;text-align:left}.nav-item:hover{background:#171717;color:#fff}.nav-item.active{border-color:#383838;background:#1d1d1d;color:#fff}.nav-item.active:before{position:absolute;left:0;width:3px;height:26px;border-radius:0 4px 4px 0;background:#fff;content:""}.nav-icon{display:inline-grid;place-items:center;width:18px;color:currentColor;font-size:17px}.sidebar-divider{height:1px;margin:24px 7px 18px;background:#242424}.sidebar-section-title{padding:0 11px 8px;color:#686868;font-size:10px;font-weight:900;letter-spacing:.13em}.sidebar-profile{display:flex;align-items:center;gap:9px;margin-top:auto;padding:16px 7px 0;border-top:1px solid #242424}.profile-avatar,.topbar-avatar{display:grid;place-items:center;border:1px solid #555;border-radius:50%;background:#252525;color:#fff;font-size:11px;font-weight:900}.profile-avatar{width:34px;height:34px;flex:0 0 34px}.sidebar-profile div:last-child{display:grid;grid-gap:3px;gap:3px;min-width:0}.sidebar-profile strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.sidebar-profile span{color:#a9a9a9;font-size:10px}.collapse-sidebar{position:absolute;top:50%;right:-13px;z-index:5;display:grid;place-items:center;width:26px;height:42px;border:1px solid #3c3c3c;border-radius:7px;background:#080808;color:#aaa;font-size:23px}.sidebar-collapsed .brand-copy,.sidebar-collapsed .nav-item span:not(.nav-icon),.sidebar-collapsed .sidebar-profile div:last-child,.sidebar-collapsed .sidebar-section-title{display:none}.sidebar-collapsed .brand-block,.sidebar-collapsed .nav-item,.sidebar-collapsed .sidebar-profile{justify-content:center}.portal-main{min-width:0}.portal-topbar{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:0 34px;border-bottom:1px solid #242424;background:#101010}.portal-topbar>div:first-child{display:grid;grid-gap:4px;gap:4px}.portal-topbar strong{font-size:15px}.topbar-kicker{color:#858585;font-size:10px;font-weight:900;letter-spacing:.15em}.topbar-actions{display:flex;align-items:center;gap:9px;color:#858585;font-size:11px}.online-dot{width:7px;height:7px;border-radius:50%;background:#a7a7a7}.topbar-avatar{width:32px;height:32px;margin-left:10px}.page-shell{width:min(1500px,calc(100% - 68px));margin:0 auto;padding:35px 0 58px}.hero{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:26px}.eyebrow,.section-label{margin:0 0 8px;color:#bdbdbd;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:9px;font-size:clamp(34px,4vw,54px);line-height:.98;letter-spacing:-.05em}h2{font-size:19px;letter-spacing:-.02em}.subtitle,h2{margin-bottom:0}.subtitle{max-width:680px;color:var(--muted);font-size:16px;line-height:1.5}.export-button{min-height:44px;padding:0 19px;border:1px solid #eee;border-radius:10px;background:#eee;color:#111;font-size:13px;font-weight:900}.export-button:hover{background:#fff}.export-button:disabled{opacity:.6;cursor:wait}.hero-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.draft-name-input{width:150px;min-height:44px;padding:0 11px;border:1px solid #3c3c3c;border-radius:9px;background:#151515;color:#fff;font-size:12px}.secondary-button{min-height:42px;padding:0 15px;border:1px solid #464646;border-radius:9px;font-size:12px;font-weight:800}.secondary-button:hover{background:#2c2c2c}.history-bar{display:flex;align-items:center;gap:7px;margin:-8px 0 18px}.history-bar button{min-height:32px;padding:0 10px;border:1px solid #353535;border-radius:7px;background:#181818;color:#bdbdbd;font-size:11px;font-weight:800}.history-bar button:hover:not(:disabled){background:#292929;color:#fff}.history-bar button:disabled{cursor:not-allowed;opacity:.35}.history-spacer{flex:1 1}.secondary-button{border-color:#464646;background:#202020;color:#fff}.editor-layout{display:grid;grid-template-columns:340px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.canvas-panel,.editor-sidebar,.template-form{background:#171717;border:1px solid var(--line);border-radius:17px;box-shadow:0 18px 60px rgba(0,0,0,.22)}.editor-sidebar{display:grid;grid-gap:0;gap:0;overflow:hidden}.panel-block{display:grid;grid-gap:12px;gap:12px;padding:19px;border-bottom:1px solid var(--line)}.panel-block:last-child{border-bottom:0}.card-type-list{display:grid;grid-gap:8px;gap:8px}.card-type{display:grid;grid-gap:4px;gap:4px;padding:12px;border:1px solid #303030;border-radius:10px;background:#1d1d1d;color:var(--ink);text-align:left}.card-type.active,.card-type:hover{border-color:#aaa;background:#292929;box-shadow:0 0 0 2px #333}.card-type strong{font-size:13px}.card-type span,.empty-copy,.property-hint{color:var(--muted);font-size:11px;line-height:1.4}.add-text-button,.upload-button{display:grid;place-items:center;min-height:42px;border-radius:9px;font-size:12px;font-weight:900}.upload-button{border:1px dashed #555;background:#202020;color:#e8e8e8}.upload-button:hover{background:#292929}.upload-button input{display:none}.add-text-button{border:1px solid #555;background:#252525;color:#fff}.add-text-button:hover{background:#303030}.checkbox-row{display:flex;align-items:center;gap:8px;color:#b0b0b0;font-size:11px;line-height:1.4}.checkbox-row input{accent-color:#ddd}.layer-panel{max-height:250px;overflow:auto}.layer-row{display:grid;grid-template-columns:52px 1fr 22px;grid-gap:8px;gap:8px;align-items:center;width:100%;padding:9px 10px;border:1px solid transparent;border-radius:8px;background:#1d1d1d;color:var(--ink);text-align:left}.layer-row.active{border-color:#aaa;background:#2a2a2a}.layer-row span{font-size:11px;font-weight:900}.layer-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layer-row b,.layer-row small{color:var(--muted);font-size:10px}.layer-row b{text-align:right}.properties-heading{display:flex;justify-content:space-between;align-items:start;gap:8px}.delete-button,.text-link{border:0;background:transparent;color:#c8c8c8;font-size:11px;font-weight:900}.delete-button:hover,.text-link:hover{color:#fff;text-decoration:underline}.property-field{display:grid;grid-gap:6px;gap:6px;color:#c5c5c5;font-size:11px;font-weight:800}.property-field select,.property-field textarea,.text-input{width:100%;padding:9px;border:1px solid #3c3c3c;border-radius:7px;background:#101010;color:var(--ink)}.property-field textarea{resize:vertical}.property-field input[type=range]{width:100%;accent-color:#ddd}.property-field input[type=color]{width:48px;height:30px;padding:2px;border:1px solid #3c3c3c;border-radius:7px;background:#101010}.layer-actions{display:flex;flex-wrap:wrap;gap:6px}.layer-actions button{min-height:28px;padding:0 8px;border:1px solid #414141;border-radius:6px;background:#222;color:#cfcfcf;font-size:10px;font-weight:800}.layer-actions button:hover{background:#303030;color:#fff}.auto-fill-panel{background:#1b1b1b}.auto-fill-panel textarea{width:100%;padding:9px;border:1px solid #3c3c3c;border-radius:7px;background:#101010;color:var(--ink);resize:vertical}.auto-fill-button{min-height:40px;border:1px solid #777;border-radius:8px;background:#e9e9e9;color:#111;font-size:11px;font-weight:900}.auto-fill-button:hover{background:#fff}.canvas-panel{min-width:0;padding:20px}.canvas-heading,.library-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:15px}.canvas-size,.template-count{color:var(--muted);font-size:11px;font-weight:800}.editor-stage{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border:1px solid #444;border-radius:12px;background-position:50%;background-size:cover;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05);touch-action:none}.stage-new-person:after{right:-7%;top:-18%;width:35%;border-radius:50%;background:rgba(255,255,255,.12)}.stage-custom:after,.stage-new-person:after{position:absolute;aspect-ratio:1;content:"";pointer-events:none}.stage-custom:after{right:7%;bottom:8%;width:20%;border:28px solid rgba(255,255,255,.15);border-radius:50%}.editor-layer{position:absolute;z-index:2;transform:translate(-50%,-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.editor-layer.selected{outline:2px solid #fff;outline-offset:5px}.editor-layer img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.resize-handle{position:absolute;right:-7px;bottom:-7px;width:15px;height:15px;border:2px solid #111;border-radius:3px;background:#fff;cursor:nwse-resize;pointer-events:auto}.text-layer{min-width:50px;padding:4px 8px;white-space:pre-wrap;text-align:center;line-height:1.16}.canvas-empty{position:absolute;inset:0;z-index:1;display:grid;place-content:center;color:rgba(255,255,255,.78);font-size:clamp(14px,2vw,24px);font-weight:800;line-height:1.3;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.35);pointer-events:none}.editor-message{color:#bcbcbc}.editor-message,.error{margin:12px 0 0;font-size:12px}.error{color:#ddd;line-height:1.4}.template-picker{gap:8px}.template-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.template-mini{display:grid;grid-gap:6px;gap:6px;padding:5px;border:1px solid #333;border-radius:8px;background:#202020;color:#ddd;text-align:left}.template-mini.active,.template-mini:hover{border-color:#aaa;background:#292929}.template-mini img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:4px}.template-mini span{overflow:hidden;padding:0 3px 2px;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.templates-layout{display:grid;grid-template-columns:310px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.template-form{display:grid;grid-gap:14px;gap:14px}.template-upload{min-height:52px}.template-draft{width:100%;aspect-ratio:16/9;object-fit:cover;border:1px solid #393939;border-radius:9px}.empty-draft{display:grid;place-items:center;padding:18px;background:#111;color:#777;font-size:11px;text-align:center}.save-template-button{width:100%}.template-library{min-width:0;padding:4px 0}.template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:14px;gap:14px}.template-card{overflow:hidden;border:1px solid #333;border-radius:12px;background:#171717}.template-card.inactive{opacity:.55}.template-card>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.template-card-footer{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center;padding:11px}.template-card-footer>div{display:grid;grid-gap:4px;gap:4px;min-width:0}.template-card-footer strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.template-card-footer span{color:#858585;font-size:10px}.template-card-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.select-template-button{grid-column:1/-1;min-height:32px;border:1px solid #555;border-radius:7px;background:#252525;color:#fff;font-size:11px;font-weight:800}.select-template-button:hover{background:#333}.empty-library{padding:60px 20px;border:1px dashed #444;border-radius:12px;color:#888;text-align:center}.category-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.category-tabs button{padding:8px 11px;border:1px solid #333;border-radius:7px;background:#171717;color:#999;font-size:11px}.category-tabs button.active,.category-tabs button:hover{border-color:#aaa;background:#292929;color:#fff}.drafts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:15px;gap:15px}.draft-card{overflow:hidden;border:1px solid #333;border-radius:12px;background:#171717}.draft-preview{display:grid;place-items:end;width:100%;aspect-ratio:16/9;padding:10px;background-color:#242424;background-position:50%;background-size:cover}.draft-preview span{padding:5px 7px;border-radius:5px;background:rgba(0,0,0,.75);color:#fff;font-size:10px}.draft-card-body{display:grid;grid-gap:6px;gap:6px;padding:13px}.draft-card-body strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.draft-card-body small{color:#888;font-size:10px}.draft-actions{display:flex;gap:6px;margin-top:5px}.draft-actions button{min-height:29px;padding:0 8px;border:1px solid #414141;border-radius:6px;background:#222;color:#ccc;font-size:10px;font-weight:800}.draft-actions button:hover{background:#303030;color:#fff}@media (max-width:980px){.editor-layout,.templates-layout{grid-template-columns:1fr}.editor-sidebar{order:2}.canvas-panel,.template-form{order:1}.template-library{order:2}}@media (max-width:650px){.portal-shell,.portal-shell.sidebar-collapsed{grid-template-columns:1fr}.portal-sidebar{position:fixed;z-index:10;width:260px;transform:translateX(-100%);transition:transform .2s ease}.portal-shell:not(.sidebar-collapsed) .portal-sidebar{transform:translateX(0)}.portal-main{min-width:0}.portal-topbar{padding:0 18px}.topbar-actions span:not(.online-dot),.topbar-avatar{display:none}.page-shell{width:min(100% - 28px,1500px);padding-top:25px}.hero{align-items:start;flex-direction:column}.hero-actions{width:100%;justify-content:stretch}.hero-actions>*{flex:1 1 100%;width:100%}.export-button{width:100%}}.auth-warning{margin:0 24px 16px;padding:12px 16px;border:1px solid #e0a800;border-left-width:4px;border-radius:8px;background:#fff8e1;color:#5c4400;font-size:14px;line-height:1.5}.auth-warning code{background:rgba(0,0,0,.06);padding:1px 5px;border-radius:4px}.sidebar-logout{margin-left:auto;color:inherit;opacity:.6;text-decoration:none;font-size:16px;padding:4px 6px;border-radius:6px}.sidebar-logout:hover{opacity:1;background:rgba(255,255,255,.12)}