.stg-home-root{color:#fafafa;width:100%;height:100%;min-height:0;font-family:var(--font-sans,"Inter",-apple-system,BlinkMacSystemFont,system-ui,sans-serif);background:#07070a;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.stg-home-denied{color:#71717a;background:#07070a;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-size:12px;display:flex}.stg-home-search-bar{border-bottom:1px solid #ffffff0a;flex-shrink:0;align-items:center;padding:11px 24px;transition:opacity .3s;display:flex}.stg-home-search-wrap{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;flex:1;align-items:center;gap:8px;padding:7px 12px;transition:border-color .2s;display:flex}.stg-home-search-wrap:focus-within{border-color:#ffffff1f}.stg-home-search-input{color:#fafafa;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:12px}.stg-home-search-input::placeholder{color:#3f3f46}.stg-home-search-clear{color:#52525b;cursor:pointer;background:0 0;border:none;padding:2px;font-size:10px;transition:color .15s}.stg-home-search-clear:hover{color:#a1a1aa}.stg-home-carousel-area{flex:1 1 0;justify-content:center;align-items:center;min-height:0;padding:12px 40px 20px;display:flex;position:relative}.stg-home-no-results{justify-content:center;align-items:center;display:flex}.stg-home-empty{cursor:pointer;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.stg-home-empty-card{aspect-ratio:16/9;background:#060508;border:1px dashed #ffffff14;border-radius:14px;max-width:86%;height:80%;transition:all .35s;position:relative;overflow:hidden}.stg-home-empty-card:hover{border-color:#ffffff2e}.stg-home-empty-content{z-index:2;background:linear-gradient(#0000 0%,#0009 100%);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.stg-home-empty-plus{color:#ffffff38;border:1px dashed #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;font-weight:300;transition:all .3s;display:flex}.stg-home-empty-card:hover .stg-home-empty-plus{color:#ffffff80;background:#ffffff08;border-color:#ffffff47}.stg-home-empty-label{color:#fff9;letter-spacing:-.02em;font-size:14px;font-weight:600}.stg-home-empty-sub{color:#ffffff47;text-align:center;max-width:250px;font-size:11px;line-height:1.5}.stg-home-carousel-stack{aspect-ratio:16/9;flex-shrink:0;max-width:86%;height:72%;position:relative;overflow:visible}.stg-home-sess-peek{background:#06060a;border:1px solid #ffffff0a;border-radius:14px;transition:all .45s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;overflow:hidden}.stg-home-sess-peek-content{z-index:2;background:linear-gradient(#0000 40%,#000000a6 100%);flex-direction:column;justify-content:flex-end;padding:12px 16px;display:flex;position:absolute;inset:0}.stg-home-sess-peek-name{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.stg-home-card{cursor:pointer;will-change:transform,opacity;background:#05050a;border:1px solid #ffffff0f;border-radius:14px;transition:transform .52s cubic-bezier(.16,1,.3,1),opacity .52s cubic-bezier(.16,1,.3,1),box-shadow .38s,border-color .38s;position:absolute;inset:0;overflow:hidden}.stg-home-card.active{border-color:#ffffff1a;animation:5s ease-in-out infinite stg-breathe;box-shadow:0 20px 60px #000000d9,0 0 0 1px #ffffff0a}@keyframes stg-breathe{0%,to{box-shadow:0 20px 60px #000000d9,0 0 0 1px #ffffff0a}50%{box-shadow:0 24px 72px #000000e6,0 0 26px #ffffff06,0 0 0 1px #ffffff14}}.stg-home-card-log{pointer-events:none;width:220px;height:80px;position:absolute;bottom:50px;right:22px;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#00000080 22%,#000 46% 68%,#0000 100%);mask-image:linear-gradient(#0000 0%,#00000080 22%,#000 46% 68%,#0000 100%)}.stg-home-card-log-inner{animation:26s linear infinite stg-log-scroll}@keyframes stg-log-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.stg-home-card-log-line{font-family:var(--font-mono,"JetBrains Mono",monospace);color:#ffffff9e;text-align:right;white-space:nowrap;text-overflow:ellipsis;letter-spacing:.02em;font-size:9.5px;line-height:15px;overflow:hidden}.stg-home-card-content{z-index:2;background:linear-gradient(#0000001a 0%,#0000 24%,#0000000f 50%,#000000b3 76%,#000000f2 100%);flex-direction:column;padding:18px 22px;display:flex;position:absolute;inset:0}.stg-home-card-top{justify-content:space-between;align-items:flex-start;display:flex}.stg-home-card-category{text-transform:uppercase;letter-spacing:.8px;color:#ffffff8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000059;border:1px solid #ffffff14;border-radius:4px;align-items:center;gap:5px;padding:3px 8px;font-size:9px;font-weight:700;display:flex}.stg-home-card-delete{color:#ffffff47;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .15s}.stg-home-card.active:hover .stg-home-card-delete{opacity:1}.stg-home-card-delete:hover{color:#ef4444;opacity:1;background:#ef44441a}.stg-home-card-confirm-overlay{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;flex-direction:column;justify-content:center;align-items:center;gap:8px;animation:.18s stg-confirm-in;display:flex;position:absolute;inset:0}@keyframes stg-confirm-in{0%{opacity:0}to{opacity:1}}.stg-home-card-confirm-btn{color:#f87171;letter-spacing:.02em;cursor:pointer;background:#ef444424;border:1px solid #ef444480;border-radius:8px;padding:9px 24px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s}.stg-home-card-confirm-btn:hover{background:#ef444447;border-color:#ef4444cc}.stg-home-card-confirm-hint{color:#ffffff47;letter-spacing:.03em;font-size:9px}.stg-home-card-center{flex-direction:column;flex:1;justify-content:flex-end;gap:6px;display:flex}.stg-home-card-name{color:#fafafa;letter-spacing:-.038em;text-shadow:0 1px 12px #0009;font-size:22px;font-weight:700;line-height:1.18}.stg-home-card-prompt{color:#ffffff61;text-overflow:ellipsis;white-space:nowrap;max-width:80%;font-size:12px;line-height:1.4;overflow:hidden}.stg-home-card-bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:8px;padding-top:12px;display:flex}.stg-home-card-date{color:#ffffff38;font-size:10px;font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.02em}.stg-home-card-sess-trigger{cursor:pointer;font-size:10px;font-family:var(--font-mono,"JetBrains Mono",monospace);color:#ffffff47;letter-spacing:.02em;background:0 0;border:none;border-radius:4px;align-items:center;padding:3px 7px;transition:all .18s;display:inline-flex}.stg-home-card-sess-trigger:hover{color:#ffffff94;background:#ffffff0d}.stg-home-card-sess-trigger.open{color:#ffffffad;background:#ffffff0f}.stg-home-card-sessions-muted{color:#ffffff29;font-size:10px;font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.02em}.stg-home-strip-area{border-top:1px solid #ffffff0a;flex-shrink:0;padding:10px 24px 14px;transition:opacity .3s;overflow:hidden}.stg-home-strip{scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding:2px 0;display:flex;overflow-x:auto}.stg-home-strip::-webkit-scrollbar{display:none}.stg-home-strip-create{cursor:pointer;background:#ffffff03;border:1px dashed #ffffff12;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:72px;transition:all .22s;display:flex}.stg-home-strip-create:hover{background:#ffffff06;border-color:#ffffff29}.stg-home-strip-create-plus{color:#ffffff2e;font-size:22px;font-weight:300;transition:color .2s}.stg-home-strip-create:hover .stg-home-strip-create-plus{color:#ffffff6b}.stg-home-strip-item{cursor:pointer;background:#07070a;border:1px solid #ffffff0d;border-radius:8px;flex-shrink:0;width:120px;height:72px;transition:all .22s;position:relative;overflow:hidden}.stg-home-strip-item:hover{border-color:#ffffff24}.stg-home-strip-item.active{border-color:#ffffff3d;box-shadow:0 0 0 1px #ffffff0f}.stg-home-strip-label{color:#ffffff85;text-overflow:ellipsis;white-space:nowrap;z-index:1;letter-spacing:.03em;background:linear-gradient(#0000,#000c);padding:4px 7px;font-size:8px;font-weight:600;position:absolute;bottom:0;left:0;right:0;overflow:hidden}@keyframes stg-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.stg-skel{background:linear-gradient(90deg,#ffffff05 0%,#ffffff0d 50%,#ffffff05 100%) 0 0/800px 100%;border-radius:4px;animation:1.6s ease-in-out infinite stg-shimmer}.stg-home-root ::-webkit-scrollbar{width:4px;height:4px}.stg-home-root ::-webkit-scrollbar-track{background:0 0}.stg-home-root ::-webkit-scrollbar-thumb{background:#ffffff0d;border-radius:2px}
