:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#0f172a;background:#eef2f6;min-height:100%;--header-height: 72px;--bg-color: #eef2f6;--frame-bg: #f1f5f9;--shadow-dark: rgba(15, 23, 42, .12);--shadow-light: rgba(255, 255, 255, .7);--frame-shadow: none}*{box-sizing:border-box;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}html,body,#root{min-height:100%;width:100%;max-width:100vw;min-width:0;overflow-x:hidden;-webkit-text-size-adjust:100%;touch-action:pan-x pan-y}body{margin:0;background:var(--bg-color);overflow-y:auto;overscroll-behavior:none}img{-webkit-user-drag:none;user-drag:none}button,a,input,select,textarea,label,img{touch-action:auto}input,select,textarea,button{font-size:16px}.page{width:100%;max-width:100vw;min-width:0;margin:0 auto;padding:0 6px 12px;min-height:100vh;display:flex;flex-direction:column;gap:10px;overflow-x:hidden}.home-page{height:100vh;overflow:hidden;gap:8px}.home-page .home-grid{flex:1 1 auto;grid-auto-rows:minmax(0,1fr);align-content:stretch;overflow:hidden}.home-page .section{overflow:hidden;padding:8px}.home-page .model-card img{height:clamp(140px,18vh,180px)}.page h1{margin:0;font-size:24px;font-weight:600;letter-spacing:-.01em;text-transform:uppercase}.pill{padding:4px 10px;border-radius:999px;background:#eef2f6;color:#111827;font-weight:600;font-size:12px;display:inline-flex;align-items:center;gap:6px}.section{background:var(--frame-bg);border:1px solid #e2e8f0;border-radius:14px;padding:10px;box-shadow:none;min-height:0;width:100%;max-width:100%;min-width:0}.header-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;max-width:100%;min-width:0;position:relative}.notice{font-size:12px;color:#b91c1c}.filters-panel{display:grid;gap:8px;align-content:start}.filters-panel.embedded{max-height:none;overflow:visible;padding-right:0}.filters-header{margin-bottom:2px}.filter-group{display:grid;gap:4px}.filter-title{font-weight:600;font-size:12px;color:#111827}.chips{display:flex;flex-wrap:wrap;gap:6px}.chip{padding:6px 8px;border-radius:999px;border:1px solid #d1d5db;cursor:pointer;background:#fff;font-size:12px}.chip.active{background:#111827;color:#fff;border-color:#111827}.selector-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;align-items:center;width:100%;max-width:100%;min-width:0}.selector-group{display:grid;gap:6px;width:100%;max-width:100%;min-width:0}.selector-label{font-weight:700;font-size:13px}.selector-chips{display:flex;gap:8px;flex-wrap:wrap}.select{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;font-size:14px}.scroll-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.model-card{position:relative;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:var(--frame-bg);cursor:pointer;scroll-snap-align:start;box-shadow:none}.model-card:hover{box-shadow:none}.model-card img{width:100%;height:230px;object-fit:cover;display:block}.model-card .meta{padding:8px 10px;font-weight:600;letter-spacing:-.01em}.model-card.grid{height:100%}.model-card.grid .name{position:absolute;left:8px;right:8px;bottom:8px;background:#111827bf;color:#fff;padding:4px 8px;border-radius:8px;font-weight:600;font-size:12px;max-width:none;line-height:1.2;white-space:normal;word-break:break-word;z-index:2}.model-card .meta-hover{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#11182700,#111827b3);color:#fff;opacity:0;padding:12px;display:flex;align-items:flex-end;font-size:12px}.model-card:hover .meta-hover{opacity:1}.model-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;min-height:0}.model-grid.fixed-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.models-panel{display:flex;flex-direction:column;gap:8px;height:100%;min-height:0;position:relative}.models-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.app-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid #e2e8f0;position:sticky;top:0;left:0;right:0;background:var(--frame-bg);z-index:150;width:100%;max-width:100%;min-width:0;box-shadow:none}.fullscreen-active .app-header{display:none}.app-header .logo img{height:48px;display:block}.app-header .title{text-align:center;font-weight:700;text-transform:lowercase}.app-header .user-area{display:flex;align-items:center;justify-content:flex-end;gap:8px}.avatar{position:relative;cursor:pointer}.avatar img,.avatar .placeholder-avatar{height:40px;width:40px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0;background:#f1f5f9;display:grid;place-items:center;font-weight:700;color:#0f172a}.credits-pill{border:1px solid #e2e8f0;background:var(--frame-bg);color:#0f172a;border-radius:999px;padding:8px 12px;font-weight:700;cursor:pointer;margin-right:10px;box-shadow:none}.credits-pill:hover{background:var(--frame-bg)}.popover{position:absolute;right:0;top:48px;background:var(--frame-bg);border:1px solid #e2e8f0;border-radius:8px;box-shadow:none;min-width:180px;padding:6px;display:grid;gap:4px;z-index:200}.popover button{width:100%;background:none;border:none;padding:8px;text-align:left;cursor:pointer;border-radius:6px}.popover button:hover{background:#f1f5f9}.models-scroll{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding-right:4px;height:100%;width:100%;max-width:100%;min-width:0}.models-scroll{-webkit-overflow-scrolling:touch}.models-section{position:relative;overflow:hidden}.models-scroll.horizontal{overflow-x:auto;overflow-y:hidden;padding-right:0;padding-bottom:46px;-webkit-overflow-scrolling:touch}.model-grid.horizontal{grid-auto-flow:column;grid-auto-columns:minmax(180px,220px);grid-template-columns:none;display:inline-grid;width:max-content;min-width:100%}.models-overlay{position:absolute;left:10px;bottom:10px;z-index:6}.filters-shell{position:relative;width:100%;max-width:100%;min-width:0}.credits-floating{position:absolute;top:8px;left:8px;z-index:14}.filters-floating{position:absolute;top:14px;right:14px;display:flex;gap:10px;z-index:13}.filters-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a0d;z-index:12}.filters-popover{position:fixed;top:16px;right:16px;bottom:16px;z-index:14;width:min(40vw,420px);max-width:90vw;height:calc(100vh - 32px);overflow:hidden;background:var(--frame-bg);border:1px solid #e2e8f0;border-radius:12px;padding:12px;box-shadow:none;display:flex;flex-direction:column}.filters-popover .filters-panel.embedded{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding-right:4px}.home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:10px;min-height:0;flex:0 0 auto;width:100%;max-width:100%;min-width:0;grid-auto-rows:auto;align-content:start;overflow-y:visible}.home-grid .section{min-height:0;overflow:hidden;display:flex;flex-direction:column}.block-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.examples-grid{display:flex;gap:8px;flex:1 1 auto;overflow-x:auto;overflow-y:hidden;align-items:stretch;min-height:0}.base-block{display:flex;flex-direction:column;gap:8px;min-height:0}.base-block .examples-grid{min-height:140px;height:100%}.examples-grid.bare img{height:100%;width:auto;object-fit:cover;border-radius:8px}.examples-shell{position:relative;width:100%;height:100%;min-height:0}.examples-shell .examples-grid{height:100%;padding-bottom:48px;-webkit-overflow-scrolling:touch}.examples-overlay{position:absolute;bottom:10px;display:flex;gap:8px;z-index:5;pointer-events:none}.examples-overlay.left{left:10px}.examples-overlay.right{right:10px;align-items:center}.examples-overlay .button,.examples-overlay .chip{pointer-events:auto}.button{background:#0f172a;color:#fff;padding:8px 12px;border-radius:10px;border:none;cursor:pointer;font-weight:600}.button.secondary{background:#0f172a;box-shadow:none}.button.ghost{background:transparent;color:#0f172a;border:1px solid #d1d5db}.button.filter-action{background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:none}.button.filter-action:disabled,.button.filter-action:disabled:hover{background:#e5e7eb;color:#94a3b8;border-color:#cbd5e1;cursor:not-allowed;box-shadow:none}.button:hover{background:#111827}.button.filter-action:hover{background:#f8fafc;color:#0f172a}.placeholder{border-radius:14px;background:var(--frame-bg);padding:12px;display:flex;flex-direction:column;gap:8px;border:1px solid #e2e8f0;min-height:0;box-shadow:none}.tag{display:inline-flex;align-items:center;padding:6px 10px;background:#e2e8f0;border-radius:999px;font-size:12px;margin-right:6px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:var(--header-height, 72px) 10px 10px;z-index:100}.modal-backdrop.model-modal-backdrop{align-items:flex-start;overflow-y:auto}.modal{width:min(960px,95vw);max-height:90vh;background:var(--frame-bg);border-radius:16px;padding:14px;display:grid;grid-template-columns:1fr 1fr;gap:12px;overflow:hidden;box-shadow:none;border:1px solid #e2e8f0}.modal.model-modal{padding:0 14px 14px}.modal img{width:100%;border-radius:14px;object-fit:cover}.modal .meta{display:grid;gap:8px;align-content:start}.gallery-backdrop{padding:var(--header-height, 72px) 0 0 0;align-items:stretch;justify-content:stretch}.gallery-page-shell{flex:1 1 auto;min-height:0;width:100%;display:flex;flex-direction:column;overflow:hidden}.gallery-page-shell .gallery-page-modal{flex:1 1 auto;min-height:0}.gallery-page{padding:0;height:100vh;min-height:100vh;overflow:hidden}.gallery-page .gallery-page-shell{height:calc(100vh - var(--header-height))}.gallery-modal{width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0;padding:10px;display:flex;flex-direction:column}.skeleton{position:relative;overflow:hidden;background:#e5e7eb}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff0,#fff9,#fff0);transform:translate(-100%);animation:shimmer 1.1s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}.gallery img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;border:1px solid #e2e8f0}.close{position:absolute;top:10px;right:10px;background:#0f172a;color:#fff;border-radius:999px;width:36px;height:36px;border:none;cursor:pointer}.try-page{width:100%;max-width:100vw;min-width:0;margin:0;background:#fff;border-radius:0;box-shadow:none;border:none;padding:8px 6px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;align-items:stretch}.generate-stack{display:flex;flex-direction:column;gap:12px;width:100%;max-width:100%;min-width:0}.generate-section{display:flex;flex-direction:column;gap:8px;width:100%;max-width:100%;min-width:0}.generate-actions{display:grid;gap:8px;width:100%;max-width:100%;min-width:0}.generate-hint{font-size:12px;color:#475569;line-height:1.4}.try-hero{position:relative;height:180px;overflow:hidden;width:100%;max-width:100%;min-width:0}.try-hero img{width:100%;height:100%;object-fit:cover;display:block}.try-hero .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a00,#0f172a8c);display:flex;align-items:flex-end;padding:12px;color:#fff;font-weight:700;letter-spacing:-.01em;justify-content:space-between;gap:10px}.try-content{padding:12px;overflow:visible;flex:1;min-height:0;max-width:100%;box-sizing:border-box;width:100%;min-width:0}.try-layout{display:grid;grid-template-columns:1fr;gap:12px;min-height:0;min-width:0}.model-column{display:grid;gap:8px;max-height:none;min-width:0}.upload-preview img{width:100%;max-height:180px;object-fit:cover;border-radius:12px;border:1px solid #e2e8f0}.input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid #cbd5e1;font-size:16px}.upload-box{width:100%;max-width:100%;min-width:0;padding:16px;border:1px dashed #94a3b8;border-radius:12px;text-align:center;background:#f8fafc}.result img{width:100%;border-radius:12px;border:1px solid #e2e8f0}.spinner{width:32px;height:32px;border-radius:50%;border:3px solid #cbd5e1;border-top-color:#0ea5e9;margin:12px auto}.strip-shell{width:100%;max-width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:8px;overflow:visible;display:flex;flex-direction:column;flex-shrink:0;box-sizing:border-box;min-width:0;background:var(--frame-bg);box-shadow:none}.strip-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(140px,180px);gap:8px;align-items:stretch;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;height:100%;scroll-snap-type:x proximity;padding:4px;min-height:0;min-width:0}.strip-scroll>*{scroll-snap-align:start}.reference-card{position:relative;cursor:pointer;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;display:block;min-width:0;width:100%;max-width:100%;height:100%;background:var(--frame-bg);box-shadow:none}.reference-card.fixed{height:200px;display:flex;flex-direction:column;overflow:hidden}.reference-card.selected{border:2px solid #0ea5e9;box-shadow:none}.reference-check{position:absolute;left:8px;top:8px;background:#111827d9;color:#fff;padding:4px 8px;border-radius:999px;font-size:11px}.reference-card.fixed img{width:100%;height:100%;object-fit:cover;display:block}.model-select-card{width:100%;height:220px;border-radius:10px;padding:6px;cursor:pointer;background:var(--frame-bg);box-sizing:border-box;display:flex;flex-direction:column;gap:6px;box-shadow:none;border:1px solid #e2e8f0}.model-select-card .model-select-thumb{flex:1 1 auto;min-height:0;border-radius:8px;overflow:hidden}.model-select-card .model-select-thumb img{width:100%;height:100%;object-fit:cover;display:block}.model-select-card .model-select-name{font-size:12px;font-weight:600}.horizontal-scroller{width:100%;max-width:100%;min-width:0}.horizontal-scroller__track{display:flex;flex-wrap:nowrap;gap:var(--scroller-gap, 8px);align-items:stretch;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;min-width:0;min-height:0;padding:4px 0;scroll-snap-type:x mandatory}.horizontal-scroller__track>*{flex:0 0 var(--item-width, 180px);width:var(--item-width, 180px);max-width:var(--item-width, 180px);min-width:var(--item-width, 180px);scroll-snap-align:start}#gsi-container{position:fixed;bottom:12px;right:12px;z-index:250;width:min(300px,calc(100vw - 16px));max-width:calc(100vw - 16px)}@media (max-width: 900px){#root{height:100svh}.page{min-height:100%;padding:0 8px 12px;gap:8px;grid-template-rows:minmax(260px,54svh) 1fr}.page h1{font-size:20px}.section{padding:10px}.models-scroll{overflow-x:hidden;overflow-y:auto}.models-scroll.horizontal{overflow-x:auto;overflow-y:hidden}.model-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-flow:row;grid-auto-columns:unset;gap:8px;padding-bottom:4px}.model-grid.horizontal{grid-auto-flow:column;grid-auto-columns:minmax(150px,190px);grid-template-columns:none;display:inline-grid;width:max-content;min-width:100%}.examples-grid{grid-template-columns:repeat(auto-fill,minmax(86px,1fr))}.modal{grid-template-columns:1fr;max-height:90vh;overflow-y:auto}.try-grid{grid-template-columns:1fr}}@media (max-width: 640px){.app-header{grid-template-columns:auto auto;padding:8px;gap:8px}.app-header .title{display:none}.app-header .logo img{height:42px}.gallery-modal{padding:8px}}
