@charset "UTF-8";
:root{--bg:#f5f6f2;--surface:#fff;--ink:#202d2a;--muted:#677570;--line:#e1e7df;--green:#176653;--green-dark:#104c3e;--light:#edf5ef;--sand:#f4e9d6;--warning:#8c591e;--red:#a33b3b;--radius:20px;--shadow:0 10px 35px #1937280b;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);font-size:15px;line-height:1.55;background:var(--bg)}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #ddb37a;outline-offset:3px}a{color:var(--green);text-underline-offset:3px}img{max-width:100%}h1,h2,h3,p{margin:0}h1{font-size:clamp(26px,3.4vw,40px);letter-spacing:-1.1px;line-height:1.15;font-weight:750}h2{font-size:23px;letter-spacing:-.45px;line-height:1.3}h3{font-size:18px;line-height:1.35}small,.muted{color:var(--muted)}.muted{font-size:14px}.eyebrow{text-transform:uppercase;font-size:11px;letter-spacing:1.4px;font-weight:800;color:var(--green)}.skip{position:fixed;top:-70px;left:20px;z-index:100;background:white;padding:15px}.skip:focus{top:10px}
.topbar{height:88px;max-width:1320px;margin:auto;padding:0 36px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:15px}.brand{display:flex;align-items:center;gap:12px;background:none;border:0;color:var(--ink);text-align:left;font-weight:800;font-size:21px;padding:0}.brand small{display:block;font-size:11px;letter-spacing:.3px;font-weight:500}.top-actions{display:flex;gap:10px;align-items:center}.profile-chip{display:flex;align-items:center;gap:9px;background:white;border:1px solid var(--line);border-radius:30px;padding:7px 15px;font-size:13px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar{background:var(--sand);border-radius:50%;width:30px;height:30px;display:grid;place-items:center;color:#665237;font-weight:800}
.layout{max-width:1320px;margin:auto;display:grid;grid-template-columns:220px minmax(0,1fr);gap:40px;padding:32px 36px 80px}#sidebar{padding-top:8px}#screen{min-width:0;outline:none}.nav-stack{display:flex;flex-direction:column;gap:7px}.nav-item{border:0;background:none;text-align:left;display:flex;align-items:center;gap:12px;padding:13px 15px;border-radius:13px;color:var(--muted);font-weight:600;text-decoration:none}.nav-item:hover{background:#eaf0e9}.nav-item.current{background:var(--light);color:var(--green)}.nav-item svg{height:20px;width:20px;flex-shrink:0}.sidebar-note{margin-top:38px;padding:19px 16px;border:1px solid var(--line);border-radius:16px;font-size:12px;color:var(--muted)}.sidebar-note strong{display:block;color:var(--ink);font-size:14px;margin-bottom:6px}.sidebar-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;font-size:11px}.sidebar-links a{color:var(--muted)}
.hero{background:var(--light);border:1px solid #d9e7da;border-radius:24px;padding:30px 34px;position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;gap:24px}.hero h1{margin:9px 0 13px;max-width:520px}.hero p{max-width:480px;color:#5c7166}.hero .hero-symbol{background:#dfecdf;color:#5b8c70;min-width:95px;height:95px;border-radius:26px;display:grid;place-items:center;transform:rotate(-9deg);font-size:47px}.hero small{display:block;margin-top:14px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:6px 0 24px}.page-head p{margin-top:7px}.subhead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:23px 0 16px}.subhead h2{font-size:20px}.pill{padding:5px 10px;border-radius:8px;background:#edf1ec;color:#617565;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:6px;max-width:100%;white-space:normal}.pill.active,.pill.confirmed,.pill.paid,.pill.approved,.pill.succeeded{background:#e4f2e9;color:var(--green)}.pill.review,.pill.pending,.pill.invited,.pill.changes{background:#fbefd9;color:#8a6325}.pill.attention,.pill.failed,.pill.rejected{background:#fce8e5;color:var(--red)}
.filters{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:16px;display:grid;grid-template-columns:1.5fr 1fr 1.2fr;gap:12px;margin-top:22px}.filters .filter-line{grid-column:1/-1;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.filters input,.filters select{padding:10px 12px;min-height:43px}.filters label{margin:0}.filter-line input[type=date]{width:auto;max-width:160px}.filter-line .check{font-size:13px}.filter-line .spacer{flex:1}.filter-line select{max-width:180px}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:23px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px;min-width:0}.card:hover{border-color:#bccfbd}.card .card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.card .card-title{border:0;background:none;color:var(--ink);font-size:19px;font-weight:750;text-align:left;padding:0;line-height:1.35;overflow-wrap:anywhere}.card .price{font-size:25px;font-weight:760;letter-spacing:-.6px}.price small{font-weight:500;font-size:12px;letter-spacing:0}.card-meta{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}.card-meta span{display:flex;align-items:center;gap:8px}.card-meta svg{width:16px;height:16px}.card-footer{padding-top:13px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.card-footer small{font-size:11px;max-width:60%;overflow-wrap:anywhere}.icon-btn{background:transparent;border:0;padding:8px;display:inline-flex;border-radius:10px;color:var(--muted);align-items:center;justify-content:center;min-height:38px}.icon-btn:hover{background:var(--light);color:var(--green)}.icon-btn.selected{color:var(--green);background:var(--light)}.icon-btn svg{width:20px;height:20px}.card p{font-size:13px;color:var(--muted)}
.btn{border:1px solid var(--line);background:white;color:var(--ink);padding:11px 17px;border-radius:11px;min-height:44px;font-weight:650;font-size:14px;display:inline-flex;justify-content:center;align-items:center;gap:8px;text-decoration:none;text-align:center;white-space:normal;line-height:1.35}.btn:hover{background:#f5f8f2}.btn.primary{background:var(--green);border-color:var(--green);color:white}.btn.primary:hover{background:var(--green-dark)}.btn.soft{background:var(--light);border-color:#d9e7da;color:var(--green)}.btn.danger{color:var(--red);border-color:#edcccc;background:#fff8f7}.btn.small{padding:8px 12px;min-height:37px;font-size:12px}.btn.full{width:100%}.actions{display:flex;gap:9px;flex-wrap:wrap}.actions.right{justify-content:flex-end}.actions .grow{flex:1}.pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:24px}
.panel{background:white;border:1px solid var(--line);border-radius:20px;padding:25px;margin-bottom:18px}.panel h2{margin-bottom:14px}.stack{display:flex;flex-direction:column;gap:17px}.notice{padding:14px 17px;border-radius:12px;background:var(--sand);color:#765827;font-size:13px;margin-bottom:18px}.notice.green{background:var(--light);color:var(--green)}.notice.red{background:#fce9e7;color:var(--red)}.empty{text-align:center;background:white;border:1px dashed #c5d5c6;border-radius:20px;padding:44px 24px}.empty .empty-icon{font-size:32px;margin-bottom:13px;color:var(--green)}.empty p{margin:12px auto 20px;max-width:430px;color:var(--muted);font-size:14px}.loading{padding:60px;text-align:center;color:var(--muted)}.loading:before{content:"";display:block;width:26px;height:26px;border:3px solid var(--line);border-top-color:var(--green);border-radius:50%;margin:0 auto 15px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
label.field{display:block;margin:0 0 17px;font-size:13px;font-weight:650}.field small{display:block;font-weight:400;font-size:11px;margin-top:6px}.field input,.field select,.field textarea{margin-top:6px}input,select,textarea{width:100%;border:1px solid #d2ddd3;border-radius:10px;background:#fff;color:var(--ink);padding:12px 13px;min-height:44px;outline-offset:2px}textarea{min-height:105px;resize:vertical}input::placeholder,textarea::placeholder{color:#95a198}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 2px #1766530d}.fields-two{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.check{display:flex;align-items:flex-start;gap:10px;font-weight:400;font-size:13px;margin:13px 0}.check input{width:18px;min-height:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:var(--green)}.form-error{color:var(--red);background:#fce9e7;padding:12px;border-radius:10px;margin-bottom:15px;font-size:13px}.form-error:empty{display:none}.stepper{display:flex;gap:7px;margin:22px 0}.step{flex:1;height:5px;background:#dfe8df;border-radius:4px}.step.complete{background:var(--green)}.step-info{display:flex;justify-content:space-between;margin-bottom:22px;font-size:13px}.editor{max-width:780px}.autosave{font-size:11px;color:var(--muted);min-height:18px}.preview{border:1px solid #dbe7dc;border-radius:18px;padding:22px;background:#f9fbf7}.preview h2{margin:10px 0}.detail-list{display:grid;grid-template-columns:140px minmax(0,1fr);gap:12px 18px;margin:22px 0;font-size:14px}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.detail-block{margin-top:22px}.detail-block h3{font-size:15px;margin-bottom:8px}.detail-block p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px}.detail-price{font-size:30px;font-weight:750;letter-spacing:-.6px;margin:13px 0}
.quick-job{max-width:860px}.quick-job .page-head{align-items:flex-end}.quick-job .page-head h1{margin:4px 0 7px}.quick-section{display:grid;grid-template-columns:42px minmax(0,1fr);gap:15px;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:22px;margin-bottom:13px;box-shadow:var(--shadow)}.quick-number{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:800}.quick-section h2{font-size:19px;margin:4px 0}.quick-copy{margin:2px 0 15px}.quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}.quick-grid>.field{margin-bottom:12px}.quick-grid>.check{grid-column:1/-1;margin:6px 0 10px}.quick-section:first-of-type .quick-grid>.field,.quick-section:nth-of-type(3) .quick-grid>.field:last-of-type{grid-column:1/-1}.quick-section:nth-of-type(5) .quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:18px}.quick-note{margin-top:14px}
dialog{border:1px solid var(--line);border-radius:23px;padding:0;max-width:640px;width:calc(100% - 28px);max-height:90dvh;box-shadow:0 30px 90px #102e2240;color:var(--ink);background:white}dialog::backdrop{background:#142b2563;backdrop-filter:blur(3px)}.modal-body{padding:26px}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px}.modal-head h2{font-size:22px}.modal-footer{margin-top:24px;border-top:1px solid var(--line);padding-top:18px}.chat-log{max-height:280px;overflow-y:auto;display:flex;flex-direction:column;gap:9px;background:var(--bg);border-radius:14px;padding:13px;margin:18px 0;min-height:60px}.bubble{max-width:88%;background:white;border:1px solid var(--line);padding:10px 13px;border-radius:12px;align-self:flex-start;font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.bubble.mine{background:var(--light);align-self:flex-end;border-color:#d5e6d7}.bubble small{display:block;font-size:10px;margin-top:4px}.chat-form{display:flex;gap:8px;align-items:flex-end}.chat-form textarea{min-height:48px;max-height:130px}.app-person{display:flex;align-items:center;gap:12px}.app-person .avatar{width:44px;height:44px}.app-person h3{font-size:17px}
.mobile-more-grid{display:grid;gap:9px}.mobile-more-item{width:100%;min-height:58px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);padding:11px 14px;display:grid;grid-template-columns:28px 1fr 22px;align-items:center;gap:11px;text-align:left;font-weight:700;text-decoration:none;cursor:pointer}.mobile-more-item:hover,.mobile-more-item.current{background:var(--light);border-color:#cde0d1;color:var(--green)}.mobile-more-item svg{width:22px;height:22px}.mobile-more-item svg:last-child{width:18px}.mobile-more-links{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;border-top:1px solid var(--line);margin-top:18px;padding-top:16px;font-size:12px}.mobile-more-links a{color:var(--muted)}
.tabs{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}.tabs button{border:1px solid var(--line);border-radius:10px;padding:8px 13px;background:white;font-size:12px;color:var(--muted)}.tabs button.current{background:var(--green);color:white;border-color:var(--green)}.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:22px}.stat{background:white;border:1px solid var(--line);border-radius:16px;padding:20px}.stat .value{display:block;font-size:29px;font-weight:750;letter-spacing:-.8px;margin-bottom:3px}.stat .caption{font-size:12px;color:var(--muted)}.table-wrap{overflow-x:auto;background:white;border:1px solid var(--line);border-radius:14px;margin-bottom:20px}table{border-collapse:collapse;width:100%;font-size:12px;min-width:580px}th{text-align:left;color:var(--muted);font-weight:600;background:#f8faf6}td,th{padding:13px 16px;border-bottom:1px solid var(--line);vertical-align:top}td{overflow-wrap:anywhere}tr:last-child td{border-bottom:0}.table-wrap .btn{white-space:nowrap}.mono{font-family:ui-monospace,SFMono-Regular,monospace;font-size:11px}.tag-row{display:flex;gap:7px;flex-wrap:wrap}.legal-page{max-width:820px;margin:40px auto;padding:30px;background:white;border-radius:20px}.legal-page h1{margin:24px 0}.legal-page h2{margin:26px 0 14px;font-size:20px}.legal-page p{margin-bottom:16px;white-space:normal}.legal-page nav{margin-top:30px}
#demo-banner{background:#f5e5bd;color:#765218;text-align:center;padding:8px 14px;font-size:11px}#demo-banner select{width:auto;min-height:27px;padding:3px 8px;font-size:11px;margin-left:8px;border-color:#d9c79f}#bottom-nav{display:none}#toasts{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;gap:8px;z-index:1000;max-width:90%;width:430px;pointer-events:none}.toast{background:#243e34;color:white;border-radius:13px;padding:14px 18px;box-shadow:0 6px 25px #0002;font-size:13px}.toast.error{background:#883d36}
@media(max-width:1050px){.layout{grid-template-columns:180px minmax(0,1fr);gap:24px;padding:24px}.topbar{padding:0 24px}.hero{padding:26px}.hero .hero-symbol{display:none}.card{padding:18px}.filters{grid-template-columns:1fr 1fr}.filters>input{grid-column:1/-1}.stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.topbar{height:74px;padding:0 17px;background:#fff}.brand{font-size:19px;gap:9px}.brand small{font-size:10px}.brand img{width:34px;height:34px}.topbar .top-create{display:none}.profile-chip{padding:5px;max-width:45px;border:0}.profile-chip .profile-name{display:none}.layout{display:block;padding:20px 15px 100px}#sidebar{display:none}.hero{padding:23px;border-radius:19px}.hero h1{font-size:29px;letter-spacing:-.7px}.hero p{font-size:13px}.hero .eyebrow{font-size:10px}.grid{gap:13px}.card{border-radius:16px}.card .card-title{font-size:17px}.card .price{font-size:23px}.page-head{align-items:flex-start;margin-bottom:20px}.page-head h1{font-size:28px}.filters{padding:12px;gap:9px;margin-top:17px}.filter-line .spacer{display:none}.filters .filter-line{gap:8px}.filter-line select{max-width:150px}.filter-line input[type=date]{max-width:150px}.subhead h2{font-size:18px}.subhead{margin-top:22px}.panel{padding:20px}.detail-list{grid-template-columns:100px minmax(0,1fr);gap:10px;font-size:13px}.modal-body{padding:21px}.stats{gap:10px}.stat{padding:16px}.stat .value{font-size:26px}.legal-page{margin:0;border-radius:0;padding:24px 18px}.sidebar-links{justify-content:center}#bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;background:#fffffff5;border-top:1px solid var(--line);padding:8px 6px calc(8px + env(safe-area-inset-bottom));z-index:50;backdrop-filter:blur(12px)}#bottom-nav button{background:transparent;border:0;padding:5px 6px;color:var(--muted);font-size:10px;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:54px}#bottom-nav button svg{width:22px;height:22px}#bottom-nav button.current{color:var(--green);font-weight:700}#toasts{bottom:100px}.step-info{font-size:12px}.actions .btn{flex:1}.tabs{gap:5px}.tabs button{padding:8px 10px}.quick-job .page-head{align-items:flex-start;flex-direction:column}.quick-section{grid-template-columns:34px minmax(0,1fr);gap:10px;padding:17px 14px}.quick-number{width:32px;height:32px}.quick-section h2{font-size:18px;margin:3px 0}.quick-grid,.quick-section:nth-of-type(5) .quick-grid{grid-template-columns:1fr}.quick-grid>.field{grid-column:1/-1}.quick-actions{align-items:stretch}.quick-actions .btn{flex:1 1 45%}.quick-actions .primary{flex-basis:100%;order:-1}.preview{padding:16px}}
@media(max-width:520px){.grid{grid-template-columns:1fr}.fields-two{grid-template-columns:1fr;gap:0}.card .card-footer{padding-top:12px}.card .card-title{font-size:19px}.card{gap:10px;padding:20px}.hero small{font-size:11px}.filter-line .check{width:100%;margin:3px 0}.page-head>.btn{padding:9px 12px;font-size:12px}.stats{grid-template-columns:1fr 1fr}.stat .value{font-size:24px}.modal-head h2{font-size:20px}.detail-price{font-size:26px}.detail-list{grid-template-columns:1fr;gap:4px}.detail-list dd{margin-bottom:10px}.btn{font-size:13px}.empty{padding:33px 20px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
.admin-entry{display:inline-flex;align-items:center;gap:7px;flex-shrink:0}.admin-entry svg{width:20px;height:20px}.admin-access{display:grid;gap:14px;margin-bottom:20px}.admin-access .btn{justify-self:start}
@media(max-width:760px){.admin-entry{width:38px;height:38px;padding:8px;justify-content:center}.admin-entry-label{display:none}.admin-page-head{flex-wrap:wrap;gap:12px}}

.empty-icon svg{width:42px;height:42px}
.alert-subscription{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:18px 0;background:linear-gradient(135deg,#eefaf4,#f8fcfa);border-color:#bfe4cf}.alert-subscription h2{margin:0 0 5px;font-size:20px}.alert-subscription p{margin:0}.updates-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap}.sponsored{margin:18px 0 28px}.ad-card{border-style:dashed;background:#fffdf8}.ad-card h3{font-size:19px;margin:0}.ad-card p{white-space:pre-wrap}.ad-card .pill{background:#fff1c7;color:#765600}
@media(max-width:760px){.alert-subscription{align-items:flex-start;flex-direction:column}.updates-actions{width:100%;flex-direction:column}.alert-subscription .btn{width:100%}.sponsored{margin-top:14px}}
