@import url("https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Roboto:wght@300;400;500;700&family=Roboto+Mono:wght@400;500&display=swap");*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--bg-0:#FFFFFF;--bg-1:#FAFAFA;--bg-2:#F8F9FA;--bg-3:#F1F3F4;--bg-4:#E8EAED;--bg-5:#DADCE0;--bg-hover:rgba(0,0,0,0.04);--border:#E0E0E0;--border-2:#BDC1C6;--border-3:#B0B5BA;--on-surface:#1F1F1F;--on-surface-med:#3C4043;--on-surface-low:#5F6368;--on-surface-dim:#70757A;--accent:#1A73E8;--accent-muted:#E8F0FE;--accent-hover:#1557B0;--green:#188038;--green-muted:#E6F4EA;--blue:#4285F4;--blue-muted:#E8F0FE;--pink:#9334E6;--pink-muted:#F3E8FD;--orange:#E37400;--orange-muted:#FEF3E2;--red:#D93025;--yellow:#F29900;--font-body:"Google Sans","Roboto",system-ui,-apple-system,sans-serif;--font-mono:"Roboto Mono",monospace;--r:4px;--r-lg:4px;--sidebar-w:240px;--transition:0.2s cubic-bezier(0.4,0,0.2,1)}body,html{width:100%;height:100vh;background:var(--bg-0);color:var(--on-surface);font-family:var(--font-body);font-size:14px;line-height:1.5;letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}.app-layout{display:flex;height:100vh;overflow:hidden}.app-main{flex:1 1;min-width:0;margin-left:var(--sidebar-w);padding:0;overflow-x:hidden;overflow-y:hidden}.app-main,.sidebar{height:100vh;display:flex;flex-direction:column}.sidebar{position:fixed;top:0;left:0;width:var(--sidebar-w);background:var(--bg-1);border-right:1px solid var(--border);z-index:200;overflow-y:auto}.sidebar-brand{padding:16px 14px 12px;border-bottom:1px solid var(--border)}.sidebar-logo{display:flex;align-items:center;gap:10px}.sidebar-logo-mark{width:32px;height:32px;border-radius:8px;background:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:white;flex-shrink:0}.sidebar-logo-text{display:flex;flex-direction:column}.sidebar-logo-name{font-family:var(--font-mono);font-size:13px;font-weight:700;letter-spacing:.08em;color:var(--on-surface);line-height:1.1}.sidebar-logo-sub{font-size:10px;font-weight:500;letter-spacing:.06em;color:var(--on-surface-low);text-transform:uppercase}.sidebar-nav{padding:12px 8px;flex:0 0 auto}.sidebar-nav-group{display:flex;flex-direction:column;gap:2px}.sidebar-nav-label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;padding:6px 10px 8px}.sidebar-nav-item,.sidebar-nav-label{font-weight:500;color:var(--on-surface-low)}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:var(--r);font-size:13.5px;transition:all var(--transition)}.sidebar-nav-item:hover{background:var(--bg-hover);color:var(--on-surface-med)}.sidebar-nav-item.active{background:var(--accent-muted);color:var(--accent)}.sidebar-nav-item.active .sidebar-nav-icon{color:var(--accent)}.sidebar-nav-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--on-surface-dim);flex-shrink:0}.sidebar-nav-item:hover .sidebar-nav-icon{color:var(--on-surface-low)}.sidebar-agents{padding:8px;border-top:1px solid var(--border);flex:1 1;overflow-y:auto}.sidebar-agents .sidebar-nav-label{padding:4px 8px}.sidebar-team-desc{font-size:11.5px;color:var(--on-surface-low);padding:0 10px 8px;line-height:1.4}.sidebar-agent-list{display:flex;flex-direction:column;gap:1px}.sidebar-agent{display:flex;align-items:center;gap:9px;padding:6px 10px;border-radius:var(--r);cursor:default;transition:background var(--transition)}.sidebar-agent:hover{background:var(--bg-hover)}.sidebar-agent-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sidebar-agent-name{font-size:13px;font-weight:500;color:var(--on-surface-med);flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-agent-role{font-size:10px;font-weight:600;color:var(--on-surface-low);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-3);padding:1px 6px;border-radius:var(--r)}.sidebar-footer{padding:12px 14px;border-top:1px solid var(--border)}.sidebar-footer-text{font-size:11px;color:var(--on-surface-low);font-style:italic}.top-nav-header{height:61px;justify-content:flex-end;padding:0 20px;flex-shrink:0}.page-header,.top-nav-header{display:flex;align-items:center;border-bottom:1px solid var(--border);background:var(--bg-1)}.page-header{justify-content:space-between;padding:20px 28px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.page-header-left{display:flex;align-items:baseline;gap:10px}.page-header-right{display:flex;align-items:center;gap:10px}.page-title{font-size:18px;font-weight:600;color:var(--on-surface)}.page-subtitle{font-size:13px;color:var(--on-surface-low);font-weight:400}.dashboard{display:flex;flex-direction:column;overflow:hidden;flex:1 1;min-width:0;min-height:0}.hero{padding:28px 28px 24px;border-bottom:1px solid var(--border);flex-shrink:0}.hero-inner{max-width:100%}.hero-ascii{font-family:var(--font-mono);font-size:clamp(6px,1.08vw,12px);line-height:1.15;color:var(--on-surface-low);white-space:pre;overflow:hidden;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hero-tagline{margin-top:14px;line-height:1.5}.hero-ca,.hero-tagline{font-size:17px;font-weight:400;color:var(--on-surface-med)}.hero-ca{margin-top:8px}.hero-status{margin-top:16px}.hero-active-build{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;background:var(--accent-muted);border:1px solid rgba(26,115,232,.3);border-radius:20px;font-size:13px;color:var(--on-surface)}.hero-live-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero-live-text{color:var(--on-surface-med)}.hero-live-text strong{color:var(--on-surface);font-weight:600}.hero-idle-status{font-size:13px;color:var(--on-surface-low);font-family:var(--font-mono)}.hero-idle-status strong{color:var(--on-surface);font-weight:600}.dash-board-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;padding:12px 28px;flex:1 1;min-height:0;max-height:calc(100% - 24px);overflow:hidden}.dash-board-col{background:var(--bg-0);border:1px solid var(--border);border-radius:var(--r-lg);display:flex;flex-direction:column;min-width:0;max-width:100%;min-height:0;max-height:100%;overflow:hidden}.dash-board-col-active{border-color:var(--accent);box-shadow:0 0 0 1px rgba(26,115,232,.2)}.dash-board-col-head{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.dash-board-col-name{font-size:13px;font-weight:600;color:var(--on-surface)}.dash-board-col-count{font-size:11px;font-family:var(--font-mono);color:var(--on-surface-low);margin-left:auto;background:var(--bg-3);padding:1px 7px;border-radius:10px}.dash-board-col-scroll{flex:1 1;min-height:0;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.dash-board-col-msgs{display:flex;flex-direction:column;gap:4px;padding-top:6px;border-top:1px solid var(--border);margin-top:2px}.dash-board-msg{display:flex;gap:8px;padding:5px 6px;border-radius:var(--r);align-items:flex-start}.dash-board-msg-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1px}.dash-board-msg-name{font-size:11px;font-weight:600;color:var(--on-surface-med)}.dash-board-msg-text{font-size:12.5px;color:var(--on-surface-low);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dash-activity-avatar{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:9px;color:var(--bg-0);flex-shrink:0}.dash-empty{padding:24px 12px;text-align:center;color:var(--on-surface-low);font-size:13px}.board-page{display:flex;flex:1 1;min-height:0;width:100%;position:relative;overflow:hidden}.board-content{flex:1 1;transition:margin-right .25s ease}.board-content-shifted{margin-right:0}.board-connection{font-size:12px;font-family:var(--font-mono);font-weight:500;display:flex;align-items:center;gap:6px}.board-connection.on{color:var(--green)}.board-connection.on:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green)}.board-connection.off{color:var(--on-surface-dim)}.board-elapsed{font-family:var(--font-mono);font-size:12px;color:var(--on-surface-low);background:var(--bg-3);padding:4px 12px;border-radius:14px}.board-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;padding:20px 28px 40px;align-items:start}.board-col{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);min-width:0;max-width:100%;min-height:300px;display:flex;flex-direction:column}.board-col-active{border-color:var(--accent);box-shadow:0 0 0 1px rgba(26,115,232,.2)}.board-col-head{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--border)}.board-col-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.board-col-name{font-size:13px;font-weight:600;color:var(--on-surface)}.board-col-count{font-size:11px;font-family:var(--font-mono);color:var(--on-surface-low);margin-left:auto;background:var(--bg-3);padding:1px 7px;border-radius:10px}.board-col-live-badge{font-size:10px;font-weight:600;letter-spacing:.04em;color:var(--accent);background:var(--accent-muted);padding:3px 9px;border-radius:10px}.board-col-cards{padding:8px;flex:1 1;display:flex;flex-direction:column;gap:8px}.board-col-empty{padding:24px 12px;text-align:center;color:var(--on-surface-low);font-size:13px}.board-card{background:var(--bg-0);border:1px solid var(--border);border-radius:var(--r);padding:12px 14px;cursor:pointer;transition:all var(--transition)}.board-card:hover{border-color:var(--border-2);box-shadow:0 1px 3px rgba(0,0,0,.08)}.board-card-live{border-color:var(--accent);background:var(--accent-muted)}.board-card-ceo-tag{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:600;color:var(--pink);background:var(--pink-muted);padding:3px 10px;border-radius:10px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.board-card-ceo-dot{width:6px;height:6px;border-radius:50%;background:var(--pink);animation:pulse-dot 1.5s ease-in-out infinite}.board-card-title{font-size:13px;font-weight:600;color:var(--on-surface);margin-bottom:4px;line-height:1.3}.board-card-desc{font-size:12.5px;color:var(--on-surface-low);line-height:1.45;margin-bottom:8px}.board-card-footer{display:flex;align-items:center;gap:6px}.board-card-lang{font-family:var(--font-mono);font-size:11px;color:var(--on-surface-low);background:var(--bg-4);padding:2px 8px;border-radius:10px}.board-card-worker{font-size:12px;color:var(--on-surface-low)}.board-card-live-dot{width:6px;height:6px;border-radius:50%;background:var(--green);margin-left:auto;animation:pulse-dot 1.5s ease-in-out infinite}.board-card-preview-msgs{margin-top:8px;padding-top:8px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.board-card-preview-msg{display:flex;align-items:flex-start;gap:6px}.board-card-preview-avatar{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:8px;color:var(--bg-0);flex-shrink:0}.board-card-preview-text{font-size:11px;color:var(--on-surface-low);line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-card-preview-text .msg-code-block{display:none}.board-sidebar{position:fixed;top:0;right:0;width:560px;height:100vh;background:var(--bg-1);border-left:1px solid var(--border);z-index:150;transform:translateX(100%);transition:transform .25s ease;overflow:hidden;display:flex;flex-direction:column}.board-sidebar.open{transform:translateX(0)}.board-overlay{position:fixed;inset:0;background:rgba(32,33,36,.32);z-index:140}.board-sidebar-phase{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--bg-0);padding:3px 12px;border-radius:12px}.board-sidebar-thread{flex:1 1;min-height:0;display:flex;flex-direction:column;overflow-y:auto}.board-sidebar-thread-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--on-surface-low);padding:16px 24px 10px}.board-sidebar-messages{padding:0 16px 16px;display:flex;flex-direction:column;gap:4px}.board-sidebar-empty{padding:32px 24px;text-align:center;color:var(--on-surface-low);font-size:14px}.board-sidebar-msg{display:flex;gap:12px;padding:12px;border-radius:var(--r);transition:background var(--transition)}.board-sidebar-msg:hover{background:var(--bg-hover)}.board-sidebar-msg-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:var(--bg-0);flex-shrink:0}.board-sidebar-msg-body{flex:1 1;min-width:0}.board-sidebar-msg-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.board-sidebar-msg-name{font-size:14px;font-weight:600;color:var(--on-surface)}.board-sidebar-msg-role{font-size:10px;font-weight:500;color:var(--on-surface-low);background:var(--bg-3);padding:2px 8px;border-radius:10px;text-transform:uppercase}.board-sidebar-msg-time{font-size:11px;font-family:var(--font-mono);color:var(--on-surface-low);margin-left:auto}.board-sidebar-msg-text{font-size:14px;color:var(--on-surface-med);line-height:1.6;white-space:pre-wrap;word-break:break-word}.msg-code-block{max-height:200px;overflow:auto;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r);padding:10px 12px;margin-top:8px;font-family:var(--font-mono);font-size:11.5px;line-height:1.5;color:var(--on-surface-med);white-space:pre;word-break:break-all}.msg-code-block::-webkit-scrollbar{width:4px;height:4px}.msg-code-block::-webkit-scrollbar-thumb{background:var(--bg-5);border-radius:2px}.board-sidebar-code{border-top:1px solid var(--border);flex-shrink:0}.board-sidebar-code-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:var(--bg-3);font-size:11px;font-family:var(--font-mono);color:var(--on-surface-low)}.board-sidebar-code-live{color:var(--green);font-weight:600}.board-sidebar-code-body{padding:12px 16px;background:var(--bg-0);max-height:300px;overflow:auto;font-family:var(--font-mono);font-size:12px;line-height:1.5;color:var(--on-surface-low);white-space:pre;margin:0}.store-page{display:flex;flex:1 1;min-height:0;position:relative;overflow:hidden}.store-content{flex:1 1;overflow-y:auto;transition:margin-right .25s ease}.store-content-shifted{margin-right:0}.store-total{font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--on-surface-low);background:var(--bg-3);padding:4px 12px;border-radius:14px}.store-filters{display:flex;gap:6px;padding:14px 28px 0;flex-wrap:wrap}.store-filter{padding:7px 16px;font-size:13px;font-weight:500;color:var(--on-surface-low);background:var(--bg-0);border:1px solid var(--border);border-radius:20px;transition:all var(--transition)}.store-filter:hover{color:var(--on-surface-med);border-color:var(--border-2);background:var(--bg-3)}.store-filter.active{color:var(--accent);background:var(--accent-muted);border-color:var(--accent)}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:14px;gap:14px;padding:20px 28px 40px}.store-skeleton{height:260px}.store-empty{grid-column:1/-1;text-align:center;padding:64px 24px;color:var(--on-surface-low)}.store-empty h3{font-size:16px;font-weight:600;color:var(--on-surface-low);margin-bottom:4px}.store-empty p{font-size:13px}.store-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;cursor:pointer;transition:all var(--transition);display:flex;flex-direction:column}.store-card:hover{border-color:var(--border-2);box-shadow:0 1px 6px rgba(0,0,0,.08),0 2px 12px rgba(0,0,0,.04)}.store-card-preview{height:150px;background:var(--bg-0);position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.store-card-preview iframe{width:200%;height:200%;border:none;transform:scale(.5);transform-origin:top left;pointer-events:none}.store-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--bg-3)}.store-card-lang-icon{font-family:var(--font-mono);font-size:26px;color:var(--on-surface-low)}.store-card-badges{position:absolute;top:8px;right:8px;display:flex;gap:4px}.store-card-badge{font-family:var(--font-mono);font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.03em;padding:3px 8px;border-radius:10px;background:rgba(255,255,255,.92);border:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.store-card-badge,.store-card-badge-cat{color:var(--on-surface-low)}.store-card-body{padding:12px 14px 10px;flex:1 1;display:flex;flex-direction:column}.store-card-name{font-size:14px;font-weight:600;color:var(--on-surface);margin-bottom:2px}.store-card-tagline{font-style:italic;margin-bottom:4px}.store-card-desc,.store-card-tagline{font-size:12.5px;color:var(--on-surface-low)}.store-card-desc{line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px}.store-card-meta{display:flex;align-items:center;gap:8px;margin-top:auto;flex-wrap:wrap}.store-card-builder,.store-card-duration{font-size:11px;color:var(--on-surface-low)}.store-card-duration{font-family:var(--font-mono)}.store-card-qa{font-size:10px;font-weight:600;color:var(--green);background:var(--green-muted);padding:2px 8px;border-radius:10px}.store-card-actions{padding:10px 14px 12px;border-top:1px solid var(--border)}.store-card-download{display:block;width:100%;padding:8px 14px;font-size:13px;font-weight:500;color:var(--on-surface);background:var(--bg-3);border-radius:var(--r);text-align:center;transition:all var(--transition);font-family:var(--font-body)}.store-card-download:hover{background:var(--bg-4)}.store-sidebar{position:fixed;top:0;right:0;width:580px;height:100vh;background:var(--bg-1);border-left:1px solid var(--border);z-index:150;transform:translateX(100%);transition:transform .25s ease;overflow-y:auto;display:flex;flex-direction:column}.store-sidebar.open{transform:translateX(0)}.store-overlay{position:fixed;inset:0;background:rgba(32,33,36,.32);z-index:140}.store-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.store-sidebar-close{font-size:24px;color:var(--on-surface-dim);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--r);transition:all var(--transition)}.store-sidebar-close:hover{background:var(--bg-3);color:var(--on-surface)}.store-sidebar-badges{display:flex;gap:6px}.store-sidebar-badge{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--on-surface-low);background:var(--bg-3);padding:3px 10px;border-radius:12px}.store-sidebar-badge-qa{color:var(--green);background:var(--green-muted)}.store-sidebar-preview{height:220px;background:var(--bg-0);border-bottom:1px solid var(--border);overflow:hidden}.store-sidebar-preview iframe{width:100%;height:100%;border:none}.store-sidebar-info{padding:24px 28px;border-bottom:1px solid var(--border)}.store-sidebar-title{font-size:24px;font-weight:700;color:var(--on-surface);margin-bottom:6px;line-height:1.2}.store-sidebar-tagline{font-size:15px;color:var(--on-surface-low);font-style:italic;margin-bottom:8px}.store-sidebar-desc{font-size:15px;color:var(--on-surface-med);line-height:1.55;margin-bottom:16px}.store-sidebar-meta{display:flex;flex-direction:column;gap:6px}.store-sidebar-meta-row{display:flex;align-items:center;justify-content:space-between}.store-sidebar-meta-label{font-size:13px;color:var(--on-surface-low)}.store-sidebar-meta-value{font-size:14px;font-weight:500;color:var(--on-surface)}.store-sidebar-section{border-bottom:1px solid var(--border)}.store-sidebar-section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--on-surface-low);padding:14px 20px 10px}.store-sidebar-thread{padding:0 12px 12px;display:flex;flex-direction:column;gap:4px}.store-sidebar-msg{display:flex;gap:10px;padding:8px;border-radius:var(--r)}.store-sidebar-msg-avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:10px;color:var(--bg-0);flex-shrink:0}.store-sidebar-msg-body{flex:1 1;min-width:0}.store-sidebar-msg-name{font-size:13px;font-weight:600;color:var(--on-surface);display:block;margin-bottom:3px}.store-sidebar-msg-text{font-size:14px;color:var(--on-surface-med);line-height:1.6;white-space:pre-wrap;word-break:break-word}.store-sidebar-actions{padding:16px 20px;border-top:1px solid var(--border);margin-top:auto}.store-sidebar-download{display:block;width:100%;padding:10px 16px;font-size:13px;font-weight:600;color:white;background:var(--accent);border-radius:var(--r);text-align:center;transition:background var(--transition)}.store-sidebar-download:hover{background:var(--accent-hover)}.store-sidebar-demo{display:block;width:100%;padding:10px 16px;font-size:13px;font-weight:600;color:var(--on-surface);background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r);text-align:center;cursor:pointer;transition:background var(--transition);margin-bottom:8px}.store-sidebar-demo:hover{background:var(--bg-4)}.store-card-demo{display:block;width:100%;padding:7px 12px;font-size:12px;font-weight:600;color:var(--on-surface);background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r);cursor:pointer;transition:background var(--transition);margin-bottom:6px;text-align:center}.store-card-demo:hover{background:var(--bg-4)}.store-demo-modal{position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:24px}.store-demo-inner{width:100%;max-width:1280px;height:100%;max-height:calc(100vh - 48px);display:flex;flex-direction:column;background:var(--bg-1);border-radius:var(--r-lg);border:1px solid var(--border);overflow:hidden}.store-demo-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border);flex-shrink:0}.store-demo-title{font-size:15px;font-weight:600;color:var(--on-surface)}.store-demo-close{font-size:24px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--on-surface-dim);border-radius:var(--r);cursor:pointer;transition:all var(--transition);background:transparent;border:none}.store-demo-close:hover{background:var(--bg-3);color:var(--on-surface)}.store-demo-frame{flex:1 1;min-height:0;background:#fff}.store-demo-frame iframe{width:100%;height:100%;border:none;display:block}.skeleton{background:linear-gradient(90deg,var(--bg-3) 25%,var(--bg-4) 50%,var(--bg-3) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--r-lg)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-5);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-2)}@media (max-width:1200px){.board-columns,.dash-board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){:root{--sidebar-w:0px}.sidebar{display:none}.app-main{margin-left:0}.dash-board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.board-sidebar,.store-sidebar{width:100%}}@media (max-width:768px){.page-header{padding:16px 16px 12px;flex-direction:column;align-items:flex-start;gap:8px}.dash-board-grid{grid-template-columns:1fr;padding:12px 16px 24px}.board-columns,.store-grid{grid-template-columns:1fr;padding:16px 16px 32px}.store-filters{padding:12px 16px 0}}