@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#181818;background:#f3f2f0;font-synthesis:none;--red: #de2324;--red-dark: #b8181a;--red-soft: #fff1f0;--ink: #181818;--muted: #706f6d;--line: #e5e2df;--surface: #fff;--canvas: #f3f2f0;--green: #1f7a4f;--green-soft: #eaf7f0;--amber: #a46508;--amber-soft: #fff4dd;--blue: #346584;--blue-soft: #edf5f9;--shadow: 0 18px 50px rgba(43, 35, 30, .08);--radius: 18px}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh;background:var(--canvas)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);padding:11px 13px;outline:none;transition:border-color .18s,box-shadow .18s}input:focus,select:focus,textarea:focus{border-color:#de2324a6;box-shadow:0 0 0 3px #de232417}textarea{min-height:90px;resize:vertical}button:focus-visible,a:focus-visible{outline:3px solid rgba(222,35,36,.3);outline-offset:2px}.app-layout{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;display:flex;width:258px;flex-direction:column;padding:24px 17px 18px;color:#f8f8f8;background:radial-gradient(circle at 15% 0,rgba(222,35,36,.24),transparent 28%),linear-gradient(180deg,#20201f,#151514)}.brand{display:flex;align-items:center;gap:11px;padding:0 7px 26px}.brand__mark{position:relative;display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:11px;color:#fff;background:linear-gradient(145deg,#f04445,#c8171b);box-shadow:0 8px 18px #de232447,inset 0 1px #fff3}.brand__mark:after{position:absolute;top:-11px;right:-11px;width:25px;height:25px;border-radius:50%;content:"";background:#ffffff21}.brand__mark span{position:relative;z-index:1;font-size:.78rem;font-weight:900;letter-spacing:0}.brand__copy{display:flex;flex-direction:column}.brand strong{font-size:17px;letter-spacing:-.4px}.brand strong span,.auth-brand strong span{color:var(--red)}.brand small{margin-top:2px;color:#aaa;font-size:10px;letter-spacing:1.3px;text-transform:uppercase}.sidebar__close{display:none!important;margin-left:auto;color:#fff!important}.sidebar__create{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 4px 25px;padding:12px 14px;border-radius:11px;color:#fff;background:var(--red);font-size:13px;font-weight:700;transition:transform .16s,background .16s}.sidebar__create:hover{background:#ee2a2b;transform:translateY(-1px)}.sidebar__eyebrow{display:block;margin:0 12px 9px;color:#777;font-size:9px;font-weight:700;letter-spacing:1.6px}.sidebar__nav{display:grid;gap:5px}.sidebar__nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;color:#a9a9a7;font-size:13px;font-weight:600;transition:background .16s,color .16s}.sidebar__nav a:hover{color:#fff;background:#ffffff0d}.sidebar__nav a.active{color:#fff;background:#ffffff1a}.sidebar__nav a.active:before{position:absolute;left:0;width:3px;height:22px;border-radius:0 5px 5px 0;content:"";background:var(--red)}.sidebar__footer{display:grid;gap:11px;margin-top:auto}.sidebar__help{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid rgba(255,255,255,.06);border-radius:12px;color:#8e8e8c;background:#ffffff08}.sidebar__help div,.user-card div{display:flex;min-width:0;flex:1;flex-direction:column}.sidebar__help strong{color:#c9c9c7;font-size:11px}.sidebar__help small{margin-top:2px;font-size:9px}.user-card{display:flex;align-items:center;gap:9px;padding:12px 9px 2px;border-top:1px solid rgba(255,255,255,.08)}.avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff;background:#373735;font-size:10px;font-weight:700}.user-card strong{overflow:hidden;color:#e6e6e4;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.user-card small{color:#777;font-size:9px}.user-card .icon-button{color:#7e7e7c}.main{width:calc(100% - 258px);min-height:100vh;margin-left:258px}.topbar{display:flex;min-height:89px;align-items:center;gap:15px;padding:19px clamp(22px,4vw,55px);border-bottom:1px solid var(--line);background:#ffffffdb;box-shadow:0 1px #ffffffd9,0 8px 24px #221e1b09;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar h1{margin:0;font-family:inherit;font-size:25px;font-weight:700;letter-spacing:0}.topbar p{margin:2px 0 0;color:var(--muted);font-size:11px}.topbar__back{margin-left:auto}.mobile-menu{display:none!important}.content{width:min(100%,1540px);margin:0 auto;padding:32px clamp(22px,4vw,55px) 55px}.page-stack{display:grid;gap:20px}.eyebrow{color:var(--red);font-size:9px;font-weight:800;letter-spacing:1.8px;text-transform:uppercase}.button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:9px 15px;font-size:12px;font-weight:700;transition:transform .16s,border-color .16s,background .16s}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button--primary{color:#fff;background:var(--red)}.button--light{border-color:#ffffff59;color:#fff;background:#ffffff1a}.button--ghost{border-color:var(--line);color:#444;background:#fff}.button--wide{width:100%;margin-top:12px}.icon-button{display:inline-grid;width:36px;height:36px;place-items:center;border:0;border-radius:9px;color:#555;background:transparent}.icon-button:hover{background:#0000000d}.icon-button--danger{color:var(--red)}.text-link{display:inline-flex;align-items:center;gap:5px;color:var(--red);font-size:11px;font-weight:700}.alert{padding:12px 15px;border-radius:10px;font-size:12px}.alert--error{border:1px solid #f5c2c2;color:#9f2526;background:#fff0f0}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.hero-banner{position:relative;display:flex;min-height:230px;align-items:flex-end;justify-content:space-between;gap:30px;overflow:hidden;border-radius:22px;padding:40px 44px;color:#fff;background:#20201f;box-shadow:var(--shadow)}.hero-banner:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:radial-gradient(circle at 78% 30%,rgba(222,35,36,.28),transparent 33%)}.hero-banner>*:not(.hero-banner__shape){position:relative;z-index:2}.hero-banner .eyebrow{color:#f26d6d}.hero-banner h2{max-width:620px;margin:12px 0 8px;font-family:inherit;font-size:clamp(34px,4vw,48px);font-weight:700;line-height:1.03;letter-spacing:0}.hero-banner h2 em{color:#f46b6b;font-weight:400}.hero-banner p{margin:0;color:#a9a9a7;font-size:12px}.hero-banner__actions{display:flex;flex:0 0 auto;gap:9px}.hero-banner__shape{position:absolute;top:-80px;right:-95px;width:310px;height:310px;border:55px solid rgba(222,35,36,.13);border-radius:50%}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.metric-card{display:flex;min-height:92px;align-items:center;gap:13px;border:1px solid var(--line);border-radius:15px;padding:16px;background:#fff}.metric-card__icon{display:grid;width:39px;height:39px;flex:0 0 auto;place-items:center;border-radius:11px}.metric-card__icon--dark{color:#fff;background:#292927}.metric-card__icon--blue{color:var(--blue);background:var(--blue-soft)}.metric-card__icon--amber{color:var(--amber);background:var(--amber-soft)}.metric-card__icon--red{color:var(--red);background:var(--red-soft)}.metric-card__icon--green{color:var(--green);background:var(--green-soft)}.metric-card div{display:flex;flex-direction:column}.metric-card strong{font-family:inherit;font-size:24px;font-weight:700}.metric-card span:last-child{color:var(--muted);font-size:9px;line-height:1.3}.dashboard-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px}.panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 8px 28px #2b231e09}.panel__head{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:20px;padding:19px 22px;border-bottom:1px solid var(--line)}.panel__head h3{margin:4px 0 0;font-family:inherit;font-size:19px;font-weight:700}.overall-progress{display:flex;align-items:center;gap:27px;padding:28px}.overall-progress__donut{display:grid;width:148px;height:148px;flex:0 0 auto;place-items:center;border-radius:50%}.overall-progress__donut:before{position:absolute;width:112px;height:112px;border-radius:50%;content:"";background:#fff}.overall-progress__donut span{z-index:1;display:flex;flex-direction:column;text-align:center}.overall-progress__donut strong{font-family:inherit;font-size:29px;font-weight:700}.overall-progress__donut small{color:var(--muted);font-size:9px}.overall-progress__copy strong{font-size:13px}.overall-progress__copy p{margin:7px 0 12px;color:var(--muted);font-size:10px;line-height:1.55}.overall-progress__copy a{display:inline-flex;align-items:center;gap:5px;color:var(--red);font-size:10px;font-weight:700}.deadline-list{padding:9px 20px 15px}.deadline-item{display:flex;align-items:center;gap:13px;padding:12px 0;border-bottom:1px solid #eee}.deadline-item:last-child{border:0}.deadline-item__date{display:flex;min-width:58px;flex-direction:column;text-align:center}.deadline-item__date strong{color:var(--red);font-family:inherit;font-size:17px}.deadline-item__date small{color:var(--muted);font-size:7px}.deadline-item>div{display:flex;min-width:0;flex:1;flex-direction:column}.deadline-item>div strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.deadline-item>div small{margin-top:2px;color:var(--muted);font-size:9px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{padding:11px 18px;color:#8a8987;background:#faf9f8;font-size:8px;font-weight:800;letter-spacing:.8px;text-align:left;text-transform:uppercase}td{padding:15px 18px;border-top:1px solid #efedeb;color:#555;font-size:10px;vertical-align:middle}.table-primary{display:flex;min-width:160px;flex-direction:column;color:var(--ink);font-size:11px;font-weight:700}.table-primary small{margin-top:3px;color:#999;font-size:8px;font-weight:400}.table-progress{display:flex;min-width:105px;align-items:center;gap:8px}.table-progress strong{min-width:32px;color:#555;font-size:9px}.progress{display:flex;width:100%;align-items:center;gap:14px}.progress__track{height:7px;flex:1;overflow:hidden;border-radius:10px;background:#e7e5e2}.progress__track span{display:block;height:100%;border-radius:inherit;background:var(--red);transition:width .35s ease}.progress>strong{min-width:37px;font-size:13px}.progress--compact .progress__track{min-width:60px;height:5px}.status,.item-status{display:inline-flex;width:fit-content;align-items:center;gap:5px;border-radius:999px;padding:5px 8px;font-size:8px;font-style:normal;font-weight:700;white-space:nowrap}.status--waiting_documents,.item-status--pending{color:var(--blue);background:var(--blue-soft)}.status--in_review,.item-status--received{color:var(--amber);background:var(--amber-soft)}.status--overdue{color:var(--red);background:var(--red-soft)}.status--completed,.item-status--validated{color:var(--green);background:var(--green-soft)}.item-status--not_applicable{color:#666;background:#efefef}.empty-state{display:grid;min-height:190px;place-items:center;align-content:center;padding:30px;text-align:center}.empty-state__icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;color:var(--red);background:var(--red-soft)}.empty-state h3{margin:12px 0 4px;font-family:inherit;font-size:18px;font-weight:700}.empty-state p{max-width:330px;margin:0;color:var(--muted);font-size:10px}.skeleton{overflow:hidden;border-radius:15px;background:linear-gradient(90deg,#eee,#f8f8f8,#eee);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton--hero{height:230px}.skeleton--metric{height:92px}@keyframes shimmer{to{background-position:-200% 0}}.toolbar{display:flex;align-items:center;gap:10px}.toolbar--end{justify-content:flex-end}.search-box{display:flex;min-width:280px;max-width:520px;flex:1;align-items:center;gap:8px;border:1px solid var(--line);border-radius:11px;padding:0 12px;background:#fff}.search-box svg{color:#aaa}.search-box input{border:0;box-shadow:none;padding-left:0;font-size:11px}.toolbar__filters{display:flex;align-items:center;gap:8px}.toolbar__filters>svg{color:#999}.toolbar select{min-width:165px;font-size:10px}.new-checklist-grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:20px;align-items:start}.form-panel{overflow:hidden}.form-section{padding:26px;border-bottom:1px solid var(--line)}.form-section__head{display:flex;align-items:center;gap:11px;margin-bottom:20px}.form-section__head>span{display:grid;width:39px;height:39px;place-items:center;border-radius:11px;color:var(--red);background:var(--red-soft)}.form-section__head>div{display:flex;flex-direction:column}.form-section__head strong{font-family:inherit;font-size:18px;font-weight:700}.form-section__head small{margin-top:2px;color:var(--muted);font-size:9px}.template-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.template-choice{position:relative;display:flex;min-height:112px;flex-direction:column;border:1px solid var(--line);border-radius:13px;padding:17px;cursor:pointer;transition:border-color .16s,background .16s}.template-choice:hover{border-color:#ccc}.template-choice--selected{border-color:var(--red);background:var(--red-soft)}.template-choice>input{position:absolute;opacity:0;pointer-events:none}.template-choice__check{position:absolute;top:12px;right:12px;display:none;width:23px;height:23px;place-items:center;border-radius:50%;color:#fff;background:var(--red)}.template-choice--selected .template-choice__check{display:grid}.template-choice strong{max-width:85%;font-size:12px;line-height:1.3}.template-choice small{margin-top:7px;color:var(--muted);font-size:9px}.template-choice em{width:fit-content;margin-top:auto;border-radius:5px;padding:3px 6px;color:#777;background:#efefef;font-size:7px;font-style:normal;font-weight:700;text-transform:uppercase}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-field{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:700}.form-field>span{color:var(--red)}.form-field>small{display:inline;color:#999;font-size:8px;font-weight:400}.form-field--wide{grid-column:1 / -1}.form-field input,.form-field select,.form-field textarea{font-size:11px;font-weight:400}.form-actions{display:flex;justify-content:flex-end;padding:20px 26px}.summary-card{position:sticky;top:20px;padding:23px}.summary-card h3{margin:8px 0 20px;font-family:inherit;font-size:22px;font-weight:700;line-height:1.15}.summary-card__metric{display:flex;align-items:baseline;gap:7px;border-radius:13px;padding:16px;background:#222;color:#fff}.summary-card__metric strong{font-family:inherit;font-size:32px;font-weight:700}.summary-card__metric span{color:#aaa;font-size:9px}.summary-card ul{display:grid;gap:9px;margin:20px 0;padding:0;list-style:none}.summary-card li{display:flex;align-items:center;gap:8px;color:#555;font-size:9px}.summary-card li svg{color:var(--green)}.summary-card p{margin:0;padding-top:15px;border-top:1px solid var(--line);color:#999;font-size:8px;line-height:1.55}.detail-hero{overflow:hidden;border-radius:20px;color:#fff;background:#20201f;box-shadow:var(--shadow)}.detail-hero__main{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:29px 32px}.detail-hero__title{display:flex;align-items:center;gap:17px}.client-monogram{display:grid;width:54px;height:54px;flex:0 0 auto;place-items:center;border-radius:15px;color:#fff;background:var(--red);font-family:inherit;font-size:19px}.detail-hero__eyebrow{display:flex;align-items:center;gap:10px}.detail-hero__eyebrow>span{color:#f17d7d;font-size:8px;font-weight:700;letter-spacing:1.4px}.detail-hero h2{margin:4px 0 2px;font-family:inherit;font-size:28px;font-weight:700}.detail-hero p{margin:0;color:#aaa;font-size:9px}.detail-hero__actions{display:flex;gap:8px}.detail-hero__progress{display:grid;grid-template-columns:260px 1fr;align-items:center;gap:28px;padding:18px 32px;background:#ffffff0b}.detail-hero__progress>div{display:flex;flex-direction:column}.detail-hero__progress span{color:#aaa;font-size:8px;text-transform:uppercase}.detail-hero__progress strong{margin-top:2px;font-size:10px}.detail-hero__progress .progress__track{background:#4b4b49}.detail-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.detail-metrics article{display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:13px;padding:14px 16px;background:#fff}.detail-metrics article>span{display:grid;width:35px;height:35px;place-items:center;border-radius:9px;color:#555;background:#f1f0ee}.detail-metrics article>div{display:flex;flex-direction:column}.detail-metrics small{color:#999;font-size:8px}.detail-metrics strong{margin-top:2px;font-size:11px}.detail-metric--urgent>span{color:var(--red)!important;background:var(--red-soft)!important}.detail-metric--urgent strong{color:var(--red)}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start}.section-stack,.detail-sidebar{display:grid;gap:14px}.checklist-section{overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.checklist-section--initial{border-color:#de23244d}.checklist-section__head{border-bottom:1px solid var(--line);background:#faf9f8}.checklist-section--initial .checklist-section__head{background:var(--red-soft)}.checklist-section__head>button{display:flex;width:100%;align-items:center;gap:12px;border:0;padding:15px 18px;text-align:left;background:transparent}.checklist-section__index{display:grid;width:31px;height:31px;flex:0 0 auto;place-items:center;border-radius:8px;color:#777;background:#eceae7;font-size:9px;font-weight:800}.checklist-section--initial .checklist-section__index{color:#fff;background:var(--red)}.checklist-section__head h3{margin:0;font-family:inherit;font-size:17px;font-weight:700}.checklist-section__head p{margin:2px 0 0;color:#999;font-size:8px}.checklist-section__count{margin-left:auto;border-radius:999px;padding:5px 8px;color:#666;background:#eceae7;font-size:8px;font-weight:700}.checklist-section__bulk{display:flex;justify-content:flex-end;gap:6px;padding:0 18px 11px}.checklist-section__bulk button{border:1px solid #ddd;border-radius:7px;padding:5px 8px;color:#666;background:#fff;font-size:8px}.checklist-items{display:grid}.checklist-item{border-bottom:1px solid #efedeb;padding:16px 18px}.checklist-item:last-child{border-bottom:0}.checklist-item--validated,.checklist-item--not_applicable{background:#fbfdfc}.checklist-item__top{display:flex;align-items:flex-start;gap:11px}.checklist-item__number{display:grid;width:25px;height:25px;flex:0 0 auto;place-items:center;border-radius:7px;color:#888;background:#f0efed;font-size:8px;font-weight:700}.checklist-item__content{min-width:0;flex:1}.checklist-item__content>p{margin:2px 0 7px;font-size:10px;line-height:1.5}.checklist-item--validated .checklist-item__content>p,.checklist-item--not_applicable .checklist-item__content>p{color:#777;text-decoration:line-through}.checklist-item__meta{display:flex;align-items:center;gap:8px;color:#aaa;font-size:8px}.checklist-item__meta>span:not(.item-status){display:inline-flex;align-items:center;gap:3px}.checklist-item__top>select{width:140px;padding:8px 9px;font-size:9px}.checklist-item__saving{margin:7px 55px;color:var(--red)}.checklist-item__details{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:12px 0 0 36px}.checklist-item__details label{color:#888;font-size:8px;font-weight:700}.checklist-item__details textarea{min-height:62px;margin-top:5px;padding:9px;font-size:9px}.attachment-area{display:flex;min-width:0;flex-direction:column;gap:6px}.attachment-button{display:inline-flex;width:fit-content;align-items:center;gap:6px;border:1px dashed #ccc;border-radius:8px;padding:7px 10px;color:#666!important;background:#fafafa;cursor:pointer;font-size:8px!important}.attachment-button input{display:none}.attachment-chip{display:flex;min-width:0;align-items:center;gap:7px;border-radius:8px;padding:6px 8px;color:#666;background:#f4f3f1}.attachment-chip>a:first-of-type{display:flex;min-width:0;flex:1;flex-direction:column;overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.attachment-chip small{color:#999;font-size:7px}.attachment-chip button{border:0;padding:2px;color:var(--red);background:transparent}.sticky-note{position:sticky;top:20px;overflow:hidden}.sticky-note textarea{min-height:150px;border:0;border-radius:0;box-shadow:none;padding:17px 20px;font-size:9px;line-height:1.55}.history{overflow:hidden}.history__item{display:flex;gap:11px;padding:0 20px 16px}.history__item:first-of-type{padding-top:17px}.history__item>span{width:8px;height:8px;margin-top:4px;flex:0 0 auto;border:2px solid #fff;border-radius:50%;background:var(--red);box-shadow:0 0 0 1px #ddd}.history__item>div{display:flex;flex-direction:column}.history__item strong{font-size:9px}.history__item p{margin:2px 0;color:#777;font-size:8px}.history__item small{color:#aaa;font-size:7px}.print-summary{display:none}.detail-loading{display:flex;min-height:300px;align-items:center;justify-content:center;gap:10px;color:#888;font-size:11px}.client-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px}.client-card{display:flex;min-height:92px;align-items:center;gap:12px;border:1px solid var(--line);border-radius:13px;padding:15px}.client-card__icon{display:grid;width:39px;height:39px;flex:0 0 auto;place-items:center;border-radius:11px;color:var(--red);background:var(--red-soft)}.client-card__content{display:flex;min-width:0;flex:1;flex-direction:column}.client-card__content strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.client-card__content>span{margin-top:2px;color:#666;font-size:9px}.client-card__content>small{margin-top:7px;color:#999;font-size:8px}.client-card__edit{display:grid;grid-template-columns:1fr 110px;gap:6px}.client-card__edit input{padding:7px 8px;font-size:9px}.client-card__actions{display:flex;gap:3px}.client-card__actions button,.template-admin-card__footer button,.builder-section__order button{display:grid;width:29px;height:29px;place-items:center;border:0;border-radius:7px;color:#666;background:#f2f1ef}.template-admin-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.template-admin-card{display:flex;min-height:260px;flex-direction:column;border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff}.template-admin-card--inactive{opacity:.6}.template-admin-card__head{display:flex;align-items:center;justify-content:space-between}.template-admin-card__head>span{display:grid;width:39px;height:39px;place-items:center;border-radius:11px;color:var(--red);background:var(--red-soft)}.template-admin-card__head em{border-radius:999px;padding:4px 7px;color:var(--green);background:var(--green-soft);font-size:7px;font-style:normal;font-weight:700;text-transform:uppercase}.template-admin-card h3{margin:18px 0 5px;font-family:inherit;font-size:20px;font-weight:700;line-height:1.15}.template-admin-card>p{min-height:34px;margin:0 0 17px;color:#888;font-size:8px;line-height:1.5}.template-admin-card__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:12px 0;border-block:1px solid var(--line)}.template-admin-card__stats span{display:flex;flex-direction:column;color:#999;font-size:7px}.template-admin-card__stats strong{color:var(--ink);font-size:13px}.template-admin-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:13px;color:#888;font-size:8px}.template-admin-card__footer>div{display:flex;gap:4px}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:25px;background:#141413ad;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal{width:min(100%,620px);max-height:calc(100vh - 50px);overflow-y:auto;border-radius:18px;background:#fff;box-shadow:0 30px 90px #00000047}.modal--large{width:min(100%,900px)}.modal>header{display:flex;align-items:flex-start;justify-content:space-between;padding:25px 27px;border-bottom:1px solid var(--line)}.modal header h2{margin:5px 0 3px;font-family:inherit;font-size:25px;font-weight:700}.modal header p{margin:0;color:#888;font-size:9px}.modal>.form-grid{padding:22px 27px}.modal>footer{display:flex;justify-content:flex-end;gap:8px;padding:18px 27px;border-top:1px solid var(--line)}.builder{padding:0 27px 24px}.builder__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.builder__head h3{margin:4px 0 0;font-family:inherit;font-size:18px;font-weight:700}.builder-section{display:flex;align-items:flex-start;gap:10px;margin-bottom:9px;border:1px solid var(--line);border-radius:12px;padding:12px;background:#faf9f8}.builder-section__order{display:grid;place-items:center;gap:3px}.builder-section__order strong{font-size:9px}.builder-section__order button{width:22px;height:22px}.builder-section__fields{display:grid;min-width:0;flex:1;gap:7px}.builder-section__fields input,.builder-section__fields textarea{padding:8px 10px;font-size:9px}.builder-section__fields textarea{min-height:80px}.builder-section__options{display:flex;align-items:center;gap:14px;font-size:8px}.builder-section__options label{display:flex;width:auto;align-items:center;gap:6px}.builder-section__options input[type=checkbox]{width:14px;height:14px}.builder-section__options input[type=number]{width:55px;padding:4px 6px}.auth-page{display:grid;min-height:100vh;grid-template-columns:1.1fr .9fr;background:#f5f3f1}.auth-panel{position:relative;display:flex;overflow:hidden;flex-direction:column;justify-content:space-between;padding:45px clamp(35px,6vw,90px);color:#fff;background:#1c1c1b}.auth-panel:before{position:absolute;right:-150px;bottom:-170px;width:500px;height:500px;border:90px solid rgba(222,35,36,.16);border-radius:50%;content:""}.auth-brand{display:flex;z-index:1;align-items:center;gap:12px}.auth-brand strong{font-size:19px}.brand__mark--large{width:44px;height:44px}.auth-copy{z-index:1;max-width:620px}.auth-copy h1{margin:14px 0;font-family:inherit;font-size:clamp(40px,5vw,64px);font-weight:700;line-height:1.02;letter-spacing:0}.auth-copy p{color:#aaa;font-size:12px}.auth-trust{z-index:1;display:flex;align-items:center;gap:8px;color:#888;font-size:9px}.auth-form-wrap{display:grid;place-items:center;padding:30px}.auth-form-card{width:min(100%,370px);border:1px solid var(--line);border-radius:20px;padding:35px;background:#fff;box-shadow:var(--shadow)}.auth-form-card__icon{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;color:var(--red);background:var(--red-soft)}.auth-form-card h2{margin:20px 0 6px;font-family:inherit;font-size:28px;font-weight:700}.auth-form-card>p{margin-bottom:22px;color:#888;font-size:10px;line-height:1.6}.auth-form-card form{display:grid;gap:12px}.auth-form-card label{display:grid;gap:5px;color:#555;font-size:9px;font-weight:700}.auth-loading{display:flex;align-items:center;gap:10px;color:#777;font-size:11px}.sidebar-backdrop{display:none}@media(max-width:1180px){.metric-grid{grid-template-columns:repeat(3,1fr)}.template-admin-grid{grid-template-columns:repeat(2,1fr)}.detail-layout{grid-template-columns:minmax(0,1fr) 260px}}@media(max-width:900px){.sidebar{transform:translate(-100%);transition:transform .2s ease}.sidebar--open{transform:translate(0)}.sidebar__close,.mobile-menu{display:inline-grid!important}.sidebar-backdrop{position:fixed;z-index:29;top:0;right:0;bottom:0;left:0;display:block;border:0;background:#00000073}.main{width:100%;margin-left:0}.dashboard-grid,.detail-layout,.new-checklist-grid{grid-template-columns:1fr}.summary-card,.sticky-note{position:static}.detail-metrics{grid-template-columns:repeat(2,1fr)}.auth-page{grid-template-columns:1fr}.auth-panel{min-height:43vh}.auth-copy h1{max-width:660px;font-size:42px}.auth-form-wrap{padding:40px 20px}}@media(max-width:640px){.content{padding:20px 14px 40px}.topbar{padding:15px}.topbar p{display:none}.topbar h1{font-size:21px}.topbar__back{padding-inline:9px;font-size:0}.hero-banner{min-height:340px;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:28px 24px}.hero-banner h2{font-size:37px}.hero-banner__actions{width:100%;flex-direction:column}.hero-banner__actions .button{width:100%}.metric-grid,.client-grid,.template-admin-grid{grid-template-columns:1fr}.metric-card{min-height:80px}.toolbar{align-items:stretch;flex-direction:column}.toolbar__filters{flex-wrap:wrap}.toolbar__filters select{min-width:0;flex:1}.search-box{min-width:0;max-width:none}.template-choice-grid,.form-grid{grid-template-columns:1fr}.form-field--wide{grid-column:auto}.detail-hero__main{align-items:flex-start;flex-direction:column;padding:23px}.detail-hero__actions{width:100%}.detail-hero__actions .button{flex:1}.detail-hero__progress{grid-template-columns:1fr;gap:11px;padding:17px 23px}.detail-metrics{grid-template-columns:1fr}.checklist-item__details{grid-template-columns:1fr;margin-left:0}.checklist-item__top{flex-wrap:wrap}.checklist-item__top>select{width:100%;margin-left:36px}.checklist-item__meta{flex-wrap:wrap}.overall-progress{align-items:flex-start;flex-direction:column}.modal-backdrop{padding:0}.modal{max-height:100vh;border-radius:0}.builder-section{flex-wrap:wrap}.builder-section__fields{order:3;flex-basis:100%}.auth-panel{min-height:50vh;padding:28px 24px}.auth-copy h1{font-size:36px}}@media print{@page{size:A4;margin:11mm}body{background:#fff}.sidebar,.topbar,.detail-hero__actions,.detail-sidebar,.checklist-section__bulk,.attachment-button,.attachment-chip button,.topbar__back{display:none!important}.main{width:100%;margin:0}.content{width:100%;padding:0}.detail-hero{color:#111;border:1px solid #bbb;box-shadow:none;background:#fff;break-inside:avoid}.detail-hero__progress{background:#f5f5f5}.detail-hero__progress .progress>strong,.detail-hero p{color:#555}.detail-metrics{gap:5px}.detail-metrics article,.checklist-section{box-shadow:none;break-inside:avoid}.checklist-section__head>button{padding:10px 12px}.checklist-item{padding:10px 12px;break-inside:avoid}.checklist-item__top>select,.checklist-item__details textarea{border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.checklist-item__details{margin-top:5px}.print-summary{display:block;margin-top:10px;font-size:9px}}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#292b30;background:#f5f6f8;--red: #d8232a;--red-dark: #b91c23;--red-soft: #fff0f1;--ink: #292b30;--muted: #686b73;--line: #e6e7ea;--surface: #fff;--canvas: #f5f6f8;--green: #249265;--green-soft: #edf9f3;--amber: #d79318;--amber-soft: #fff7e7;--blue: #3476d4;--blue-soft: #edf5ff;--shadow: 0 1px 2px rgba(41, 43, 48, .05);--radius: 8px}body{color:var(--ink);background:linear-gradient(180deg,#fff 0,#fff0 170px),var(--canvas);font-family:inherit;overflow-x:hidden}input,select,textarea{border-color:var(--line);border-radius:var(--radius);padding:10px 12px}h1,h2,h3,.topbar h1,.hero-banner h2,.metric-card strong,.panel__head h3,.overall-progress__donut strong,.deadline-item__date strong,.empty-state h3,.form-section__head strong,.summary-card h3,.summary-card__metric strong,.detail-hero h2,.checklist-section__head h3,.template-admin-card h3,.modal header h2,.builder__head h3,.auth-copy h1,.auth-form-card h2{font-family:inherit;letter-spacing:-.02em}.app-layout{--sidebar-width: 244px;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);align-items:stretch;min-height:100vh;transition:grid-template-columns .18s ease}.app-layout--collapsed{--sidebar-width: 76px}.sidebar{position:sticky;inset:auto;top:0;z-index:30;width:var(--sidebar-width);height:100vh;align-items:stretch;gap:14px;padding:0 14px 14px;color:var(--ink);background:var(--surface);border-right:1px solid var(--line);box-shadow:1px 0 #fffc;transition:width .18s ease,padding .18s ease,transform .2s ease}.brand{min-height:76px;gap:10px;padding:0 6px}.brand__mark{width:38px;height:38px;border-radius:var(--radius);background:var(--red);box-shadow:0 8px 18px #d8232a38}.brand__mark span{display:grid;width:100%;height:100%;place-items:center;font-family:inherit;font-size:.72rem;font-weight:800;line-height:1;letter-spacing:.02em;transform:none}.brand__copy{display:grid;min-width:0;gap:0}.brand__copy strong{overflow:hidden;color:var(--ink);font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.brand__copy small{overflow:hidden;color:var(--muted);font-size:.68rem;font-weight:700;letter-spacing:0;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.sidebar__create,.sidebar__nav a,.sidebar__logout{display:flex;width:100%;min-height:42px;align-items:center;justify-content:flex-start;gap:10px;border:1px solid transparent;border-radius:var(--radius);padding:0 11px;font-size:.78rem;font-weight:800;text-align:left;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.sidebar__create{margin:0;color:#fff;background:var(--red)}.sidebar__create:hover{background:var(--red-dark);transform:none}.sidebar__nav{gap:5px}.sidebar__nav a{color:#62656d}.sidebar__nav a:hover,.sidebar__nav a.active{color:var(--red-dark);background:var(--red-soft);border-color:#ffd4d6}.sidebar__nav a.active:before{display:none}.sidebar__footer{display:grid;margin-top:auto}.sidebar__logout{color:#8a3b3f;background:transparent}.sidebar__logout:hover{color:#fff;background:#2d2e33;border-color:#2d2e33}.sidebar__resize{position:absolute;inset:0 -14px 0 auto;z-index:31;display:grid;width:28px;border:0;place-items:center;color:#9a9da4;background:transparent}.sidebar__resize:before{position:absolute;inset:0 auto 0 13px;width:1px;content:"";background:var(--line);transition:background-color .14s ease,box-shadow .14s ease}.sidebar__resize svg{position:relative;width:20px;height:20px;padding:3px;border:1px solid var(--line);border-radius:999px;background:#fff;box-shadow:0 2px 8px #292b3014;opacity:0;transform:translate(-2px);transition:opacity .14s ease,transform .14s ease,color .14s ease,border-color .14s ease}.sidebar:hover .sidebar__resize svg,.sidebar__resize:hover svg,.sidebar__resize:focus-visible svg{opacity:1;transform:translate(0)}.sidebar__resize:hover:before,.sidebar__resize:focus-visible:before{background:var(--red);box-shadow:0 0 0 2px #d8232a1a}.sidebar__resize:hover svg,.sidebar__resize:focus-visible svg{color:var(--red);border-color:#ffc9cc}.app-layout--collapsed .sidebar{align-items:center;padding-inline:10px}.app-layout--collapsed .brand{display:grid;width:46px;place-items:center;gap:0;padding:0}.app-layout--collapsed .brand__mark{margin:0 auto}.app-layout--collapsed .brand__copy,.app-layout--collapsed .sidebar__create span,.app-layout--collapsed .sidebar__nav a span,.app-layout--collapsed .sidebar__logout span{display:none}.app-layout--collapsed .sidebar__create,.app-layout--collapsed .sidebar__nav a,.app-layout--collapsed .sidebar__logout{width:46px;justify-content:center;gap:0;padding:0}.app-layout--collapsed .sidebar__nav,.app-layout--collapsed .sidebar__footer{width:100%;justify-items:center}.main{width:auto;min-width:0;margin-left:0}.topbar{position:sticky;top:0;z-index:20;min-height:84px;gap:18px;padding:12px 28px;border-bottom:1px solid var(--line);background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar__heading{min-width:0}.topbar h1{font-size:clamp(1.4rem,1.7vw,1.9rem);font-weight:800;line-height:1.12}.topbar p{margin-top:3px;color:var(--muted);font-size:.72rem}.topbar__actions{display:flex;min-width:0;align-items:center;gap:10px;margin-left:auto}.user-chip{display:flex;min-width:0;max-width:260px;align-items:center;gap:10px;border-left:1px solid var(--line);padding:3px 0 3px 14px;color:var(--ink);font-size:.82rem}.user-meta{display:grid;min-width:0;gap:1px}.user-meta strong{overflow:hidden;font-size:.82rem;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.user-meta small{overflow:hidden;color:var(--muted);font-size:.7rem;font-weight:500;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.user-avatar{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;overflow:hidden;border:1px solid #e3e4e7;border-radius:999px;padding:3px;color:var(--red);background:#fff;box-shadow:0 5px 16px #24232217;font-size:.7rem;font-weight:900}.user-avatar__fallback{display:grid;width:100%;height:100%;place-items:center;border-radius:50%;background:var(--red-soft)}.content{width:min(100%,1540px);min-width:0;margin:0 auto;padding:28px}.page-stack{min-width:0;gap:18px}.page-stack>*,.metric-grid,.dashboard-grid,.panel{min-width:0}.button,.icon-button,.alert{border-radius:var(--radius)}.button{min-height:38px;padding:8px 13px;font-size:.78rem}.button--primary{background:var(--red);box-shadow:0 7px 15px #d8232a2e}.button--primary:hover{background:var(--red-dark)}.button--ghost{border-color:var(--line);color:#555861}.button--danger{color:#fff;background:var(--red)}.button--danger:hover{background:var(--red-dark)}.eyebrow{color:var(--red);font-size:.65rem;letter-spacing:.08em}.metric-grid{grid-template-columns:repeat(5,minmax(145px,1fr));gap:14px}.metric-card{position:relative;min-height:112px;gap:12px;padding:15px;overflow:hidden}.metric-card:after{position:absolute;inset:0 0 auto;height:3px;content:"";background:#cfd3db}.metric-card:nth-child(4):after{background:var(--red)}.metric-card:nth-child(5):after{background:var(--green)}.metric-card__icon{width:42px;height:42px;border-radius:var(--radius)}.metric-card__icon--dark{color:#fff;background:#292b30}.metric-card strong{font-size:1.9rem;font-weight:850;line-height:1}.metric-card span:last-child{font-size:.72rem;font-weight:700}.dashboard-grid{gap:18px}.panel{box-shadow:var(--shadow)}.panel__head{min-height:68px;padding:16px 18px}.panel__head h3{font-size:.98rem;font-weight:800}.overall-progress{padding:24px}.overall-progress__donut{width:136px;height:136px}.overall-progress__donut:before{width:102px;height:102px}.overall-progress__donut strong{font-size:1.65rem;font-weight:850}.overall-progress__copy strong{font-size:.82rem}.overall-progress__copy p{font-size:.72rem}.deadline-item{padding:11px 0}.deadline-item>div strong,.table-primary{font-size:.78rem}.deadline-item>div small,.table-primary small{font-size:.67rem}th{padding:11px 16px;color:#7d8088;background:#fafafb;font-size:.65rem}td{padding:14px 16px;color:#555861;font-size:.75rem}.status,.item-status{font-size:.65rem}.search-box,.toolbar select{border-radius:var(--radius);font-size:.75rem}.form-section,.modal>header,.modal>footer{border-color:var(--line)}.form-section__head>span,.template-admin-card__head>span,.client-card__icon,.auth-form-card__icon,.empty-state__icon{border-radius:var(--radius)}.form-section__head strong,.summary-card h3,.checklist-section__head h3,.template-admin-card h3,.modal header h2,.builder__head h3{font-weight:800}.template-choice,.summary-card__metric,.builder-section{border-radius:var(--radius)}.detail-hero{border:1px solid var(--line);border-radius:var(--radius);color:var(--ink);background:linear-gradient(135deg,#d8232a0f,#3476d40a),#fff;box-shadow:var(--shadow)}.detail-hero p{color:var(--muted)}.detail-hero__progress{background:#fafafb;border-top:1px solid var(--line)}.detail-hero__progress .progress>strong{color:var(--ink)}.client-monogram{border-radius:var(--radius);color:var(--red);background:var(--red-soft)}.detail-hero h2{font-weight:800}.checklist-section{background:#fff}.skeleton{border-radius:var(--radius)}.skeleton--panel{min-height:280px}.auth-page{background:var(--canvas)}.auth-panel{background:#292b30}.auth-copy h1,.auth-form-card h2{font-weight:800}.auth-form-card{border-radius:10px}.modal--confirm{width:min(100%,540px)}.confirm-dialog__content{display:flex;align-items:flex-start;gap:14px;padding:22px 27px}.confirm-dialog__icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:var(--radius);color:var(--red);background:var(--red-soft)}.confirm-dialog__content div{display:grid;gap:6px}.confirm-dialog__content strong{font-size:.86rem}.confirm-dialog__content p{margin:0;color:var(--muted);font-size:.74rem;line-height:1.55}.confirm-dialog__error{margin:0 27px 4px}@media(max-width:1180px){.metric-grid{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media(max-width:900px){.app-layout,.app-layout--collapsed{display:block}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;padding:0 14px 14px;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.app-layout--collapsed .sidebar{width:244px;align-items:stretch;padding:0 14px 14px}.app-layout--collapsed .brand{width:auto;justify-content:flex-start;padding:0 6px}.app-layout--collapsed .brand__copy,.app-layout--collapsed .sidebar__create span,.app-layout--collapsed .sidebar__nav a span,.app-layout--collapsed .sidebar__logout span{display:initial}.app-layout--collapsed .sidebar__create,.app-layout--collapsed .sidebar__nav a,.app-layout--collapsed .sidebar__logout{width:100%;justify-content:flex-start;gap:10px;padding:0 11px}.sidebar__resize{display:none}.main{width:100%}}@media(max-width:640px){.topbar{min-height:72px;padding:12px 14px}.topbar__heading{flex:1}.topbar p,.user-meta{display:none}.topbar h1{font-size:1.12rem}.topbar__actions{gap:6px}.topbar__create,.topbar__back{width:36px;min-height:36px;padding:0;overflow:hidden;font-size:0}.content{padding:18px 14px 38px}.metric-grid{grid-template-columns:1fr}}@media print{.sidebar,.topbar{display:none!important}.app-layout,.app-layout--collapsed{display:block}}:root{--red: #de2324;--red-dark: #b8181a;--red-soft: #fff1f0;--ink: #242322;--muted: #706f6d;--line: #e5e2df;--surface: #fff;--canvas: #f3f2f0;--shadow: 0 10px 28px rgba(43, 35, 30, .055);--radius: 12px}body{background:radial-gradient(circle at 78% 0,rgba(222,35,36,.035),transparent 24%),var(--canvas)}.sidebar{color:#f8f8f8;background:radial-gradient(circle at 12% 0,rgba(222,35,36,.23),transparent 28%),linear-gradient(180deg,#252524,#171716);border-right-color:#ffffff14;box-shadow:8px 0 30px #14141314}.brand__mark{border:1px solid rgba(255,255,255,.16);border-radius:11px;background:linear-gradient(145deg,#f04445,#c8171b);box-shadow:0 10px 22px #de23244d,inset 0 1px #fff3}.brand__mark:after{display:none}.brand__mark span{position:relative;z-index:1}.brand__copy strong{color:#f3f3f1;font-size:1rem;font-weight:700;letter-spacing:0}.brand__copy small{color:#929290}.sidebar__nav a{color:#b4b4b1}.sidebar__nav a:hover,.sidebar__nav a.active{color:#fff;background:#ffffff18;border-color:#ffffff14}.sidebar__nav a.active{box-shadow:inset 3px 0 0 var(--red)}.sidebar__logout{color:#f19a9a}.sidebar__logout:hover{background:#de23242e;border-color:#f8717138}.sidebar__resize:before{background:#ffffff1c}.sidebar__resize svg{color:#777a82;background:#fff}.topbar{background:#fffffff2;border-bottom-color:#e5e2dfeb}.topbar h1,.panel__head h3,.empty-state h3,.form-section__head strong,.summary-card h3,.detail-hero h2,.checklist-section__head h3,.template-admin-card h3,.modal header h2,.builder__head h3,.auth-copy h1,.auth-form-card h2{font-family:inherit;font-weight:700;letter-spacing:0}.topbar h1{font-size:clamp(1.55rem,1.8vw,2rem)}.topbar .eyebrow,.eyebrow{letter-spacing:.13em}.user-avatar{border-color:#e1dfdc;box-shadow:0 5px 16px #24232217}.user-avatar img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}.content{padding-top:24px}.hybrid-welcome{position:relative;display:flex;min-height:172px;align-items:flex-end;justify-content:space-between;gap:28px;overflow:hidden;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:28px 31px;color:#fff;background:radial-gradient(circle at 79% 18%,rgba(222,35,36,.31),transparent 32%),linear-gradient(135deg,#292927,#1d1d1c);box-shadow:0 18px 42px #221e1b1f}.hybrid-welcome>*:not(.hybrid-welcome__shape){position:relative;z-index:2}.hybrid-welcome .eyebrow{color:#f17a7b}.hybrid-welcome h2{max-width:760px;margin:8px 0 5px;color:#fff;font-family:inherit;font-size:clamp(1.9rem,3vw,2.65rem);font-weight:700;line-height:1.04;letter-spacing:0}.hybrid-welcome h2 em{color:#f17172;font-weight:400}.hybrid-welcome p{max-width:720px;margin:0;color:#aaa9a7;font-size:.75rem;line-height:1.55}.hybrid-welcome__action{display:inline-flex;min-height:40px;flex:0 0 auto;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.25);border-radius:10px;padding:9px 14px;color:#fff;background:#ffffff14;font-size:.76rem;font-weight:800;transition:background .16s ease,border-color .16s ease,transform .16s ease}.hybrid-welcome__action:hover{border-color:#ffffff6b;background:#ffffff24;transform:translateY(-1px)}.hybrid-welcome__shape{position:absolute;top:-106px;right:-76px;width:280px;height:280px;border:48px solid rgba(222,35,36,.1);border-radius:50%}.metric-card,.panel,.checklist-section,.detail-metrics article,.client-card,.template-admin-card,.summary-card,.modal,.form-panel{border-color:var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.metric-card{min-height:108px}.metric-card:after{height:2px}.metric-card strong{font-family:Inter,ui-sans-serif,system-ui,sans-serif}.panel__head{background:linear-gradient(180deg,#fff,#fdfcfb)}.panel__head h3{font-size:1.12rem}.detail-hero{border-color:#292927;border-radius:15px;color:#fff;background:radial-gradient(circle at 88% 5%,rgba(222,35,36,.22),transparent 31%),#242423;box-shadow:0 18px 42px #221e1b1f}.detail-hero h2{color:#fff}.detail-hero p{color:#aaa9a7}.detail-hero__progress{border-top-color:#ffffff17;background:#ffffff0b}.detail-hero__progress .progress>strong{color:#fff}.client-monogram{color:#fff;background:var(--red)}.skeleton--welcome{min-height:172px;border-radius:16px}@media(max-width:900px){.sidebar,.app-layout--collapsed .sidebar{background:radial-gradient(circle at 12% 0,rgba(222,35,36,.23),transparent 28%),linear-gradient(180deg,#252524,#171716)}}@media(max-width:640px){.hybrid-welcome{min-height:245px;align-items:flex-start;flex-direction:column;justify-content:flex-end;padding:25px 22px}.hybrid-welcome h2{font-size:2rem}.hybrid-welcome__action{width:100%}.skeleton--welcome{min-height:245px}}@media print{.hybrid-welcome{display:none}}:root,body,button,input,select,textarea{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{font-size:.875rem;line-height:1.5}h1,h2,h3,.topbar h1,.hero-banner h2,.hybrid-welcome h2,.metric-card strong,.panel__head h3,.overall-progress__donut strong,.deadline-item__date strong,.empty-state h3,.form-section__head strong,.summary-card h3,.summary-card__metric strong,.detail-hero h2,.client-monogram,.checklist-section__head h3,.template-admin-card h3,.modal header h2,.builder__head h3,.auth-copy h1,.auth-form-card h2{font-family:inherit;font-style:normal;font-weight:700;letter-spacing:0}.brand__mark span{font-family:inherit;font-weight:800;letter-spacing:.02em}.brand__copy strong{font-size:1rem;font-weight:700;letter-spacing:0}.brand__copy small,.user-card small,.topbar p,.panel__head p,.empty-state p,.form-section__head small,.template-choice small,.form-field>small,.detail-hero p,.checklist-section__head p,.checklist-item__meta,.attachment-chip small,.history__item p,.history__item small,.client-card__content>span,.client-card__content>small,.template-admin-card>p,.template-admin-card__stats span,.template-admin-card__footer,.modal header p,.auth-form-card>p{font-size:.75rem;line-height:1.5;letter-spacing:0}.sidebar__eyebrow,.eyebrow,th,.detail-hero__eyebrow>span,.detail-hero__progress span,.form-field,.auth-form-card label{font-size:.75rem;font-weight:600;letter-spacing:0}.sidebar__create,.sidebar__nav a,.sidebar__logout,.button,.primary-button,.secondary-button,.danger-button,.text-link,.hybrid-welcome__action,.checklist-section__bulk button,.attachment-button{font-size:.875rem;font-weight:600;letter-spacing:0}.topbar h1{font-size:1.5rem;line-height:1.25}.topbar p{margin-top:.25rem;font-size:.875rem}.hero-banner h2,.hybrid-welcome h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.15}.hero-banner h2 em,.hybrid-welcome h2 em{font-weight:inherit}.hero-banner p,.hybrid-welcome p,.overall-progress__copy p,.checklist-item__content>p,.auth-copy p{font-size:.875rem;line-height:1.5}.metric-card strong,.overall-progress__donut strong,.summary-card__metric strong{font-size:1.5rem;font-weight:700;line-height:1.2}.metric-card span:last-child,.overall-progress__donut small,.summary-card__metric span,.deadline-item__date small,.table-primary small{font-size:.75rem;line-height:1.4}.panel__head h3,.empty-state h3,.form-section__head strong,.checklist-section__head h3,.template-admin-card h3,.builder__head h3{font-size:1.125rem;line-height:1.3}.summary-card h3,.detail-hero h2,.modal header h2,.auth-form-card h2{font-size:1.5rem;line-height:1.25}.overall-progress__copy strong,.deadline-item>div strong,.table-primary,.progress>strong,.detail-hero__progress strong,.detail-metrics strong,.checklist-item__content>strong,.client-card__content strong,.template-admin-card__stats strong,.builder-section__order strong,.history__item strong,.user-card strong{font-size:.875rem;line-height:1.4}th{padding-block:.75rem}td,.search-box input,.toolbar select,.form-field input,.form-field select,.form-field textarea,.checklist-item__top>select,.checklist-item__details textarea,.sticky-note textarea,.client-card__edit input,.builder-section__fields input,.builder-section__fields textarea{font-size:.875rem;line-height:1.5}.status,.item-status,.template-choice em,.checklist-section__count,.checklist-item__number,.attachment-chip>a:first-of-type,.template-admin-card__head em{font-size:.75rem;font-weight:600;letter-spacing:0}.template-choice strong,.summary-card li,.checklist-item__details label,.builder-section__options,.auth-trust{font-size:.875rem;line-height:1.5}@media(max-width:640px){.topbar h1{font-size:1.25rem}.hero-banner h2,.hybrid-welcome h2{font-size:1.75rem}}
