@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}.item-status--not_provided{color:#a43b2b;background:#fff0ed}.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-form-error{margin:18px 27px 0}.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}}.checklist-section{border-color:#e2e4e9;box-shadow:0 1px 2px #1c202c0a}.checklist-section__head{background:#f8f9fb}.checklist-section__bulk{gap:8px;padding:0 18px 14px}.checklist-section__bulk button{min-height:34px;border-color:#d9dce3;border-radius:9px;padding:7px 11px;color:#4e5360;transition:border-color .15s ease,color .15s ease,background .15s ease}.checklist-section__bulk button:hover{border-color:#b7bbc5;color:#262a33;background:#f7f8fa}.checklist-items{gap:10px;padding:12px;background:#f5f6f8}.checklist-item{position:relative;overflow:hidden;border:1px solid #e1e3e8;border-left:4px solid #aeb7ca;border-radius:12px;padding:16px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.checklist-item:last-child{border-bottom:1px solid #e1e3e8}.checklist-item:hover{border-color:#d0d3da;box-shadow:0 4px 14px #1c202c0f}.checklist-item--pending{border-left-color:#7586ab}.checklist-item--received{border-left-color:#d79b37;background:#fffdf9}.checklist-item--validated{border-left-color:#42936a;background:#fbfefc}.checklist-item--not_applicable{border-left-color:#969ba6;background:#fafafa}.checklist-item__top{align-items:center;flex-wrap:wrap;gap:12px}.checklist-item__number{width:30px;height:30px;border:1px solid #e0e2e7;border-radius:9px;color:#5f6470;background:#f5f6f8}.checklist-item__content>p{margin:0 0 7px;color:#242832;font-size:.9375rem;font-weight:600;line-height:1.45}.checklist-item--validated .checklist-item__content>p,.checklist-item--not_applicable .checklist-item__content>p{color:#686d77;text-decoration:none}.checklist-item__meta{flex-wrap:wrap;gap:5px 10px;color:#858a95}.item-status-actions{display:grid;width:calc(100% - 42px);flex:0 0 auto;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;margin-left:42px;border:1px solid #dfe2e7;border-radius:12px;padding:4px;background:#f6f7f9}.item-status-action{display:inline-flex;min-height:32px;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:8px;padding:6px 8px;color:#707681;background:transparent;font:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease}.item-status-action:hover{color:#343841;background:#fff}.item-status-action--active{border-color:#cfd3da;color:#30343d;background:#fff;box-shadow:0 1px 3px #1c202c17}.item-status-action--pending.item-status-action--active{border-color:#c8d1e3;color:#4d628f;background:#f2f5fb}.item-status-action--received.item-status-action--active{border-color:#ead6ae;color:#9b6714;background:#fff8e9}.item-status-action--validated.item-status-action--active{border-color:#badcc9;color:#24724c;background:#eef9f3}.item-status-action--not_applicable.item-status-action--active{border-color:#d4d6da;color:#626771;background:#f1f2f3}.checklist-item--not_provided{border-left-color:#c65442;background:snow}.item-status-action--not_provided.item-status-action--active{border-color:#efc2ba;color:#a13b2d;background:#fff0ed}.item-status-saving{display:flex;width:calc(100% - 42px);flex:0 0 auto;align-items:center;justify-content:center;gap:8px;margin-left:42px;color:#6d727d;font-size:.75rem;font-weight:600}.item-status-saving svg{color:var(--red)}.detail-delete-button{border-color:#ffffff47;color:#ffc8c8;background:#de232421}.detail-delete-button:hover{border-color:#ffc8c880;color:#fff;background:#de23243d}.detail-hero__actions{flex-wrap:wrap;justify-content:flex-end}.client-folder-link{display:inline-flex;width:fit-content;align-items:center;gap:6px;color:#555f73;font-size:.75rem;font-weight:600}.client-folder-link:hover{color:var(--red)}.checklist-item__details{grid-template-columns:minmax(220px,.85fr) minmax(260px,1.15fr);gap:18px;margin:14px 0 0 42px;border-top:1px solid #eceef1;padding-top:14px}.checklist-item__details textarea{min-height:68px;border-color:#dde0e5;background:#fbfbfc}.attachment-area{align-content:start;border-radius:10px;padding:9px;background:#f8f9fa}.attachment-button{min-height:34px;border-color:#cdd1d8;background:#fff}@media(max-width:700px){.checklist-items{gap:8px;padding:8px}.checklist-item{padding:14px 12px}.checklist-item__top{gap:10px}.item-status-actions,.item-status-saving{width:100%;margin-left:0}.item-status-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.checklist-item__details{grid-template-columns:1fr;gap:12px;margin-left:0}.checklist-section__bulk{display:grid;grid-template-columns:1fr 1fr}.detail-hero__actions .detail-delete-button{flex-basis:100%;order:3}.detail-hero__actions .button{min-width:140px}}@media print{.item-status-actions,.item-status-saving{display:none!important}}.share-modal{width:min(100%,680px)}.share-modal__content{display:grid;gap:18px;padding:24px 27px}.share-security-note{display:flex;gap:13px;border:1px solid #e1e4e9;border-radius:13px;padding:15px;background:#f8f9fb}.share-security-note>span{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:10px;color:#fff;background:#272929}.share-security-note strong,.share-empty-state strong{display:block;margin-bottom:4px;color:#292b30;font-size:.82rem}.share-security-note p,.share-empty-state p,.share-active-note{margin:0;color:#737782;font-size:.72rem;line-height:1.55}.share-link-field{display:grid;gap:7px;color:#555a65;font-size:.7rem;font-weight:700}.share-link-field>div{display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;border:1px solid #d7dae0;border-radius:11px;background:#fff}.share-link-field input{min-width:0;border:0;padding:12px 13px;color:#3b3f48;background:transparent;font-size:.75rem}.share-link-field button{display:inline-flex;align-items:center;gap:7px;border:0;border-left:1px solid #e0e2e6;padding:0 15px;color:#fff;background:#2c2e2e;font-size:.72rem;font-weight:700;cursor:pointer}.share-link-field button:hover{background:#171818}.share-preview-link{display:inline-flex;width:fit-content;align-items:center;gap:6px;color:var(--red);font-size:.72rem;font-weight:700}.share-active-note{border-left:3px solid #47a779;padding:8px 11px;color:#41715a;background:#f1faf5}.share-empty-state{display:grid;justify-items:center;border:1px dashed #cfd3da;border-radius:13px;padding:25px 18px;text-align:center;background:#fbfbfc}.share-empty-state>svg{margin-bottom:9px;color:var(--red)}.share-modal>footer{justify-content:space-between}.share-modal>footer>div{display:flex;gap:8px}.share-revoke-button{margin-right:auto}.public-checklist-page{min-height:100vh;color:#26282d;background:radial-gradient(circle at 8% 2%,rgba(222,35,36,.06),transparent 26%),#f5f5f4}.public-checklist-topbar{display:grid;min-height:78px;grid-template-columns:150px 1fr auto;gap:24px;align-items:center;border-bottom:1px solid #e3e3e1;padding:8px max(24px,calc((100vw - 1180px)/2));background:#fffffff0;box-shadow:0 1px 8px #1c1d1f0a}.public-checklist-topbar>img{width:118px;height:52px;object-fit:contain}.public-checklist-topbar>div{display:flex;justify-self:end;align-items:center;gap:7px;color:#555a64;font-size:.72rem;font-weight:700}.public-checklist-topbar>div svg{color:#3f9a6c}.public-checklist-topbar>div small{border-left:1px solid #d9dadd;margin-left:3px;padding-left:10px;color:#8b8e95;font-size:.65rem;font-weight:500}.public-checklist-topbar>button{display:inline-flex;min-height:36px;align-items:center;gap:7px;border:1px solid #d8dade;border-radius:9px;padding:0 12px;color:#555962;background:#fff;font-size:.7rem;font-weight:700;cursor:pointer}.public-checklist-topbar>button:hover{border-color:#bfc2c8;color:#24272b}.public-checklist-content{display:grid;width:min(1180px,calc(100% - 48px));gap:18px;margin:0 auto;padding:34px 0 40px}.public-checklist-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;overflow:hidden;border-radius:20px;padding:28px 30px 23px;color:#fff;background:linear-gradient(125deg,rgba(222,35,36,.18),transparent 32%),#242525;box-shadow:0 14px 36px #2021221f}.public-checklist-hero__identity{display:flex;min-width:0;align-items:center;gap:16px}.public-checklist-hero__identity>span{display:grid;width:52px;height:52px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:14px;color:#fff;background:var(--red);font-size:.9rem;font-weight:800}.public-checklist-hero__identity small{color:#f28686;font-size:.57rem;font-weight:800;letter-spacing:.15em}.public-checklist-hero__identity h1{overflow:hidden;margin:4px 0 3px;font-size:1.65rem;font-weight:650;line-height:1.15;text-overflow:ellipsis}.public-checklist-hero__identity p{margin:0;color:#b9bbbd;font-size:.73rem}.public-checklist-hero__cnpj{display:inline-block;margin-top:7px;border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:4px 8px;color:#d5d6d7;background:#ffffff0f;font-size:.62rem;font-weight:650}.public-checklist-hero>.status{align-self:start}.public-checklist-hero__progress{grid-column:1 / -1;display:grid;gap:8px;border-top:1px solid rgba(255,255,255,.1);padding-top:18px}.public-checklist-hero__progress>div:first-child{display:flex;justify-content:space-between;gap:18px;color:#c7c8ca;font-size:.72rem}.public-checklist-hero__progress span strong{color:#fff}.public-checklist-hero__progress b{color:#fff;font-size:.8rem}.public-progress-track{height:7px;overflow:hidden;border-radius:999px;background:#4b4c4d}.public-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#de2324,#f05c5d);transition:width .3s ease}.public-checklist-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.public-checklist-summary article{display:flex;min-width:0;align-items:center;gap:12px;border:1px solid #e2e3e4;border-radius:14px;padding:15px;background:#fff;box-shadow:0 2px 8px #1a1c1f08}.public-summary-icon{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:10px;color:#656a74;background:#f0f1f2}.public-summary-icon--received{color:#25805a;background:#edf8f2}.public-summary-icon--pending{color:#a87519;background:#fff7e7}.public-summary-icon--na{color:#6e7279;background:#f0f1f2}.public-checklist-summary article div{display:grid;min-width:0;gap:2px}.public-checklist-summary strong{overflow:hidden;font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.public-checklist-summary small{color:#777b84;font-size:.65rem}.public-checklist-dates{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e2e3e4;border-radius:14px;background:#fff}.public-checklist-dates>div{display:grid;gap:4px;padding:15px 18px}.public-checklist-dates>div+div{border-left:1px solid #ececed}.public-checklist-dates small{color:#858891;font-size:.62rem}.public-checklist-dates strong{font-size:.76rem}.public-general-note{border:1px solid #ecd5d5;border-left:4px solid var(--red);border-radius:13px;padding:15px 17px;background:#fff8f8}.public-general-note strong{display:block;margin-bottom:6px;color:var(--red);font-size:.67rem;letter-spacing:.04em;text-transform:uppercase}.public-general-note p{margin:0;color:#4f535b;font-size:.74rem;line-height:1.55;white-space:pre-wrap}.public-checklist-sections{display:grid;gap:14px}.public-checklist-section{overflow:hidden;border:1px solid #dfe1e4;border-radius:16px;background:#fff;box-shadow:0 3px 12px #1d1f2209}.public-checklist-section>header{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e7e8ea;padding:16px 19px;background:#fafafa}.public-checklist-section>header>div{display:flex;align-items:center;gap:12px}.public-checklist-section>header>div>span{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;color:#fff;background:#2e3030;font-size:.66rem;font-weight:800}.public-checklist-section>header h2{margin:0 0 3px;font-size:.9rem;font-weight:700}.public-checklist-section>header p{margin:0;color:#8a8d94;font-size:.62rem}.public-checklist-section>header>strong{border-radius:999px;padding:6px 10px;color:#666b74;background:#ecedef;font-size:.62rem;white-space:nowrap}.public-checklist-section--initial>header{color:#fff;background:var(--red)}.public-checklist-section--initial>header>div>span{color:var(--red);background:#fff}.public-checklist-section--initial>header p{color:#ffd3d3}.public-checklist-section--initial>header>strong{color:var(--red);background:#fff}.public-document-list{display:grid;gap:1px;background:#eceeef}.public-document{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 18px;background:#fff}.public-document__icon{display:grid;width:32px;height:32px;place-items:center;border:1px solid #d9dde3;border-radius:9px;color:#8a9099;background:#fafbfc}.public-document p{margin:0;color:#35383e;font-size:.76rem;line-height:1.4}.public-document small{display:block;margin-top:3px;color:#999ca3;font-size:.58rem}.public-document .public-document__note{margin-top:7px;border-left:2px solid #dedfe2;padding-left:8px;color:#686d76;font-size:.64rem;line-height:1.45;white-space:pre-wrap}.public-document__note b{color:#484c54}.public-document>strong{border-radius:999px;padding:5px 9px;color:#757a83;background:#f0f1f2;font-size:.59rem;white-space:nowrap}.public-document--received .public-document__icon{border-color:#ecd6aa;color:#a06b16;background:#fff8e9}.public-document--received>strong{color:#946315;background:#fff4dc}.public-document--validated .public-document__icon{border-color:#bfe0ce;color:#287951;background:#eff9f3}.public-document--validated>strong{color:#287951;background:#e9f7ef}.public-document--not_applicable{opacity:.72}.public-checklist-footer{display:flex;justify-content:center;gap:9px;padding:9px 10px 0;color:#777b83}.public-checklist-footer svg{flex:0 0 auto;color:#49956f}.public-checklist-footer p{margin:0;font-size:.65rem;line-height:1.5}.public-checklist-state{display:grid;min-height:100vh;place-content:center;justify-items:center;gap:12px;padding:30px;color:#62666e;text-align:center;background:#f6f6f5}.public-checklist-state>img{width:150px;height:80px;margin-bottom:18px;object-fit:contain}.public-checklist-state>span{display:grid;width:54px;height:54px;place-items:center;border-radius:15px;color:#fff;background:var(--red)}.public-checklist-state h1{margin:5px 0 0;color:#27292d;font-size:1.35rem}.public-checklist-state p{max-width:430px;margin:0;font-size:.78rem;line-height:1.55}@media(max-width:760px){.share-modal>footer,.share-modal>footer>div{display:grid;width:100%}.share-modal>footer>span{display:none}.share-revoke-button{order:2}.share-link-field>div{grid-template-columns:1fr}.share-link-field button{justify-content:center;border-top:1px solid #e0e2e6;border-left:0;padding:10px}.public-checklist-topbar{min-height:68px;grid-template-columns:100px 1fr auto;gap:10px;padding:7px 16px}.public-checklist-topbar>img{width:90px;height:45px}.public-checklist-topbar>div{justify-self:start}.public-checklist-topbar>div small,.public-checklist-topbar>button span{display:none}.public-checklist-topbar>button{width:36px;justify-content:center;padding:0}.public-checklist-content{width:min(100% - 24px,1180px);gap:12px;padding:18px 0 28px}.public-checklist-hero{padding:21px 18px 18px}.public-checklist-hero__identity h1{font-size:1.2rem}.public-checklist-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.public-checklist-dates{grid-template-columns:1fr}.public-checklist-dates>div+div{border-top:1px solid #ececed;border-left:0}.public-checklist-section>header{align-items:flex-start}.public-checklist-section>header>strong{display:none}.public-document{grid-template-columns:34px minmax(0,1fr);gap:9px;padding:12px}.public-document>strong{grid-column:2;width:fit-content}}.print-report{display:none}@media print{@page{size:A4;margin:0}html,body,#root{min-width:0;background:#fff!important}body{print-color-adjust:exact;-webkit-print-color-adjust:exact}.sidebar,.topbar,.detail-page,.modal-backdrop{display:none!important}.main{width:100%!important;margin:0!important}.content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.print-report{position:relative;display:block;width:210mm;min-height:297mm;overflow:hidden;padding:8mm 17mm 13mm;color:#181818;background:#fff;font-family:Inter,Aptos,Arial,Helvetica,sans-serif}.print-report:before{position:absolute;top:0;left:0;width:48mm;height:48mm;clip-path:polygon(0 0,100% 0,0 100%);background:linear-gradient(135deg,#de2324 0 36%,transparent 37%),linear-gradient(135deg,rgba(0,0,0,.26) 0 43%,transparent 44%);content:""}.print-report__brand{position:relative;z-index:1;display:flex;min-height:18mm;align-items:flex-start;justify-content:flex-end}.print-report__brand img{width:35mm;height:auto}.print-report__eyebrow{display:flex;align-items:center;gap:2mm;margin-bottom:1mm;color:#de2324;font-size:7pt;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.print-report__eyebrow:before{width:7mm;height:.6mm;border-radius:999px;background:#de2324;content:""}.print-report>h1{margin:0 0 3mm;text-align:center;font-family:Georgia,Times New Roman,serif;font-size:14pt;line-height:1.12;text-transform:uppercase}.print-report>h1 span{display:block;margin-top:1mm}.print-process{overflow:hidden;margin-bottom:3mm;border:.3mm solid #e5e5e5;border-radius:4mm;break-inside:avoid}.print-process>h2{margin:0;padding:2.2mm 4mm;color:#fff;background:#de2324;font-family:Georgia,Times New Roman,serif;font-size:9.5pt}.print-process__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5mm;padding:2.5mm 3mm}.print-field{min-height:12mm;border:.25mm solid #e5e5e5;border-radius:2.5mm;padding:1.7mm 2mm}.print-field--wide{grid-column:span 2}.print-field small{display:block;margin-bottom:1mm;color:#686868;font-size:5.8pt;font-weight:800;letter-spacing:.03em;line-height:1.15;text-transform:uppercase}.print-field strong{display:block;overflow-wrap:anywhere;font-size:8pt;line-height:1.2}.print-field--deadline strong{color:#de2324}.print-progress{display:grid;grid-template-columns:1fr auto;gap:1.5mm 3mm;align-items:center;margin-bottom:3mm;border:.25mm solid #e5e5e5;border-radius:3mm;padding:2.5mm 3.5mm;background:#f4f4f4;break-inside:avoid}.print-progress>div{display:grid;gap:.5mm}.print-progress strong{font-size:8.5pt}.print-progress small{color:#686868;font-size:6.2pt}.print-progress>span{grid-column:1 / -1;height:1.6mm;overflow:hidden;border-radius:999px;background:#dedede}.print-progress>span i{display:block;height:100%;border-radius:inherit;background:#de2324}.print-section{overflow:hidden;margin:2.2mm 0;border:.25mm solid #e5e5e5;border-radius:3.5mm;break-inside:avoid}.print-section>header{display:flex;align-items:center;justify-content:space-between;gap:3mm;border-bottom:.25mm solid #e5e5e5;padding:2.2mm 3.5mm;background:#fff}.print-section--initial>header{border-bottom:0;color:#fff;background:#de2324}.print-section>header h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:9.5pt}.print-section>header span{border-radius:999px;padding:1.1mm 2.2mm;color:#de2324;background:#fff;font-size:6.5pt;font-weight:800;white-space:nowrap}.print-section:not(.print-section--initial)>header span{background:#fff3f3}.print-documents{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2mm 3.5mm;padding:2.5mm 3.5mm 2.8mm;background:#fff}.print-section--initial .print-documents{grid-template-columns:1fr;background:#fff3f3}.print-document{display:grid;min-height:5mm;grid-template-columns:4mm minmax(0,1fr) auto;gap:1.4mm;align-items:start;color:#252525;font-size:6.8pt;line-height:1.2}.print-document__check{display:grid;width:3.5mm;height:3.5mm;place-items:center;border:.45mm solid rgba(222,35,36,.72);border-radius:1.1mm;color:#777;background:#fff;font-size:7pt;font-weight:900;line-height:1}.print-document__check--checked{border-color:#de2324;color:#fff;background:#de2324}.print-document p{margin:.2mm 0 0}.print-document small{display:block;margin-top:.7mm;color:#777;font-size:5.8pt;line-height:1.25}.print-document em{margin-top:.2mm;color:#777;font-size:5.5pt;font-style:normal;font-weight:700;white-space:nowrap}.print-document--received em,.print-document--validated em{color:#de2324}.print-general-note{margin-top:2.5mm;border:.25mm solid #eadada;border-radius:3mm;padding:2.5mm 3.5mm;background:#fff8f8;break-inside:avoid}.print-general-note strong{color:#de2324;font-size:7pt;text-transform:uppercase}.print-general-note p{margin:1mm 0 0;font-size:6.7pt;line-height:1.35}.print-report__footer{margin-top:3mm;border-top:.25mm solid #e5e5e5;padding-top:2mm;color:#333;font-size:6.5pt;break-inside:avoid}.print-report__footer p{margin:.8mm 0}.print-report__footer span{margin-right:1.5mm;color:#de2324}}.legal-lock-banner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid #ead1cc;border-radius:14px;padding:14px 16px;color:#73372e;background:#fff8f6}.legal-lock-banner>svg{color:var(--red)}.legal-lock-banner strong,.legal-lock-banner p{display:block;margin:0}.legal-lock-banner p{margin-top:3px;color:#7c6763;font-size:.8rem}.legal-lock-banner button{border:0;color:var(--red);background:transparent;font:inherit;font-size:.8rem;font-weight:700;cursor:pointer}.unavailable-modal{width:min(620px,calc(100vw - 32px))}.unavailable-modal__content,.legal-letter-modal__content{display:grid;gap:18px;overflow:auto;padding:22px 27px}.unavailable-modal__content label,.legal-letter-modal__content label{display:grid;gap:7px;color:#484d57;font-size:.8rem;font-weight:700}.unavailable-modal__content input,.unavailable-modal__content select,.unavailable-modal__content textarea,.legal-letter-modal__content input,.legal-letter-modal__content select,.legal-letter-modal__content textarea{width:100%;border:1px solid #dcdfe5;border-radius:10px;padding:10px 12px;color:#23262e;background:#fff;font:inherit;font-size:.875rem}.unavailable-modal__content textarea{min-height:104px;resize:vertical}.legal-notice,.letter-readiness{display:flex;gap:11px;align-items:flex-start;border:1px solid #dce8e1;border-radius:12px;padding:13px 14px;color:#286244;background:#f4fbf7}.legal-notice{border-color:#edd2cc;color:#8a3d30;background:#fff8f6}.legal-notice p,.letter-readiness p,.letter-readiness strong{margin:0}.letter-readiness p{margin-top:3px;color:#69756e;font-size:.78rem}.letter-readiness--warning{border-color:#edd2cc;color:#8a3d30;background:#fff8f6}.letter-readiness--warning p{color:#7d6864}.legal-letter-modal{width:min(850px,calc(100vw - 32px));max-height:calc(100vh - 32px)}.legal-letter-modal__content{max-height:calc(100vh - 220px)}.legal-letter-modal fieldset{margin:0;border:1px solid #e2e4e8;border-radius:13px;padding:16px}.legal-letter-modal legend{padding:0 7px;color:#333842;font-size:.83rem;font-weight:800}.legal-letter-modal .field-span-2{grid-column:span 2}.legal-letter-modal input:disabled{color:#5b6069;background:#f4f5f7}.settings-loading{display:flex;min-height:80px;align-items:center;justify-content:center;gap:9px;color:#6c717c;font-size:.82rem}.legal-letter-modal>footer{align-items:center;justify-content:space-between}.legal-letter-modal>footer>span{max-width:390px;color:#7d818a;font-size:.72rem}.legal-letter-modal>footer>div{display:flex;gap:9px}.letter-hero{display:flex;gap:20px;align-items:center;justify-content:space-between;border:1px solid #e3e4e8;border-radius:18px;padding:20px;background:#fff;box-shadow:0 6px 22px #161a230d}.letter-hero__title,.letter-hero__actions{display:flex;gap:12px;align-items:center}.letter-hero__title>span{display:grid;width:48px;height:48px;flex:0 0 auto;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(145deg,#d82324,#a91718);box-shadow:0 8px 18px #b9191a38}.letter-hero h2,.letter-hero p{margin:0}.letter-hero h2{margin-top:4px;font-size:1.45rem}.letter-hero p{margin-top:4px;color:#777c86;font-size:.8rem}.letter-hero__actions{flex-wrap:wrap;justify-content:flex-end}.letter-status{border-radius:999px;padding:4px 8px;font-size:.68rem;letter-spacing:0;text-transform:none}.letter-status--draft{color:#8c601c;background:#fff4dd}.letter-status--signed{color:#26704b;background:#eaf8f0}.letter-status--superseded{color:#5f6269;background:#eceef1}.letter-version-list{display:grid;gap:0;padding:0 18px 16px}.letter-version-list button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;border:0;border-top:1px solid #ececef;padding:11px 0;text-align:left;color:#333740;background:transparent;cursor:pointer}.letter-version-list button>span{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;color:var(--red);background:var(--red-soft);font-size:.72rem;font-weight:800}.letter-version-list button>div{display:grid;gap:2px}.letter-version-list strong{font-size:.78rem}.letter-version-list small{color:#838790;font-size:.66rem}.letter-version-list button>svg{color:#9b9ea5}.letter-upload-button{cursor:pointer}.letter-upload-button input{display:none}.letter-upload-button.is-disabled{cursor:wait;opacity:.65}.letter-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.letter-overview article{display:flex;gap:12px;align-items:center;border:1px solid #e3e5e9;border-radius:14px;padding:15px;background:#fff}.letter-overview article>span{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:10px;color:var(--red);background:#fff0f0}.letter-overview small,.letter-overview strong{display:block}.letter-overview small{margin-bottom:3px;color:#858993;font-size:.7rem}.letter-overview strong{font-size:.85rem}.letter-evidence dl{display:grid;gap:0;margin:0;padding:0 22px 18px}.letter-evidence dl>div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:15px;border-top:1px solid #ececef;padding:10px 0}.letter-evidence dt{color:#757a84;font-size:.75rem;font-weight:600}.letter-evidence dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#30343c;font-family:Consolas,Courier New,monospace;font-size:.72rem}.letter-evidence>.button{width:fit-content;margin:0 22px 20px}.letter-preview-label{display:flex;align-items:center;justify-content:space-between;color:#727782}.letter-preview-label span{color:var(--red);font-size:.7rem;font-weight:800;letter-spacing:.1em}.letter-preview-label p{margin:0;font-size:.75rem}.legal-letter-document{box-sizing:border-box;color:#1d2026;background:#fff;font-family:Arial,Helvetica,sans-serif}.legal-letter-document--preview{width:min(100%,900px);min-height:1120px;margin:0 auto;border:1px solid #e2e2e2;border-radius:4px;padding:44px 54px;box-shadow:0 15px 45px #191c2317}.legal-letter-document--print{display:none}.legal-letter-print-layout{width:100%;border:0;border-collapse:collapse;border-spacing:0}.legal-letter-print-layout>thead{display:table-header-group}.legal-letter-print-layout>tbody{display:table-row-group}.legal-letter-print-layout>thead>tr>td,.legal-letter-print-layout>tbody>tr>td{border:0;padding:0;vertical-align:top}.legal-letter-document__brand{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:3px solid #d92223;padding-bottom:14px}.legal-letter-document__brand img{width:145px;height:auto}.legal-letter-document__brand>div{text-align:right}.legal-letter-document__brand span,.legal-letter-document__brand strong{display:block}.legal-letter-document__brand span{color:#777;font-size:9px;font-weight:700;letter-spacing:.12em}.legal-letter-document__brand strong{margin-top:4px;color:#d92223;font-size:13px}.legal-letter-document>h1,.legal-letter-print-layout>tbody>tr>td>h1{max-width:720px;margin:30px auto 26px;text-align:center;font-family:Georgia,Times New Roman,serif;font-size:20px;line-height:1.35;text-transform:uppercase}.legal-letter-document__superseded{border:1px solid #b7bac0;border-radius:6px;padding:8px 10px;text-align:center;color:#555961;background:#f0f1f3;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.legal-letter-document section{margin-top:24px}.legal-letter-document section>h2{margin:0 0 12px;border-left:4px solid #d92223;padding-left:9px;color:#262930;font-size:14px}.legal-letter-document__identification dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;border:1px solid #dedfe3;border-radius:8px;overflow:hidden}.legal-letter-document__identification dl>div{min-height:49px;border-right:1px solid #e5e5e7;border-bottom:1px solid #e5e5e7;padding:9px 11px}.legal-letter-document__identification dl>div:nth-child(2n),.legal-letter-document__identification dl>div:last-child{border-right:0}.legal-letter-document__identification dl>div:nth-last-child(-n+2){border-bottom:0}.legal-letter-document__identification dl>div.wide{grid-column:span 2;border-right:0}.legal-letter-document dt{margin-bottom:4px;color:#777b84;font-size:9px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.legal-letter-document dd{margin:0;overflow-wrap:anywhere;font-size:11px;font-weight:700;line-height:1.35}.legal-letter-empty{border:1px solid #bcdcc9;border-radius:8px;padding:14px;color:#2a6848;background:#f3faf6;font-size:11px}.legal-letter-section{margin:10px 0;border:1px solid #e0e1e4;border-radius:8px;break-inside:avoid}.legal-letter-section h3{margin:0;border-bottom:1px solid #e0e1e4;padding:8px 11px;color:#fff;background:#383b42;font-size:11px}.legal-letter-section ol{margin:0;padding:7px 12px 9px 31px}.legal-letter-section li{padding:5px 0 5px 2px;font-size:10px;line-height:1.35}.legal-letter-section li strong,.legal-letter-section li span,.legal-letter-section li em{display:block}.legal-letter-section li span{margin-top:2px;color:#646870;font-size:9px}.legal-letter-section li em{margin-top:2px;color:#8b4238;font-size:9px}.legal-letter-document__declarations{break-inside:avoid}.legal-letter-document__declarations p,.legal-letter-document__signatures>p{margin:8px 0;text-align:justify;font-size:10.5px;line-height:1.55}.legal-letter-document__signatures{break-inside:avoid}.legal-letter-document__signatures>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;margin-top:42px}.legal-letter-document__signatures>div>div{text-align:center}.legal-letter-document__signatures>div span{display:block;border-top:1px solid #333;margin-bottom:6px}.legal-letter-document__signatures strong,.legal-letter-document__signatures small{display:block;font-size:10px}.legal-letter-document__signatures small{margin-top:3px;color:#666a72;font-size:8.5px}.legal-letter-document__signatures .signature-date{display:block;clear:both;width:100%;margin:25px 0 0;padding-top:8px;text-align:left}.legal-letter-document__evidence{margin-top:30px;border-top:1px solid #cfd1d5;padding-top:9px;color:#656a73;break-inside:avoid}.legal-letter-document__evidence strong{color:#d92223;font-size:8.5px;text-transform:uppercase}.legal-letter-document__evidence p{margin:3px 0;overflow-wrap:anywhere;font-family:Consolas,Courier New,monospace;font-size:7.5px;line-height:1.3}@media(max-width:900px){.letter-hero{align-items:flex-start;flex-direction:column}.letter-hero__actions{width:100%;justify-content:flex-start}.letter-overview{grid-template-columns:1fr}.legal-letter-document--preview{padding:32px 28px}}@media(max-width:640px){.legal-lock-banner{grid-template-columns:auto minmax(0,1fr)}.legal-lock-banner button{grid-column:2;justify-self:start;padding:0}.legal-letter-modal .field-span-2{grid-column:auto}.legal-letter-modal>footer,.legal-letter-modal>footer>div,.letter-hero__actions{align-items:stretch;flex-direction:column}.legal-letter-modal>footer>span{display:none}.letter-evidence dl>div{grid-template-columns:1fr;gap:4px}.legal-letter-document__identification dl{grid-template-columns:1fr}.legal-letter-document__identification dl>div,.legal-letter-document__identification dl>div.wide{grid-column:auto;border-right:0;border-bottom:1px solid #e5e5e7}.legal-letter-document__signatures>div{grid-template-columns:1fr;gap:52px}}@media print{.legal-letter-page{display:none!important}.legal-letter-document--print{display:block;width:210mm;min-height:0;padding:0 17mm}.legal-letter-print-layout>thead>tr>td{padding:8mm 0 6mm}.legal-letter-print-layout>tbody>tr{break-inside:avoid}.legal-letter-print-section-start:not(.legal-letter-print-section--last){margin-bottom:0;border-bottom:0;border-radius:8px 8px 0 0}.legal-letter-print-section-item{margin:0;border-top:0;border-bottom:0;border-radius:0}.legal-letter-print-section--last{margin-bottom:2.5mm;border-bottom:1px solid #e0e1e4;border-radius:0 0 8px 8px}.legal-letter-print-section-start.legal-letter-print-section--last{border-top:1px solid #e0e1e4;border-radius:8px}.legal-letter-document>h1,.legal-letter-print-layout>tbody>tr>td>h1{margin-top:8mm;margin-bottom:6mm;font-size:14pt}.legal-letter-document section{margin-top:5mm}.legal-letter-document section>h2{margin-bottom:2.5mm;font-size:9.5pt}.legal-letter-document__identification dl>div{min-height:11mm;padding:2mm 2.5mm}.legal-letter-document dt{font-size:6.5pt}.legal-letter-document dd{font-size:7.7pt}.legal-letter-section h3{padding:1.8mm 2.5mm;font-size:7.6pt}.legal-letter-section li{padding-block:1mm;font-size:7.2pt}.legal-letter-section li span,.legal-letter-section li em{font-size:6.4pt}.legal-letter-document__declarations p,.legal-letter-document__signatures>p{font-size:7.5pt;line-height:1.45}.legal-letter-document__signatures .signature-date{margin-top:5mm;padding-top:2mm}.legal-letter-document__evidence{position:static;margin-top:8mm;padding-top:2mm}}
