@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#071737;background:#eef7ff;font-synthesis:none;--blue:#0868f7;--navy:#071737;--muted:#7890b8;--line:#d5e2f2;--ice:#edf6ff;--green:#16b85b}*{box-sizing:border-box}html,body,#root{height:100%;background:#eef7ff}body{margin:0;min-width:320px;overflow:hidden;background:radial-gradient(circle at 80% 0,#fff 0,#f2f8ff 38%,#eaf5ff);font-size:14px;line-height:1.4;overscroll-behavior:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}.app{height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;overflow:hidden}.app-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;scroll-padding-bottom:16px}header{min-height:72px;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1180px;margin:auto;padding:0 28px}.logo{display:flex;align-items:center;gap:10px;font-size:29px;color:#0a267c}.logo-mark{display:grid;place-items:center;width:40px;height:44px;color:#fff;font-weight:900;font-style:italic;background:linear-gradient(145deg,#036cf7 0 45%,#54d4ef 46% 67%,#0b33ab 68%);clip-path:polygon(3% 5%,72% 5%,100% 28%,60% 100%,37% 100%)}.header-actions{display:flex;align-items:center;gap:10px}.balance{padding:11px 15px;border-radius:13px;background:#deecff;color:#075de4;font-weight:700;white-space:nowrap}.icon-button{border:1px solid var(--line);background:#fff;border-radius:12px;width:44px;height:44px;display:grid;place-items:center}.icon-button svg{width:20px;height:20px}.content{max-width:1180px;margin:auto;padding:28px;display:grid;grid-template-columns:minmax(0,690px) minmax(290px,1fr);gap:30px}.generator,.recent,.page,.empty{background:#ffffffd1;border:1px solid rgba(205,221,239,.9);box-shadow:0 18px 60px #345f9514;border-radius:26px;padding:30px}.title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.title-row h1,.page h1,.generator h1{font-size:38px;line-height:1.1;letter-spacing:-1.4px;margin:3px 0 27px}.eyebrow{color:var(--blue);font-weight:700;font-size:13px;line-height:1.3;text-transform:uppercase;letter-spacing:.11em}.field-label{display:block;color:var(--muted);font-weight:600;margin:20px 2px 9px}.dropdown{position:relative;min-width:0}.dropdown>button{width:100%;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.dropdown>button>svg{flex:0 0 auto;transition:transform .16s ease}.dropdown.open>button>svg{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;max-height:min(300px,48dvh);overflow:auto;padding:5px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 18px 42px #17385e33}.dropdown-menu>button{min-height:44px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:var(--navy);display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.dropdown-menu>button:hover,.dropdown-menu>button[aria-selected=true]{background:#eaf3ff;color:var(--blue)}.dropdown-menu small{color:var(--muted);white-space:nowrap;font-size:10px}.select-card{height:78px;position:relative}.select-card>button{height:100%;border:1px solid var(--line);border-radius:18px;background:#fff;display:grid;grid-template-columns:52px minmax(0,1fr) 22px;gap:14px;align-items:center;padding:9px 17px;text-align:left}.select-card>button>svg{grid-column:3;width:22px;height:22px}.select-card .dropdown-menu{min-width:100%}.model-art{width:52px;height:58px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#041633,#0876f8);color:#93e8ff}.model-art svg{width:22px;height:22px}.model-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px}.model-name{font-size:16px;line-height:1.25;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.model-copy small{color:var(--blue);background:#e4efff;padding:2px 6px;border-radius:5px;font-size:11px;line-height:1.3}.parameter-selects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.parameter-selects.has-audio{grid-template-columns:.85fr 1fr .85fr 1.35fr}.parameter-control{position:relative;min-height:44px;border:1px solid var(--line);border-radius:11px;background:#fff;display:flex;align-items:center}.parameter-control>button{height:42px;padding:0 8px 0 12px;display:flex;align-items:center;justify-content:space-between;gap:3px;font-size:12px;font-weight:650;text-align:left;white-space:nowrap}.parameter-control>button>svg,.parameter-control.disabled>svg{width:16px;height:16px;flex:0 0 auto}.parameter-control.disabled{padding:0 8px 0 12px;justify-content:space-between;background:#f5f8fc;color:#6f84a5}.parameter-control.disabled>svg{opacity:.35}.parameter-control .dropdown-menu{min-width:max(100%,112px)}.audio-control .dropdown-menu{min-width:145px;right:0;left:auto}.prompt-head{display:flex;justify-content:space-between;align-items:end}.prompt-head .field-label{margin-bottom:7px}.prompt-head small{color:var(--muted);margin-bottom:7px}.prompt-box{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;position:relative}.prompt-box textarea{width:100%;min-height:108px;resize:vertical;border:0;outline:0;line-height:1.5;background:transparent;padding:0 38px 0 0}.attachment-control{display:flex;align-items:center;gap:8px;position:relative}.attachment-plus{width:34px;height:34px;border:1px solid #c5dcff;border-radius:10px;background:#eff6ff;color:var(--blue);display:grid;place-items:center;padding:0}.attachment-plus svg{width:19px;height:19px}.attachment-menu{position:absolute;z-index:5;left:0;bottom:42px;min-width:150px;padding:5px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 12px 32px #17385e26}.attachment-menu label{display:flex;align-items:center;gap:8px;padding:9px;border-radius:8px;color:var(--navy);cursor:pointer}.attachment-menu label:hover{background:#edf5ff}.attachment-menu svg{width:17px;height:17px;color:var(--blue)}.source-chip{min-width:0;display:flex;align-items:center;gap:4px;border-radius:9px;background:#edf5ff;color:#31547e;padding:5px 6px 5px 9px;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-chip button{border:0;background:transparent;color:#6d82a2;padding:2px;display:grid}.source-chip svg{width:14px;height:14px}.action-row{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:8px;margin-top:10px}.improve,.secondary{border:1px solid #c9dcf6;background:#f9fcff;color:#075ee8;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:650;padding:11px}.improve{width:48px;height:48px;margin:0}.improve svg{width:21px;height:21px}.secondary{width:100%;margin-top:14px}.primary{border:0;background:linear-gradient(100deg,#0869fb,#0752e8);color:#fff;border-radius:12px;min-height:48px;padding:0 16px;font-weight:750;box-shadow:0 9px 24px #0868f72c}.primary:disabled{opacity:.55;cursor:not-allowed}.generate{width:100%;margin:0;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.generate svg{width:18px;height:18px;flex:0 0 auto}.action-help{display:block;text-align:center;color:var(--muted);font-size:11px;line-height:1.3;margin-top:6px}.notice{background:#fff0f0;border:1px solid #ffd0d0;color:#9f3030;border-radius:12px;padding:11px 14px;margin-top:13px}.recent{align-self:start}.recent h2{margin:0 0 18px;font-size:21px;line-height:1.2}.job-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:10px;display:grid;grid-template-columns:118px 1fr;gap:13px;margin-bottom:12px}.video-thumb{height:92px;border-radius:12px;background:linear-gradient(145deg,#d8ecff,#9ac9ff);display:grid;place-items:center;position:relative;overflow:hidden}.video-thumb video{width:100%;height:100%;object-fit:cover}.video-thumb>span{position:absolute;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#00152c99;color:#fff}.video-thumb svg{width:22px}.job-info{min-width:0}.job-info>b{font-size:14px}.job-info b svg{width:15px;vertical-align:middle;margin-right:4px}.job-info b.ok{color:var(--green)}.job-info p{font-size:13px;margin:6px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-info small,.job-info time{display:block;color:var(--muted);font-size:11px;margin-top:4px}.job-actions{grid-column:1/-1;display:flex;gap:8px}.job-actions a{font-size:12px;color:var(--blue);text-decoration:none}.muted{color:var(--muted)}.mobile-credit{display:none}.bottom-nav{justify-self:center;min-height:64px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 40px #1d56832b;border-radius:22px;padding:7px;display:flex;gap:3px;margin:0 12px 12px}.bottom-nav button{border:0;background:transparent;color:#8296b7;border-radius:15px;padding:8px 18px;font-size:12px;line-height:1.3;display:grid;place-items:center;gap:3px;min-width:78px}.bottom-nav button svg{width:22px;height:22px}.bottom-nav button.active{background:#eaf3ff;color:var(--blue);font-weight:700}.page{grid-column:1/-1}.profile{text-align:center;max-width:500px;margin:auto;width:100%}.profile>svg{width:70px;height:70px;color:var(--blue)}.profile .secondary{max-width:200px;margin:30px auto}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.media-grid article{border:1px solid var(--line);padding:10px;border-radius:16px;background:#fff}.media-preview{height:190px;background:#dfeeff;border-radius:11px;overflow:hidden;margin-bottom:10px}.media-preview img,.media-preview video{width:100%;height:100%;object-fit:cover}.media-grid small,.media-grid b{display:block;padding:2px 4px;overflow:hidden;text-overflow:ellipsis}.media-grid small{color:var(--muted)}.compact{min-height:42px}.admin-tabs{display:flex;gap:5px;border-bottom:1px solid var(--line);margin-bottom:20px;overflow-x:auto;white-space:nowrap}.admin-tabs button{border:0;background:transparent;padding:12px 16px;color:var(--muted);display:flex;align-items:center;gap:7px}.admin-tabs svg{width:18px}.admin-tabs button.active{color:var(--blue);border-bottom:2px solid var(--blue);font-weight:700}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:760px}th{text-align:left;color:var(--muted);font-size:12px;padding:12px;border-bottom:1px solid var(--line)}td{padding:14px 12px;border-bottom:1px solid #e8f0f9;font-size:14px}td small,td b{display:block;margin-top:4px}.status{padding:5px 8px;border-radius:8px;background:#eef3f8}.status.active{color:#087e42;background:#e4f8ed}.status.pending{color:#9a6810;background:#fff5d8}.status.blocked,.status.rejected{color:#9c3535;background:#ffeded}.balance-link{border:0;background:#eaf3ff;color:var(--blue);border-radius:9px;padding:7px 9px;font-weight:700}.row-actions{display:flex;gap:6px}.row-actions button{border:1px solid var(--line);border-radius:8px;background:#fff;padding:6px 8px}.log-list article{display:grid;grid-template-columns:160px 180px 1fr;gap:10px;padding:12px;border-bottom:1px solid var(--line);font-size:13px}.log-list time{color:var(--muted)}.modal-backdrop{position:fixed;z-index:100;inset:0;background:#06162980;display:grid;place-items:center;padding:18px}.modal{width:min(440px,100%);max-height:90dvh;overflow:auto;background:#fff;border-radius:22px;padding:22px;box-shadow:0 30px 100px #001c4059}.modal.wide{width:min(760px,100%)}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head h2{margin:0;font-size:20px;line-height:1.2}.modal label{display:block;margin:16px 0;color:var(--muted);font-size:13px}.modal input,.modal select,.auth-card input{display:block;width:100%;border:1px solid var(--line);background:#fbfdff;border-radius:12px;padding:13px;margin-top:7px;outline:0}.modal input:focus,.modal select:focus,.auth-card input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0868f718}.model-checks{display:grid;grid-template-columns:1fr 1fr;gap:8px}.model-checks label{margin:0;color:var(--navy);border:1px solid var(--line);padding:10px;border-radius:10px}.model-checks input{display:inline;width:auto;margin:0 8px 0 0}.ledger article{display:grid;grid-template-columns:120px 100px 1fr;gap:10px;border-bottom:1px solid var(--line);padding:10px 0}.ledger small{color:var(--muted)}.standalone-shell{height:100dvh;display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:hidden}.standalone-shell .auth-shell{height:auto;min-height:0}.auth-shell{height:100dvh;overflow-y:auto;display:grid;place-items:center;padding:calc(24px + env(safe-area-inset-top)) 24px 24px}.auth-card{width:min(440px,100%);background:#ffffffdf;border:1px solid white;box-shadow:0 30px 100px #3373ae20;border-radius:28px;padding:34px}.auth-card .logo{justify-content:center}.auth-card h1{text-align:center;margin:14px 0 6px;font-size:30px;line-height:1.1}.auth-card>p{text-align:center;color:var(--muted);line-height:1.55}.auth-card label{display:block;font-size:13px;color:#6e83a8;margin:14px 0}.auth-card .primary{width:100%;margin-top:12px}.link{width:100%;border:0;background:transparent;color:var(--blue);padding:14px}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.code{text-align:center;font-size:30px;letter-spacing:12px}.success{width:70px;height:70px;margin:30px auto 0;border-radius:50%;background:#e5f8ed;color:#16a258;display:grid;place-items:center}.splash{height:100dvh;position:relative;display:grid;place-content:center;gap:25px;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.splash>span{width:44px;height:4px;background:#dce9f8;border-radius:9px;position:relative;overflow:hidden;margin:auto}.splash>.app-brand-footer{position:fixed;bottom:0;left:0;right:0}@keyframes load{0%{left:-50%}to{left:100%}}.inline-action{display:grid;grid-template-columns:1fr auto;gap:10px}.inline-action input,.password-card input{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fbfdff}.inline-action .secondary{margin:0;width:auto}.password-card{max-width:380px;margin:25px auto}.password-card input{display:block;width:100%;margin:9px 0}.app-brand-footer{min-height:26px;display:flex;align-items:center;justify-content:center;gap:4px;border-top:1px solid #dbe6f3;background:#edf6ff;color:var(--muted);font-size:10px;line-height:1.2;padding:5px 10px calc(5px + env(safe-area-inset-bottom));margin:0}.app-brand-footer b{color:#5f7598;font-weight:650}.countdown{display:block;text-align:center;color:var(--blue);font-variant-numeric:tabular-nums;font-size:18px;margin:12px 0}.access-setting{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 17px;margin:0 0 18px;border:1px solid var(--line);border-radius:15px;background:#f8fbff}.access-setting b,.access-setting small{display:block}.access-setting small{color:var(--muted);margin-top:4px}.switch{margin:0!important;flex:0 0 auto}.switch input{position:absolute;opacity:0;pointer-events:none}.switch span{display:block;width:46px;height:26px;border-radius:20px;background:#c8d5e7;padding:3px;transition:.2s}.switch span:after{content:"";display:block;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #17385e33;transition:.2s}.switch input:checked+span{background:var(--blue)}.switch input:checked+span:after{transform:translate(20px)}@media(max-width:850px){header{min-height:calc(56px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 16px 0}.logo{font-size:23px}.logo-mark{width:32px;height:36px}.desktop-only{display:none}.content{display:block;padding:12px 16px 8px}.generator,.recent,.page,.empty{padding:16px;border-radius:16px}.recent{margin-top:12px}.title-row h1,.page h1,.generator h1{font-size:28px;line-height:1.1;letter-spacing:-.7px;margin:3px 0 20px}.recent h2{font-size:20px;line-height:1.2;margin-bottom:12px}.eyebrow{font-size:12px;line-height:1.3}.field-label{font-size:14px;line-height:1.3;margin:16px 2px 8px}.mobile-credit{display:flex;flex-direction:column;align-items:flex-start;gap:1px;color:var(--blue);background:#e6f1ff;border-radius:12px;padding:7px 10px;min-width:92px;max-width:42%;font-size:12px;line-height:1.3}.mobile-credit small{font-size:11px;font-weight:600;color:#5682bd}.mobile-credit b{font-size:14px;white-space:nowrap}.header-actions .balance{display:none}.select-card{height:72px;border-radius:12px;grid-template-columns:48px minmax(0,1fr) 20px;gap:12px;padding:8px 12px}.model-art{width:48px;height:54px;border-radius:12px}.model-name{font-size:16px;line-height:1.25}.segment{border-radius:12px}.segment button,.duration-grid button{min-height:48px;border-radius:10px}.prompt-box{border-radius:12px;padding:14px}.prompt-box textarea{min-height:112px;font-size:14px}.improve,.secondary{min-height:48px;border-radius:12px;padding:12px}.generate{min-height:52px;border-radius:12px;font-size:14px;padding:0 12px}.bottom-nav{justify-self:stretch;width:auto;min-height:calc(64px + env(safe-area-inset-bottom));margin:0;border-width:1px 0 0;border-radius:18px 18px 0 0;padding:6px 8px calc(6px + env(safe-area-inset-bottom));justify-content:space-around;box-shadow:0 -8px 30px #1d56831a}.bottom-nav button{min-width:64px;min-height:52px;padding:5px 8px;font-size:12px;line-height:1.3}.bottom-nav button svg{width:22px;height:22px}.job-card{grid-template-columns:110px 1fr}.admin .title-row{display:block}.admin .compact{margin-bottom:18px}.model-checks{grid-template-columns:1fr}.log-list article{grid-template-columns:1fr}.duration-grid{grid-template-columns:repeat(3,1fr)}.app-brand-footer{margin:8px 0 14px}.auth-card h1{font-size:28px}}@media(max-width:430px){.content{padding-inline:12px}.job-card{grid-template-columns:96px 1fr}.video-thumb{height:84px}.auth-card{padding:24px 20px;border-radius:20px}.two{grid-template-columns:1fr}.bottom-nav button{min-width:0;flex:1;padding-inline:4px}.mobile-credit{min-width:88px}}.compact-parameters{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end}.compact-parameters .duration-grid{grid-template-columns:repeat(3,minmax(52px,1fr))}.compact-parameters .resolution{height:58px;min-width:78px;margin:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:13px;background:#fff}@media(max-width:850px){body{font-size:13px;line-height:1.35}header{min-height:calc(48px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 12px 0}.logo{gap:8px;font-size:22px}.logo-mark{width:28px;height:32px}.content{padding:8px 10px 6px}.generator,.recent,.page,.empty{padding:14px;border-radius:14px}.recent{margin-top:10px}.title-row{align-items:center;gap:10px}.title-row h1,.page h1,.generator h1{font-size:24px;line-height:1.1;letter-spacing:-.5px;margin:2px 0 10px;white-space:nowrap}.recent h2{font-size:18px;line-height:1.2;margin-bottom:10px}.eyebrow{font-size:11px;line-height:1.25}.field-label{font-size:13px;line-height:1.3;margin:12px 2px 6px}.title-row+.field-label{margin-top:6px}.mobile-credit{min-width:82px;max-width:38%;padding:5px 8px;border-radius:10px}.mobile-credit small{font-size:10px}.mobile-credit b{font-size:13px}.select-card{height:60px;border-radius:10px;grid-template-columns:40px minmax(0,1fr) 18px;gap:9px;padding:7px 10px}.model-art{width:40px;height:44px;border-radius:10px}.model-art svg{width:19px;height:19px}.model-name{font-size:14px;line-height:1.2}.model-copy{gap:1px}.model-copy small{font-size:10px;padding:1px 5px}.segment{border-radius:10px;padding:2px}.segment button,.duration-grid button{min-height:44px;border-radius:8px}.portrait-shape{width:12px;height:22px}.landscape-shape{width:24px;height:14px}.compact-parameters{grid-template-columns:minmax(0,1fr) 76px;gap:10px;align-items:end}.compact-parameters .duration-grid{grid-template-columns:repeat(3,minmax(44px,1fr));gap:6px}.compact-parameters .resolution{height:44px;min-width:0;border-radius:8px}.prompt-box{border-radius:10px;padding:11px}.prompt-box textarea{min-height:92px;font-size:13px;line-height:1.45}.improve,.secondary{min-height:44px;border-radius:10px;padding:10px;margin-top:10px}.generate{min-height:48px;border-radius:10px;font-size:13px;margin-top:10px}.action-help{font-size:11px;margin-top:6px}.bottom-nav{min-height:calc(56px + env(safe-area-inset-bottom));border-radius:14px 14px 0 0;padding:4px 6px calc(4px + env(safe-area-inset-bottom))}.bottom-nav button{min-height:44px;padding:3px 5px;font-size:11px;line-height:1.2}.bottom-nav button svg{width:20px;height:20px}.app-brand-footer{font-size:11px;margin:6px 0 10px}}@media(max-width:360px){.title-row h1,.page h1,.generator h1{font-size:22px}.mobile-credit{min-width:76px;padding-inline:6px}.content{padding-inline:8px}}@media(max-width:850px){header{min-height:calc(44px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 10px 0}.logo{gap:7px;font-size:19px}.logo-mark{width:24px;height:28px}.content{padding:0;max-width:none}.generator{border-radius:0;box-shadow:none;border-width:1px 0;padding:10px 12px 12px;background:#ffffffb8}.recent,.page,.empty{margin:8px 10px;padding:12px;border-radius:13px}.title-row h1,.generator h1{font-size:20px;line-height:1.15;letter-spacing:-.3px;margin:0}.title-row{margin-bottom:8px}.mobile-credit{display:block;min-width:0;max-width:none;padding:5px 8px;border-radius:9px;font-size:12px;font-weight:750;white-space:nowrap}.select-card{height:56px;border-radius:10px;grid-template-columns:38px minmax(0,1fr) 17px;gap:8px;padding:6px 9px}.model-art{width:38px;height:42px;border-radius:9px}.model-name{font-size:13px}.model-copy small{font-size:9px}.parameter-selects{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:8px}.parameter-control{min-height:44px;border-radius:9px}.parameter-control select{height:44px;padding-left:10px;font-size:12px}.parameter-control>svg{right:7px;width:14px;height:14px}.field-label{font-size:12px;margin:10px 2px 5px}.prompt-head .field-label,.prompt-head small{margin-bottom:5px}.prompt-box{padding:9px;border-radius:10px}.prompt-box textarea{min-height:76px;font-size:12px;line-height:1.4}.action-row{grid-template-columns:minmax(0,1fr) 44px;gap:6px;margin-top:8px}.generate{min-height:44px;font-size:12px}.improve{width:44px;height:44px;min-height:44px;padding:0;margin:0}.bottom-nav{min-height:52px;border-radius:13px 13px 0 0;padding:3px 5px;margin:0}.bottom-nav button{min-height:44px;font-size:10px}.bottom-nav button svg{width:19px;height:19px}.app-brand-footer{min-height:24px;font-size:9px;padding:4px 8px calc(4px + env(safe-area-inset-bottom))}}@media(max-width:430px){.content{padding-inline:0}.generator{padding-inline:10px}.recent,.page,.empty{margin-inline:8px}}@media(max-width:850px){.select-card{display:block;padding:0}.select-card>button{height:100%;border-radius:10px;grid-template-columns:38px minmax(0,1fr) 17px;gap:8px;padding:6px 9px}.parameter-selects.has-audio{grid-template-columns:repeat(2,minmax(0,1fr))}.parameter-control>button{height:42px;padding:0 7px 0 10px;font-size:12px}.parameter-control>button>svg,.parameter-control.disabled>svg{width:14px;height:14px}}
