:root{font-family:Arial,sans-serif;color:#18383a;background:#f4f0e7;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{cursor:pointer}.loading{height:100vh;display:grid;place-items:center;letter-spacing:.3em;font-weight:700}.login{min-height:100vh;display:grid;grid-template-columns:1.4fr .8fr;background:#173e42}.login-art{padding:7vw;color:#f7f1e5;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 80% 20%,#28636a,transparent 35%),linear-gradient(130deg,#173e42,#102e31)}.login-art span,.eyebrow{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:#c65a3e}.login-art h1{font:4.8vw/1.02 Georgia,serif;margin:2rem 0}.login-art h1 i{color:#dc7659}.login-art p{max-width:34rem;color:#bbccca;font-size:1.1rem}.login-card{margin:auto;width:min(360px,80%);color:#173e42}.login-card .mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#c65a3e;color:#fff;font:1.5rem Georgia,serif}.login-card h2{font:2.1rem Georgia,serif;margin:1.5rem 0 .3rem}.muted{color:#758888}.login-card label,.letter-form label,.profile label{display:grid;gap:.5rem;margin:1.3rem 0;font-size:.82rem;font-weight:600}.login-card input,.letter-form input,.letter-form textarea,.profile input,.profile textarea{border:1px solid #d5cfc1;background:#fffdf7;padding:.85rem;border-radius:3px;color:#18383a}.login-card button,.letter-form>button,.profile>button{border:0;background:#c65a3e;color:#fff;padding:.9rem 1.25rem;font-weight:600;border-radius:3px}.login-card button{width:100%;margin-top:.5rem}.error{color:#a32e22;font-size:.85rem}.shell{display:grid;grid-template-columns:245px 1fr;min-height:100vh}aside{background:#173e42;color:#edf2ec;padding:2rem 1.2rem;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.logo{display:flex;align-items:center;gap:.8rem;padding:.2rem .5rem 2.5rem}.logo>b{background:#c65a3e;border-radius:50%;height:38px;width:38px;display:grid;place-items:center;font:1.2rem Georgia,serif}.logo span{font-weight:600}.logo small,.account small{display:block;font-size:.65rem;color:#91aaa8;font-weight:400;margin-top:.15rem}nav{display:grid;gap:.35rem}nav button{border:0;background:transparent;color:#aac0bd;text-align:left;padding:.8rem 1rem;border-radius:3px}nav button.active,nav button:hover{background:#244e52;color:#fff}.account{margin-top:auto;border-top:1px solid #31575a;padding:1.2rem .5rem 0;display:flex;justify-content:space-between;align-items:center}.account button{border:0;background:transparent;color:#d87a60;font-size:.75rem}.workspace{padding:4rem clamp(2rem,6vw,7rem);max-width:1450px;width:100%}.page-head,.editor-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #d8d1c3;padding-bottom:2rem;margin-bottom:2.5rem}.page-head h1,.editor-head h1{font:3.2rem Georgia,serif;margin:.6rem 0}.page-head p,.editor-head p{color:#667c7c;margin:0}.count{font:3.5rem Georgia,serif;color:#c65a3e;text-align:right}.count small{display:block;font:600 .65rem Arial,sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#768886}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.cards article{cursor:pointer}.cards h2{font:1.55rem Georgia,serif;margin:.55rem 0}.cards p{color:#6c7d7d;min-height:3rem}.cards article>button,.back{border:0;background:transparent;color:#bf5036;padding:0;font-weight:600}.back{margin-bottom:2rem}.letter-form,.profile{max-width:700px;background:#fbf8f0;padding:2rem;border:1px solid #ddd5c6}.letter-form{display:grid;grid-template-columns:1fr 1fr;gap:0 1.5rem}.letter-form label:has(textarea),.letter-form>button,.letter-form>.notice{grid-column:1/-1}.letter-form em{font-size:.6rem;color:#c65a3e;margin-left:.5rem}.letter-form textarea,.profile textarea{min-height:90px;resize:vertical}.paper-mini{background:#fff;width:110px;height:145px;box-shadow:0 8px 24px #56605e25;padding:30px 15px}.paper-mini i{height:3px;background:#c5cfca;display:block;margin-bottom:12px}.notice{padding:1rem;background:#e2ece6;color:#285b50;margin-top:1rem}.table{border-top:2px solid #173e42}.row{display:grid;grid-template-columns:45px 1fr auto auto auto;gap:1rem;align-items:center;padding:1.2rem;border-bottom:1px solid #d8d1c3}.row small{display:block;color:#7a8987;margin-top:.3rem}.doc{font:1.6rem Georgia,serif;color:#c65a3e}.row a{padding:.55rem .8rem;color:#24575b;text-decoration:none}.row .primary-link{background:#173e42;color:#fff}.empty{padding:3rem;text-align:center;color:#778784}.admin-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem}.admin-grid h2{font:1.5rem Georgia,serif}.admin-item{background:#fbf8f0;border-bottom:1px solid #ded5c7;padding:1rem;display:flex;align-items:center;justify-content:space-between}.admin-item small{display:block;color:#788987;margin-top:.3rem}.admin-item button{border:1px solid #b7b0a5;background:transparent;padding:.4rem .7rem}.admin-item button.published{background:#dce9df;color:#286044;border-color:#b4d0bd}.role{text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;color:#c65a3e}@media(max-width:800px){.login{grid-template-columns:1fr}.login-art{min-height:42vh}.login-art h1{font-size:12vw}.login-card{padding:3rem 0}.shell{grid-template-columns:1fr}aside{height:auto;position:static;padding:1rem}.logo{padding-bottom:1rem}nav{display:flex;overflow:auto}.account{display:none}.workspace{padding:2rem 1.2rem}.page-head h1,.editor-head h1{font-size:2.4rem}.letter-form{grid-template-columns:1fr}.letter-form label{grid-column:1}.admin-grid{grid-template-columns:1fr}}.mobile-logout{display:none}.form-actions{grid-column:1/-1;display:flex;gap:.75rem;align-items:center;margin-top:1rem}.form-actions button,.admin-actions button{border:1px solid #173e42;background:transparent;color:#173e42;padding:.75rem 1rem;font-weight:600}.form-actions button:last-child,.admin-actions button:first-child{background:#173e42;color:#fff}.form-actions button:disabled,.profile button:disabled{opacity:.5;cursor:not-allowed}.admin-actions{display:flex;gap:.75rem}.compact,.template-form{margin-bottom:2rem}.compact{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.profile select{padding:.85rem;background:#fffdf7;border:1px solid #d5cfc1}.template-form textarea{min-height:130px;font:12px/1.4 monospace}.check{display:flex!important;align-items:center;grid-template-columns:auto 1fr!important}.check input{width:auto}.assistant-answer{white-space:pre-wrap;line-height:1.55}.drop-zone{min-height:260px;border:2px dashed #9aab9f;background:#f4f0e5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;cursor:pointer;transition:.2s}.drop-zone.dragging{border-color:#c65a3e;background:#f8e7dc;transform:translateY(-2px)}.drop-zone.busy{cursor:wait;opacity:.85}.drop-zone input{position:absolute;width:1px;height:1px;opacity:0}.drop-zone b{font:700 1.25rem Georgia,serif;color:#173e42}.drop-zone span{color:#60716f}.drop-zone .spinner{width:34px;height:34px;border-radius:50%;border:3px solid #9aab9f;border-top-color:#c65a3e;animation:spin .8s linear infinite;margin-top:6px}@keyframes spin{to{transform:rotate(360deg)}}.import-progress{margin-top:16px}.import-progress small{color:#60716f}.progress-track{height:10px;border-radius:5px;background:#ddd5c6;overflow:hidden;margin-bottom:6px}.progress-fill{height:100%;background:#c65a3e;transition:width .3s}.import-results{margin-top:18px}.import-results h3{margin:0 0 6px}.import-result{font-size:.85rem;padding:7px 0;border-bottom:1px dashed #d4cbbc}.import-result.err{color:#a32e22}.import-result.ok{color:#24575b}.import-results .go-admin{margin-top:12px;border:0;background:#173e42;color:#fff;padding:.7rem 1rem;font-weight:600}.archive-tools{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.2rem;background:#fbf8f0;border:1px solid #d8d1c3;border-bottom:0}.archive-tools button.danger{border:1px solid #a32e22;background:transparent;color:#a32e22;padding:.55rem .9rem;font-weight:600}.archive-tools button.danger:disabled{opacity:.4;cursor:not-allowed}.admin-item-actions{display:flex;gap:.5rem}.admin-item button.danger{border-color:#a32e22;color:#a32e22}.row-check{margin:0;width:auto}.row{grid-template-columns:auto 45px minmax(0,1fr) auto auto auto}.row.selected{background:#eef4ef}.row.selected .doc{color:#173e42}.import-note{margin-top:18px;border-left:4px solid #d3a54a;padding:10px 14px;background:#fffaf0}.import-note p{margin:5px 0 0;color:#60716f;line-height:1.5}.generate-layout.with-preview{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;align-items:start;margin-top:1.5rem}.generate-layout.with-preview .pdf-preview{margin-top:0}@media(max-width:1100px){.generate-layout.with-preview{grid-template-columns:1fr}}.pdf-preview{margin-top:24px;border:1px solid #d4cbbc;background:#f4f0e5;padding:14px}.pdf-preview>header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px}.pdf-preview h2{margin:3px 0 0}.pdf-preview>header>div:last-child{display:flex;align-items:center;gap:8px}.pdf-preview a,.pdf-preview button,.row button{border:1px solid #173e42;background:transparent;color:#173e42;padding:7px 9px;text-decoration:none}.spell-check{margin:0 0 12px;border:1px solid #d3a54a;background:#fffaf0;padding:12px}.spell-check h3{margin:0 0 8px}.spell-issue{padding:7px 0;border-bottom:1px dashed #e0d5bd;font-size:.85rem}.spell-issue:last-child{border-bottom:0}.spell-issue b{display:inline-block;min-width:70px;margin-right:8px}.spell-issue.high b{color:#a32e22}.spell-issue.medium b{color:#c67f1a}.spell-issue.low b{color:#60716f}.spell-issue p{margin:4px 0 0;color:#3f4f4d}.pdf-preview .primary-link{background:#173e42;color:#fff}.pdf-preview iframe{display:block;width:100%;height:70vh;border:1px solid #c8c0b1;background:#fff}.chat-dock{position:fixed;right:22px;bottom:20px;width:360px;z-index:20;filter:drop-shadow(0 12px 28px #173e4240)}.chat-toggle{width:100%;border:0;background:#c65a3e;color:#fff;padding:12px 16px;text-align:left;display:grid;gap:3px}.chat-toggle span{font-weight:700}.chat-toggle small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.85}.chat-panel{background:#fbf8f0;border:1px solid #d4cbbc}.chat-tools{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-bottom:1px solid #d4cbbc;font-size:.7rem;color:#60716f}.chat-tools>div{display:flex;gap:5px}.chat-tools button{border:0;background:transparent;color:#173e42;padding:3px 5px}.chat-tools button:first-child{color:#a34832}.chat-tools button:disabled{opacity:.4}.chat-history{height:320px;overflow:auto;padding:14px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.chat-message{box-sizing:border-box;min-width:0;max-width:88%;padding:9px 11px;background:#e2ebe5;line-height:1.35;font-size:.88rem;overflow-wrap:anywhere;word-break:break-word}.chat-message p{margin:0 0 6px}.chat-message p:last-child{margin-bottom:0}.chat-message ul{margin:4px 0 6px;padding-left:18px}.chat-message li{margin:2px 0}.chat-message code{background:#d6e2da;padding:1px 4px;border-radius:3px;font-size:.85em}.chat-message a{color:#173e42;text-decoration:underline}.chat-message.user{align-self:flex-end;background:#173e42;color:#fff}.chat-message small{display:block;font-size:.58rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;opacity:.7}.typing{display:flex;gap:4px;padding:4px 1px}.typing i{width:6px;height:6px;border-radius:50%;background:#60716f;animation:typing 1s infinite ease-in-out}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-3px);opacity:1}}.chat-action{display:block;margin-top:8px;border:1px solid #173e42;background:transparent;color:#173e42;padding:6px 8px;text-align:left;font-weight:600}.chat-action:hover{background:#173e42;color:#fff}.chat-panel form{border-top:1px solid #d4cbbc;padding:10px}.chat-panel form p{font-size:.68rem;color:#7a8987;margin:0 0 8px}.chat-panel form>div{display:flex}.chat-panel input{flex:1;border:1px solid #d4cbbc;padding:9px;min-width:0}.chat-panel form button{border:0;background:#173e42;color:#fff;width:42px}@media(max-width:800px){.mobile-logout{display:block;color:#d87a60}.form-actions,.admin-actions{display:grid}.compact{grid-template-columns:1fr}.form-actions button{width:100%}.pdf-preview>header,.pdf-preview>header>div:last-child{align-items:stretch;flex-direction:column}.pdf-preview iframe{height:55vh}}@media(max-width:800px){.chat-dock{right:10px;bottom:10px;width:calc(100% - 20px)}.chat-history{height:45vh}}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:2px;background:#fbf8f0;border:1px solid #d8d1c3;padding:4px 8px;margin-bottom:1.8rem}.breadcrumb .crumb{border:0;background:transparent;color:#173e42;padding:7px 10px;font-weight:600;border-radius:3px}.breadcrumb .crumb:hover{background:#e8e2d3;color:#173e42}.crumb-branch{position:relative;display:inline-flex}.crumb-chevron{border:0;background:transparent;color:#8a978f;padding:5px 8px;font-size:1.1rem;line-height:1;border-radius:3px;transition:transform .15s}.crumb-chevron:hover{background:#e8e2d3;color:#173e42}.crumb-chevron.open{transform:rotate(90deg)}.crumb-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:250px;max-height:320px;overflow:auto;background:#fffdf7;border:1px solid #c8c0b1;box-shadow:0 12px 28px #173e4230;z-index:15;display:grid}.crumb-menu button{border:0;background:transparent;text-align:left;padding:9px 12px;color:#18383a}.crumb-menu button:hover{background:#eef4ef;color:#18383a}.crumb-menu button.active,.crumb-menu button.active:hover{background:#173e42;color:#fff}.card-icon{display:inline-grid;place-items:center;width:44px;height:44px;background:#eef0e9;color:#173e42;border:1px solid #d8d1c3;border-radius:8px;margin-bottom:.9rem}.folder-card,.tpl-card{background:#fbf8f0;border:1px solid #ddd5c6;padding:1.2rem;transition:transform .15s,box-shadow .15s}.folder-card:hover,.tpl-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #5d493420}.folder-card h2{font:1.35rem Georgia,serif;margin:.2rem 0}.cards .folder-card p{min-height:0;color:#7a8987}.folder-card .card-icon{background:#e2ebe5}.dict-hint{font-weight:400;font-size:.68rem;color:#7a8987;margin-top:.3rem}.editor-head h1{font-size:2.1rem;line-height:1.2}.tpl-card .card-icon{display:grid}.letter-form{grid-template-columns:1fr}.letter-form label.field{display:grid;grid-template-columns:minmax(170px,230px) 1fr;gap:.2rem .9rem;align-items:start;margin:.45rem 0}.letter-form label.field .fname{display:block;padding-top:.95rem;line-height:1.25}.letter-form label.field .fname em{display:block;margin-left:0}.letter-form label.field.wide{grid-template-columns:1fr}.letter-form label.field.wide .fname{padding-top:0}.fcontrol{display:grid;gap:.25rem;min-width:0}.fcontrol input,.fcontrol textarea{width:100%}@media(max-width:800px){.letter-form label.field{grid-template-columns:1fr}.letter-form label.field .fname{padding-top:0}}.hint-row{display:flex;justify-content:space-between;align-items:baseline;gap:.7rem}.card-link{border:0;background:transparent;color:#bf5036;font-size:.72rem;font-weight:600;padding:0;white-space:nowrap}.derived-block{margin-top:1rem;border-top:1px dashed #d4cbbc;padding-top:.8rem}.derived-toggle{border:0;background:transparent;color:#173e42;font-weight:600;padding:.2rem 0;font-size:.85rem}.derived-summary{display:grid;gap:.25rem;margin-top:.5rem;font-size:.8rem;color:#60716f}.derived-summary b{color:#3f4f4d;font-weight:600}.combo{position:relative;display:block}.combo input{width:100%;padding-right:2.2rem}.combo-arrow{position:absolute;right:1px;top:1px;bottom:1px;width:2rem;border:0;background:transparent;color:#60716f;font-size:.8rem;cursor:pointer}.combo-arrow:hover{color:#173e42;background:#eee8da}.combo-menu{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:12;background:#fffdf7;border:1px solid #c8c0b1;box-shadow:0 10px 22px #173e4226;max-height:260px;overflow:auto;display:grid}.combo-menu button{border:0;background:transparent;text-align:left;padding:8px 11px;color:#18383a;font-size:.85rem}.combo-menu button:hover{background:#eef4ef}.drop-zone.slim{min-height:130px}.dict-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.4rem 0 1rem}.dict-tabs button{border:1px solid #d5cfc1;background:#fbf8f0;color:#173e42;padding:.55rem .9rem;font-weight:600;display:flex;gap:.5rem;align-items:center}.dict-tabs button small{background:#e8e2d3;border-radius:9px;padding:1px 7px;font-size:.68rem;color:#60716f}.dict-tabs button.active{background:#173e42;color:#fff}.dict-tabs button.active small{background:#2c5b5e;color:#cfe0dd}.dict-toolbar{display:flex;gap:.75rem;margin-bottom:1rem}.dict-toolbar input{flex:1;border:1px solid #d5cfc1;background:#fffdf7;padding:.7rem}.dict-toolbar button{border:1px solid #173e42;background:#173e42;color:#fff;padding:.7rem 1rem;font-weight:600}.dict-edit{max-width:none}.dict-table-wrap{overflow-x:auto;border:1px solid #d8d1c3;background:#fbf8f0}.dict-table{width:100%;border-collapse:collapse;font-size:.82rem}.dict-table th{text-align:left;padding:.7rem .8rem;border-bottom:2px solid #173e42;background:#f4f0e5;white-space:nowrap}.dict-table td{padding:.6rem .8rem;border-bottom:1px solid #e2dbcc;vertical-align:top}.dict-table td.empty{text-align:center;color:#778784;padding:2rem}.dict-actions{white-space:nowrap}.dict-actions button{border:1px solid #b7b0a5;background:transparent;padding:.35rem .6rem;margin-right:.4rem}.dict-actions button.danger{border-color:#a32e22;color:#a32e22}
