:root{--ink:#203c35;--muted:#7b8880;--green:#244b42;--lime:#e0ebad;--bg:#f7f8f3;--line:#e6e9df;--orange:#a86635;--shadow:0 8px 25px #203c3509;font-family:Arial,'Noto Sans',sans-serif;color:var(--ink);font-synthesis:none}
*{box-sizing:border-box}
body{margin:0;background:#eeeee7;min-height:100vh}
button,input,select,textarea{font:inherit}
button{cursor:pointer;color:inherit}
button:disabled{cursor:default;opacity:.45}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button:focus-visible{outline:3px solid #a7bf53;outline-offset:3px}
button{border:0;background:none}
button svg{pointer-events:none}
input:focus,select:focus,textarea:focus{outline:2px solid #789b64;outline-offset:1px}
a{color:inherit}
.studio{max-width:1400px;margin:auto;display:grid;grid-template-columns:minmax(230px,1fr) 414px minmax(230px,1fr);align-items:start;gap:64px;padding:44px 54px}
.studio-left{padding-top:66px}
.studio-brand{display:flex;align-items:center;gap:13px;font-size:17px;line-height:1.4;letter-spacing:-.4px;font-weight:600}
.brand-symbol{background:var(--green);color:var(--lime);border-radius:14px;width:46px;height:46px;font-size:35px;text-align:center;font-weight:400}
.studio-label{font-size:10px;letter-spacing:1.6px;font-weight:700;color:#858e80}
.studio-left>.studio-label{margin-top:65px}
h1{font-size:39px;line-height:1.12;letter-spacing:-1.7px;font-weight:500;margin:22px 0}
.studio-intro{font-size:15px;line-height:1.7;color:#768074;max-width:260px}
.role-control{background:#e3e6db;border-radius:15px;padding:5px;display:flex;gap:3px;margin-top:30px;max-width:282px}
.role-control button{padding:13px 11px;flex:1;border-radius:11px;font-size:12px;font-weight:600}
.role-control button.active{background:white;box-shadow:0 3px 9px #203c3510}
.role-note{font-size:12px;line-height:1.7;color:#8c9488;margin-top:15px}
.studio-note{display:flex;gap:8px;align-items:center;margin-top:105px;font-size:11px;color:#889181}
.status-dot{height:6px;width:6px;display:inline-block;border-radius:50%;background:#779966}
.device{width:414px;height:860px;background:var(--bg);border:7px solid #263c35;border-radius:51px;position:relative;overflow:hidden;box-shadow:0 25px 50px #314c3522,0 3px 3px #203c3518;isolation:isolate}
.status-bar{height:46px;display:flex;align-items:center;justify-content:space-between;padding:3px 24px 0;font-size:13px;font-weight:600;position:relative;background:var(--bg);z-index:5}
.device-island{position:absolute;width:106px;height:27px;background:#263c35;left:50%;transform:translateX(-50%);top:6px;border-radius:20px}
.status-icons{display:flex;align-items:center;gap:6px;font-size:10px}
.home-indicator{position:absolute;bottom:6px;width:112px;height:4px;border-radius:5px;background:#243c3580;left:50%;transform:translateX(-50%);z-index:25;pointer-events:none}
#app{height:calc(100% - 46px);display:flex;flex-direction:column}
.app-header{height:65px;flex-shrink:0;padding:8px 21px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.app-header.compact{height:61px;border-bottom:1px solid var(--line);padding:5px 19px 10px}
.app-header h2{font-size:20px;letter-spacing:-.6px;margin:0;font-weight:600}
.app-header small{display:flex;align-items:center;gap:4px;font-size:10px;letter-spacing:.5px;color:var(--muted);margin-bottom:5px}
.header-title{text-align:center;flex:1;font-size:15px;font-weight:600}
.icon-button{display:flex;align-items:center;justify-content:center;width:37px;height:37px;border:1px solid var(--line);border-radius:50%;background:#fff;position:relative;flex-shrink:0}
.icon{width:20px;height:20px;stroke:currentColor;stroke-width:1.65;fill:none;stroke-linecap:round;stroke-linejoin:round;display:inline-block;vertical-align:middle;flex-shrink:0}
.unread{width:7px;height:7px;background:#c58b59;position:absolute;right:5px;top:5px;border:2px solid #fff;border-radius:50%}
.header-avatar{width:35px;height:35px;border-radius:50%;background:#dce5ca;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center}
.role-pill{font-size:10px;border:1px solid var(--line);padding:6px 8px;border-radius:20px;color:var(--muted)}
.app-scroll{overflow:auto;flex:1;min-height:0;padding:3px 20px 22px;scrollbar-width:none}
.app-scroll::-webkit-scrollbar{display:none}
.bottom-nav{height:74px;background:#fff;border-top:1px solid var(--line);display:flex;justify-content:space-around;padding:10px 13px 16px;flex-shrink:0}
.nav-item{width:31%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#98a095;font-size:10px;position:relative}
.nav-item .icon{width:22px;height:22px}
.nav-item.active{color:var(--green);font-weight:600}
.nav-item.active:before{content:'';position:absolute;width:32px;height:30px;top:-2px;background:#edf2df;border-radius:10px;z-index:0}
.nav-item>*{z-index:1}
.section-head{display:flex;align-items:center;justify-content:space-between;margin:22px 0 12px}
.section-head h3{font-size:16px;font-weight:600;letter-spacing:-.3px;margin:0}
.section-head button{font-size:11px;color:#7d896e}
.section-head .count{font-size:11px;font-weight:400;background:#e9edde;border-radius:10px;padding:3px 7px;margin-left:5px}
.hero{border-radius:23px;padding:23px;background:var(--green);color:white;position:relative;overflow:hidden;margin-top:5px}
.hero-kicker{font-size:10px;color:#b7c9ab;letter-spacing:.5px;display:flex;align-items:center;gap:6px}
.hero h2{font-size:27px;line-height:1.2;letter-spacing:-.8px;font-weight:500;max-width:220px;margin:15px 0 10px}
.hero p{font-size:12px;line-height:1.65;color:#c8d4c3;max-width:242px;margin:0}
.hero-art{position:absolute;right:-21px;top:31px;opacity:.5;transform:rotate(-20deg);pointer-events:none}
.hero-art span{position:absolute;width:102px;height:102px;border:1px solid #c6d995;border-radius:24px}
.hero-art span:nth-child(2){top:26px;right:30px}
.hero-art span:nth-child(3){top:58px;right:1px}
.hero button{margin-top:23px;width:100%;background:var(--lime);border-radius:13px;padding:14px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;color:#284336}
.stats-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.stat-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px 16px}
.stat-card span{font-size:10px;color:var(--muted)}
.stat-card b{display:block;font-size:22px;letter-spacing:-.7px;margin-top:8px;font-weight:500}
.stat-card em{font-size:11px;font-style:normal;color:#899579;font-weight:400;margin-left:4px}
.job-card{display:block;text-align:left;width:100%;padding:18px;background:#fff;border:1px solid var(--line);border-radius:19px;margin-bottom:11px;box-shadow:var(--shadow)}
.job-card:hover{border-color:#bdcbb0}
.job-top{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:13px}
.tag{display:inline-flex;align-items:center;gap:5px;border-radius:7px;padding:5px 7px;font-size:9px;line-height:1;font-weight:500;background:#eff1e9;color:#78876d}
.tag.green{background:#eaf1db;color:#587039}
.tag.orange{background:#fbefe1;color:#a46e3f}
.tag.red{background:#f8e9e4;color:#a06452}
.tag .icon{width:12px;height:12px}
.job-top>span:last-child{font-size:10px;color:#8c9787}
.job-title{font-size:17px;font-weight:600;letter-spacing:-.3px}
.job-company{font-size:11px;color:var(--muted);margin-top:5px}
.job-meta{display:flex;gap:12px;margin-top:15px;font-size:11px;color:#6d7d70}
.job-meta>span{display:flex;align-items:center;gap:5px}
.job-meta .icon{width:14px;height:14px}
.job-bottom{display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid #f0f2ea;margin-top:15px;padding-top:13px}
.price{font-size:19px;font-weight:600;letter-spacing:-.6px}
.price small{font-size:11px;color:#8a9485;font-weight:400;letter-spacing:0;margin-left:4px}
.job-bottom .rate{font-size:10px;color:#899581;margin-top:4px}
.avatar-stack{display:flex;align-items:center}
.mini-avatar{border:2px solid white;background:#dae5ce;border-radius:50%;height:26px;width:26px;font-size:8px;display:flex;align-items:center;justify-content:center;margin-left:-6px}
.mini-avatar:nth-child(2){background:#e8d9c7}
.avatar-stack small{margin-left:5px;font-size:10px;color:#77846d}
.tip-card{padding:15px 16px;border:1px dashed #d6decb;border-radius:15px;display:flex;gap:11px;align-items:center;margin:13px 0}
.tip-card .icon{color:#80916e;width:23px;height:23px}
.tip-card h4{font-size:12px;margin:0 0 4px}
.tip-card p{font-size:10px;color:#8c9684;line-height:1.5;margin:0}
.ready-card{background:#e6edce;border-radius:20px;padding:17px 18px;margin:5px 0 12px;display:flex;justify-content:space-between;align-items:center}
.ready-card h3{font-size:15px;margin:0 0 5px}
.ready-card p{font-size:11px;margin:0;color:#788666}
.switch{width:44px;height:26px;border-radius:20px;background:#d5dccb;padding:3px;flex-shrink:0;transition:background .2s}
.switch:after{content:'';width:20px;height:20px;border-radius:50%;background:white;display:block;box-shadow:0 1px 5px #0001;transition:transform .2s}
.switch.on{background:var(--green)}
.switch.on:after{transform:translateX(18px)}
.auto-summary{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--line);padding:13px 15px;border-radius:13px;text-align:left;width:100%;font-size:11px;color:#78856e}
.auto-summary b{display:block;font-size:12px;font-weight:500;margin-bottom:4px;color:var(--ink)}
.chips{display:flex;gap:6px;overflow:auto;scrollbar-width:none;margin:17px 0 12px;padding-bottom:2px}
.chip{border:1px solid var(--line);border-radius:20px;background:#fff;white-space:nowrap;font-size:11px;padding:9px 11px;color:#78836e}
.chip.active{background:var(--green);border-color:var(--green);color:#fff}
.view-toggle{display:flex;border:1px solid var(--line);background:white;border-radius:9px;padding:3px}
.view-toggle button{padding:5px;display:flex;border-radius:6px;color:#8c9882}
.view-toggle button.active{background:#e8eddd;color:#425941}
.view-toggle .icon{width:15px;height:15px}
.map{height:365px;background:#ebeee4;border-radius:20px;position:relative;overflow:hidden;border:1px solid var(--line);margin:10px 0}
.map svg.base-map{width:100%;height:100%}
.map-label{position:absolute;font-size:10px;color:#96a089;left:16px;bottom:17px;letter-spacing:1px}
.map-pin{position:absolute;background:var(--green);color:white;border:3px solid white;padding:8px 11px;border-radius:13px;box-shadow:0 4px 12px #173b3425;font-size:12px;font-weight:600}
.map-pin:after{content:'';position:absolute;width:8px;height:8px;background:var(--green);transform:rotate(45deg);left:47%;bottom:-5px}
.map-dot{position:absolute;left:47%;top:52%;width:16px;height:16px;border:4px solid white;background:#90a951;border-radius:50%;box-shadow:0 0 0 10px #95ad4d22}
.detail-icon{width:57px;height:57px;border-radius:18px;background:#e6edda;display:flex;align-items:center;justify-content:center;margin:15px 0}
.detail-icon .icon{width:26px;height:26px;color:#526d48}
.detail-heading{font-size:25px;line-height:1.2;letter-spacing:-.8px;margin:12px 0 7px;font-weight:600}
.detail-sub{font-size:12px;color:var(--muted);line-height:1.6}
.detail-price{font-size:31px;font-weight:500;letter-spacing:-1px;margin:21px 0 17px}
.detail-price span{font-size:12px;letter-spacing:0;color:var(--muted)}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:15px 0}
.info-tile{background:#fff;border:1px solid var(--line);border-radius:13px;padding:13px}
.info-tile .icon{color:#839270;width:17px;height:17px;margin-bottom:8px}
.info-tile b{font-size:12px;display:block;font-weight:500;line-height:1.5}
.info-tile small{font-size:10px;color:#94a089;display:block;margin-top:3px}
.block{padding:17px 0;border-top:1px solid var(--line)}
.block h3{font-size:14px;margin:0 0 10px}
.body-copy{font-size:12px;line-height:1.7;color:#7a8773;margin:0}
.bullet-line{display:flex;gap:8px;font-size:12px;line-height:1.6;color:#77846e;margin-top:9px;align-items:flex-start}
.bullet-line .icon{width:15px;height:15px;flex-shrink:0;color:#829e57;margin-top:2px}
.person{display:flex;align-items:center;gap:12px}
.avatar{height:44px;width:44px;display:flex;align-items:center;justify-content:center;font-size:14px;background:#dce6cf;border-radius:50%;flex-shrink:0;font-weight:500}
.avatar.tan{background:#e9dfd2}
.avatar.large{height:74px;width:74px;font-size:22px;border:5px solid #fff;box-shadow:var(--shadow)}
.person h4{font-size:13px;margin:0 0 5px}
.person p{font-size:10px;color:#87957e;margin:0}
.rating{color:#978a52}
.sticky-actions{flex-shrink:0;background:#fbfcf8;border-top:1px solid var(--line);padding:13px 20px 24px}
.primary,.secondary,.danger{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:15px 13px;border-radius:13px;background:var(--green);color:#fff;font-size:13px;font-weight:600;min-height:46px}
.primary .icon,.secondary .icon{width:17px;height:17px}
.secondary{background:#e9eedc;color:var(--green);border:1px solid #dfe6d3}
.danger{background:#f7ebe5;color:#a3674f}
.text-button{padding:12px 6px;font-size:11px;color:#839173;display:block;text-align:center;width:100%}
.text-button.danger-text{color:#ae7965}
.action-row{display:flex;gap:9px}
.action-row>*{flex:1}
.action-note{font-size:10px;line-height:1.5;color:#8b967f;text-align:center;margin:9px 0 0}
.status-banner{background:#e9efdb;border:1px solid #dce5ca;border-radius:16px;padding:15px;margin:16px 0}
.status-banner.orange{background:#fbf0e1;border-color:#f0e3cf}
.status-banner h3{font-size:13px;margin:0 0 6px;display:flex;align-items:center;gap:7px}
.status-banner p{font-size:11px;line-height:1.6;margin:0;color:#7b886d}
.status-banner.orange p{color:#9b8868}
.status-banner .icon{width:17px;height:17px}
.progress-track{display:flex;justify-content:space-between;position:relative;margin:22px 2px 24px}
.progress-track:before{content:'';height:2px;left:15px;right:15px;position:absolute;top:10px;background:#dfe6d4}
.progress-step{font-size:9px;color:#9ba48f;text-align:center;position:relative;display:flex;align-items:center;flex-direction:column;gap:7px}
.progress-step i{width:21px;height:21px;background:#e6ebdb;border:4px solid var(--bg);border-radius:50%}
.progress-step.done{color:#597c46}
.progress-step.done i{background:#87a955}
.progress-step.current i{background:var(--green);box-shadow:0 0 0 2px #d8e3c4}
.progress-step.current{color:var(--green);font-weight:600}
.candidate{background:#fff;border:1px solid var(--line);padding:15px;border-radius:16px;margin:11px 0}
.candidate .person{margin-bottom:12px}
.candidate .person>div:nth-child(2){flex:1}
.candidate .person button{font-size:10px;color:#8b987c}
.candidate-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px}
.candidate-bottom>span{font-size:10px;color:#929c85}
.candidate .primary{width:auto;min-height:33px;padding:10px 13px;font-size:11px}
.form-steps{display:flex;gap:6px;margin:14px 0 23px}
.form-steps span{height:3px;background:#e0e6d8;border-radius:4px;flex:1}
.form-steps span.done{background:#496d51}
.form-heading{font-size:23px;letter-spacing:-.6px;margin:0 0 7px}
.form-sub{font-size:12px;color:#8b9782;line-height:1.6;margin:0 0 23px}
.field{display:block;margin:17px 0}
.field>span{font-size:11px;display:block;font-weight:600;margin:0 0 8px}
.field input,.field textarea,.field select{width:100%;border:1px solid #dfe5d8;border-radius:11px;background:#fff;padding:13px;font-size:13px;color:var(--ink);min-height:44px}
.field textarea{resize:vertical;min-height:76px;line-height:1.5}
.field input[type=checkbox]{width:auto;min-height:0}
.field small{display:block;font-size:10px;color:#909b85;margin-top:7px;line-height:1.5}
.form-row{display:flex;gap:12px}
.form-row>*{flex:1;min-width:0}
.role-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.role-option{padding:14px 12px;border:1px solid var(--line);border-radius:13px;display:flex;align-items:center;gap:7px;text-align:left;background:#fff;font-size:11px}
.role-option .icon{width:17px;height:17px;color:#8e9e7b}
.role-option.active{border-color:#6c8650;background:#edf2df}
.choice{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;text-align:left;display:flex;gap:12px;width:100%;margin-bottom:11px}
.choice.active{border-color:#8d9f6d;background:#eff3e4}
.radio{width:17px;height:17px;border:1px solid #c8d1ba;border-radius:50%;flex-shrink:0;margin-top:1px}
.choice.active .radio{border:5px solid var(--green)}
.choice b{font-size:13px;display:block;margin-bottom:7px}
.choice p{font-size:11px;color:#859076;line-height:1.6;margin:0}
.setting-row{padding:16px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:14px}
.setting-row b{font-size:12px;display:block;margin-bottom:6px}
.setting-row p{font-size:10px;line-height:1.5;color:#8e987f;margin:0}
.money-box{background:#fff;border:1px solid var(--line);border-radius:16px;padding:19px;margin:17px 0}
.money-line{display:flex;justify-content:space-between;font-size:12px;line-height:1.6;margin:11px 0;color:#819073;gap:12px}
.money-line b{font-weight:500;color:var(--ink);text-align:right}
.money-line.total{border-top:1px solid var(--line);padding-top:15px;margin-top:15px;font-size:14px;color:var(--ink)}
.money-line.total b{font-size:22px;letter-spacing:-.5px}
.empty{text-align:center;padding:45px 22px;color:#89977b}
.empty .icon{width:39px;height:39px;color:#a1b587}
.empty h3{font-size:17px;margin:18px 0 9px;color:#415b39}
.empty p{font-size:12px;line-height:1.7}
.empty .secondary{margin-top:22px}
.success-disc{width:64px;height:64px;border-radius:50%;background:#e5edcf;color:#638544;display:flex;align-items:center;justify-content:center;margin:26px auto 17px}
.success-disc .icon{width:30px;height:30px}
.success-title{text-align:center;font-size:25px;letter-spacing:-.7px;margin:0 0 9px}
.success-sub{text-align:center;font-size:12px;color:#839077;line-height:1.65;margin:0 12px 24px}
.profile-hero{display:flex;align-items:center;gap:16px;margin:19px 0 22px}
.profile-hero h2{font-size:21px;margin:0 0 7px;letter-spacing:-.4px}
.profile-hero p{font-size:11px;line-height:1.6;color:#8b977f;margin:0}
.profile-stats{display:flex;background:white;border:1px solid var(--line);border-radius:16px;padding:20px 7px}
.profile-stats>div{flex:1;text-align:center;border-right:1px solid var(--line)}
.profile-stats>div:last-child{border:0}
.profile-stats b{font-size:20px;display:block;font-weight:500}
.profile-stats span{font-size:10px;color:#8d987f;display:block;margin-top:7px}
.profile-link{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line);width:100%;text-align:left;font-size:12px}
.profile-link>span{display:flex;align-items:center;gap:12px}
.profile-link .icon{width:19px;height:19px;color:#889a74}
.profile-link>svg{width:15px}
.review{background:white;border:1px solid var(--line);border-radius:14px;padding:17px;margin:10px 0}
.review b{font-size:11px}
.review p{font-size:11px;line-height:1.7;color:#829076;margin:9px 0 0}
.stars{display:flex;justify-content:center;gap:9px;margin:22px 0}
.stars button{font-size:34px;color:#d9decb;padding:0}
.stars button.selected{color:#a9a066}
.wallet{padding:23px;background:var(--green);color:white;border-radius:20px;margin-top:15px}
.wallet small{color:#c5d1b7;font-size:11px}
.wallet h2{font-size:36px;letter-spacing:-1px;font-weight:500;margin:12px 0}
.wallet p{color:#b6c9a7;font-size:11px;margin:0}
.transaction{padding:17px 0;border-bottom:1px solid var(--line);display:flex;gap:11px;align-items:center}
.transaction>div:nth-child(2){flex:1}
.transaction .icon{width:22px;height:22px;color:#93a87b}
.transaction b{font-size:12px;font-weight:500}
.transaction p{font-size:10px;color:#929e84;margin:5px 0 0}
.transaction>span{font-size:13px;font-weight:600}
.studio-right{padding-top:103px}
.scenario-list{margin-top:23px;display:flex;flex-direction:column;gap:9px}
.scenario-btn{text-align:left;width:100%;padding:15px 13px;border:1px solid #dce0d2;border-radius:13px;display:flex;align-items:center;gap:12px;transition:background .15s}
.scenario-btn:hover{background:#e5e9db}
.scenario-btn>span{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:10px;background:#e3e7d8;color:#89927b}
.scenario-btn b{font-size:12px;font-weight:500;display:block}
.scenario-btn small{font-size:10px;color:#919984;display:block;margin-top:5px}
.scenario-context{margin-top:25px;border-top:1px solid #d9dfcf;padding-top:21px;font-size:12px;line-height:1.7;color:#7c8872}
.scenario-context b{display:block;color:#4b6445;font-size:12px;margin-bottom:6px;font-weight:500}
.scenario-context button{margin-top:13px;padding:10px 13px;border:1px solid #cdd9bb;border-radius:10px;font-size:11px;background:#e3ebd4}
.demo-note{font-size:10px;line-height:1.7;color:#939c89;margin-top:26px;max-width:266px}
.reset-button{font-size:11px;color:#9a8c78;margin-top:22px;padding:7px 0}
.modal-shade{position:absolute;inset:0;background:#112d325b;z-index:20;display:flex;align-items:flex-end;backdrop-filter:blur(3px)}
.sheet{width:100%;background:#f9faf5;border-radius:27px 27px 0 0;padding:12px 22px 29px;max-height:87%;overflow:auto;scrollbar-width:none;animation:sheet-in .18s ease-out}
.sheet-grip{width:35px;height:4px;background:#d9e0ce;border-radius:4px;margin:0 auto 21px}
.sheet h2{font-size:22px;letter-spacing:-.5px;margin:0 0 12px}
.sheet>p{font-size:12px;line-height:1.7;color:#809073;margin:10px 0 19px}
.sheet .primary,.sheet .danger{margin-top:16px}
.sheet .secondary{margin-top:9px}
.notification{padding:17px 0;border-top:1px solid var(--line)}
.notification b{font-size:12px}
.notification p{font-size:11px;line-height:1.6;color:#8a957e}
.notification small{font-size:9px;color:#a1a990}
.inline-error{background:#f8e8e0;border-radius:10px;padding:11px 13px;font-size:11px;color:#9c674d;line-height:1.5;margin:12px 0}
.mobile-tools{display:none}
#toast{position:absolute;bottom:96px;left:22px;right:22px;background:#233e35ee;color:#fff;padding:14px 17px;border-radius:13px;z-index:30;font-size:12px;line-height:1.5;box-shadow:0 5px 20px #14352133;pointer-events:none;opacity:0;transform:translateY(10px);transition:.2s}
#toast.show{opacity:1;transform:translateY(0)}
.estimate{font-size:11px;color:#81936b;display:flex;align-items:center;gap:7px;background:#edf2e0;border-radius:10px;padding:12px;margin:16px 0}
.estimate .icon{width:15px;height:15px}
.receipt-line{font-size:10px;color:#98a08d;text-align:center;margin:12px 0}
.favorite{color:#8d9678}
.spacer{height:12px}
@keyframes sheet-in{from{transform:translateY(40px);opacity:.6}
to{transform:translateY(0);opacity:1}
}
@media(min-height:980px){.studio{padding-top:65px}
}
@media(max-width:1170px){.studio{gap:28px;padding:28px;grid-template-columns:minmax(175px,1fr) 414px minmax(180px,1fr)}
h1{font-size:31px}
.studio-brand{font-size:14px}
.studio-right{padding-top:85px}
.studio-left{padding-top:48px}
.studio-intro{font-size:13px}
}
@media(max-width:960px){.studio{display:flex;justify-content:center;padding:25px;gap:30px}
.studio-left{max-width:220px}
.studio-right{max-width:220px}
.studio-left{display:none}
}
@media(max-width:680px){body{background:var(--bg)}
.studio{padding:0;display:block}
.studio-right{display:none}
.device{width:100%;height:100dvh;max-width:500px;margin:auto;border:0;border-radius:0;box-shadow:none}
.status-bar{display:none}
#app{height:100%}
.home-indicator{display:none}
.app-header{height:74px;padding-top:17px}
.app-header.compact{height:63px}
.bottom-nav{height:73px;padding-bottom:max(12px,env(safe-area-inset-bottom))}
.sticky-actions{padding-bottom:max(16px,env(safe-area-inset-bottom))}
.mobile-tools{display:block}
.app-scroll{padding-bottom:24px}
.sheet{padding-bottom:25px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}
}

