:root{--background:#f3f5f7;--foreground:#20262d;--card:#fff;--card-foreground:#20262d;--muted:#e9edf1;--muted-foreground:#5d6874;--border:#d8dfe6;--input:#c7d0da;--primary:#e8431d;--primary-foreground:#fff;--accent:#ffebe5;--accent-foreground:#a82e11;--popover:#fff;--popover-foreground:#20262d;--secondary:#e9edf1;--secondary-foreground:#20262d;color-scheme:light}:root[data-theme=dark]{--background:#181c22;--foreground:#eef2f6;--card:#242a33;--card-foreground:#eef2f6;--muted:#303846;--muted-foreground:#b3bdca;--border:#3c4654;--input:#505e70;--primary:#f36540;--primary-foreground:#15191e;--accent:#42312d;--accent-foreground:#ffad96;--popover:#242a33;--popover-foreground:#eef2f6;--secondary:#303846;--secondary-foreground:#eef2f6;color-scheme:dark}body,html{background:var(--background);color:var(--foreground)}.portal-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh;font-size:1rem;line-height:1.5}.portal-sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:#151a20;color:#d4dce5;display:flex;flex-direction:column;padding:26px 16px;z-index:20;overflow-y:auto}.portal-logo{display:block;padding:8px 8px 28px}.portal-logo img{display:block;width:100%;height:auto;object-fit:contain}.portal-sidebar nav{display:flex;flex-direction:column;gap:7px}.portal-sidebar nav a,.portal-sidebar nav button{display:flex;align-items:center;gap:12px;border-radius:9px;padding:12px;font-size:.9rem;font-weight:600;text-align:left;cursor:pointer}.portal-sidebar nav svg{width:19px;height:19px;flex-shrink:0}.portal-sidebar nav a:hover,.portal-sidebar nav button:hover{background:#2e3743}.portal-sidebar nav .selected{background:#3d2925;color:#ff9c81;box-shadow:inset 3px 0 #e8431d}.portal-side-bottom{margin-top:auto;padding-top:30px}.portal-side-bottom small{padding:15px 12px;color:#a8b3c1;font-size:.8rem}.portal-workspace{grid-column:2;min-width:0}.portal-top{height:72px;background:var(--card);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:0 32px;font-size:.9rem}.portal-top>span{color:var(--muted-foreground)}.portal-top>a{font-weight:650}.portal-main{max-width:1500px;margin:auto;padding:34px 32px 64px}.portal-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.portal-heading h1{color:var(--foreground);font-size:2rem;letter-spacing:-.035em}.portal-heading .eyebrow{font-size:.8rem}.portal-actions{display:flex;gap:8px}.portal-search{display:flex;align-items:center;gap:10px;margin-bottom:24px;max-width:600px}.portal-search input{background:var(--card);font-size:1rem;height:44px}.portal-search svg{color:var(--muted-foreground)}.portal-panel{border:1px solid var(--border);background:var(--card);border-radius:14px;margin:22px 0;padding:24px;overflow:hidden}.portal-panel h2{font-size:1.2rem;font-weight:650;margin:0 0 20px}.portal-panel>p{color:var(--muted-foreground);margin-bottom:18px}.portal-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));gap:16px}.portal-card{border:1px solid var(--border);border-radius:12px;background:var(--card);padding:22px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;overflow-wrap:anywhere}.portal-card h2,.portal-card h3{font-size:1.1rem;font-weight:700;margin:0}.portal-card p{margin:0;font-size:1rem;line-height:1.65}.portal-card small{color:var(--muted-foreground)}.portal-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}.accent-icon{color:var(--primary);width:26px;height:26px}.portal-link{color:var(--accent-foreground);font-size:.9rem;font-weight:650}.portal-link:hover{text-decoration:underline}.portal-card .portal-link{margin-top:auto}.portal-tag{padding:4px 9px;background:var(--accent);color:var(--accent-foreground);border-radius:6px;font-size:.875rem}.portal-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}.portal-metrics strong{font-size:2rem;line-height:1.2}.portal-metrics span{font-size:.875rem;color:var(--muted-foreground)}.portal-metrics .portal-card{border-top:3px solid var(--primary)}.portal-table{overflow-x:auto}.portal-table table{min-width:1000px}.portal-shell table td,.portal-shell table th{padding:14px 10px;vertical-align:top;font-size:.9rem}.portal-shell table small,.portal-shell table th{color:var(--muted-foreground)}.portal-shell table small{display:block;font-size:.8rem;max-width:260px;margin-top:5px;white-space:normal}.portal-shell table strong{display:block}.status-good{color:#147148;font-weight:700}.status-warn{color:#aa4900;font-weight:700}[data-theme=dark] .status-good{color:#6fdfa5}[data-theme=dark] .status-warn{color:#ffb784}.portal-section-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.portal-section-heading h2{margin:0}.portal-info{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:0 0 20px}.portal-info dt{color:var(--muted-foreground);font-size:.875rem}.portal-info dd{margin:5px 0 0;font-size:1rem}.portal-info dd,.preserve-text{white-space:pre-wrap;overflow-wrap:anywhere}.portal-panel [data-slot=accordion-trigger]{font-size:1rem}.portal-panel [data-slot=accordion-content] p{margin-bottom:15px;font-size:1rem}.portal-breadcrumb{display:flex;gap:6px;margin-bottom:15px}.folder-card{cursor:pointer;text-align:left;transition:border-color .15s,transform .15s}.folder-card:hover{border-color:var(--primary);transform:translateY(-2px)}.portal-list-row{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--border)}.portal-list-row:last-child{border-bottom:0}.row-open{display:flex;align-items:center;gap:15px;cursor:pointer;text-align:left;min-width:0;flex:1}.row-open svg{width:22px;flex-shrink:0;color:var(--primary)}.row-open small,.row-open strong{display:block}.row-open strong{font-size:1rem}.row-open small{font-size:.875rem;color:var(--muted-foreground);margin-top:5px}.portal-empty{padding:48px 20px;color:var(--muted-foreground);text-align:center;font-size:1rem;border:1px dashed var(--border);border-radius:12px}.portal-notice{color:var(--foreground);padding:12px 16px;border-left:3px solid var(--primary);background:var(--card);margin-bottom:20px}.form-error{padding:12px 16px;background:#ffeded;color:#9b2020;border-radius:8px;font-size:.95rem;white-space:pre-wrap}[data-theme=dark] .form-error{background:#482828;color:#ffcaca}.portal-dialog{max-width:min(760px,calc(100vw - 32px))!important;max-height:90vh;background:var(--card);color:var(--foreground)}.portal-dialog [data-slot=dialog-title]{font-size:1.25rem}.portal-dialog [data-slot=dialog-description]{font-size:.875rem;color:var(--muted-foreground)}.portal-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:12px}.login-card label,.portal-form label{display:flex;flex-direction:column;gap:7px;font-size:.9rem;font-weight:600;min-width:0}.portal-form .wide{grid-column:1/-1}.portal-form input,.portal-form select,.portal-form textarea{font-size:1rem;background:var(--background);color:var(--foreground)}.portal-form input,.portal-form select{min-height:42px}.portal-form [data-slot=native-select-wrapper]{width:100%}.portal-form-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--border);padding-top:18px}.rights-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:12px}.portal-form legend{font-weight:650}.portal-form p{font-size:.9rem;color:var(--muted-foreground)}.settings-panel{max-width:840px}.article-content{font-size:1rem;line-height:1.8;padding-top:10px}.login-screen{min-height:100vh;display:grid;place-items:center;background:#171d25;padding:24px}.login-card{width:min(100%,440px);background:var(--card);padding:32px;border-radius:16px;color:var(--foreground)}.login-brand{background:#151a20;padding:22px;border-radius:10px;margin-bottom:30px}.login-brand img{width:100%;height:auto}.login-card h1{font-size:1.75rem;color:var(--foreground)}.login-card p{color:var(--muted-foreground);margin:12px 0 24px}.login-card form{display:flex;flex-direction:column;gap:20px}.login-card input{height:44px;font-size:1rem}.login-card small{display:block;color:var(--muted-foreground);font-size:.8rem;margin-top:24px}@media (max-width:1000px){.portal-info{grid-template-columns:repeat(2,1fr)}.portal-cards{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}}@media (max-width:760px){.portal-shell{display:block}.portal-sidebar{position:static;width:100%;padding:14px}.portal-logo{width:210px;padding:0 8px 16px}.portal-sidebar nav{flex-direction:row;flex-wrap:wrap;gap:4px}.portal-sidebar nav a,.portal-sidebar nav button{font-size:.875rem;padding:9px}.portal-side-bottom{margin-top:6px;padding-top:6px;border-top:1px solid #3c4654}.portal-side-bottom small{display:none}.portal-main{padding:24px 16px 40px}.portal-top{padding:0 16px;gap:16px;height:auto;min-height:60px}.portal-heading{align-items:flex-start;flex-direction:column}.portal-cards{grid-template-columns:1fr}.portal-panel{padding:16px}.portal-form{grid-template-columns:1fr}.portal-form .wide{grid-column:1}.portal-info{grid-template-columns:1fr 1fr}.portal-list-row{align-items:flex-start;flex-direction:column}.portal-section-heading{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.person-line{display:inline-flex;align-items:center;gap:.65rem;flex-wrap:wrap}.person-avatar{border-radius:50%;object-fit:cover;flex-shrink:0;display:inline-flex;vertical-align:middle}.initials{background:var(--accent);color:var(--accent-foreground);font-weight:700;font-size:.875rem}.identity-icon,.initials{align-items:center;justify-content:center}.identity-icon{display:inline-flex;width:56px;height:56px;background:var(--muted);border-radius:14px}.identity-icon svg{width:28px;height:28px}.identity-picker{display:flex;align-items:end;gap:1rem;flex-wrap:wrap}.identity-picker label{flex:1;min-width:130px}.identity-picker input[type=color]{min-width:80px}.image-field{display:flex;flex-direction:column;gap:.75rem;border:1px dashed var(--border);border-radius:12px;padding:1rem}.image-field input[type=file]{display:block;max-width:100%;font-size:.875rem;margin-top:.5rem}.customer-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;background:var(--background);padding:1.25rem;border-radius:12px;margin:1rem 0 1.5rem}.customer-facts>div{display:flex;flex-direction:column;gap:.5rem}.customer-filters{display:flex;align-items:end;gap:1rem;flex-wrap:wrap;margin:0 0 1.5rem}.customer-filters label{min-width:210px;display:flex;flex-direction:column;gap:.35rem;font-size:.875rem}.time-fields{display:flex;gap:.75rem}.time-fields label{flex:1}.editor-page{max-width:1200px;margin:1.5rem auto}.article-page h1,.editor-page h1{font-size:2rem;font-weight:700;margin:.5rem 0 1rem}.editor-page header{margin-bottom:1.5rem;border-bottom:1px solid var(--border);padding-bottom:1rem}.editor-page .portal-form-actions{position:sticky;bottom:0;background:var(--card);padding:1rem 0;border-top:1px solid var(--border);z-index:5}.article-page{max-width:1050px;margin:1.5rem auto}.article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.875rem;color:var(--muted-foreground);padding-bottom:1.5rem}.article-page>.rich-content{margin-top:2rem;border-top:1px solid var(--border);padding-top:1.5rem}.rich-editor{border:1px solid var(--border);border-radius:12px;background:var(--card);overflow:clip;font-weight:400}.editor-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem;background:var(--muted);border-bottom:1px solid var(--border)}.editor-toolbar select{max-width:170px;font-size:.875rem}.editor-toolbar button{font-size:.875rem}.editor-toolbar button[aria-pressed=true]{background:var(--accent);color:var(--accent-foreground)}.text-color{display:flex!important;align-items:center;gap:.4rem;font-size:.875rem!important}.text-color input{width:30px;height:30px;border:0;padding:0}.rich-writing{min-height:420px;padding:1.5rem;outline:none;font-size:1rem;line-height:1.75}.compact .rich-writing{min-height:150px;padding:1rem}.rich-writing:focus{box-shadow:inset 0 0 0 2px var(--primary)}.rich-content{font-size:1rem;line-height:1.75;overflow-wrap:anywhere}.rich-content p,.rich-writing p{margin:.4rem 0 .9rem}.rich-content h1,.rich-writing h1{font-size:2rem;font-weight:700;margin:1.25rem 0 .6rem}.rich-content h2,.rich-writing h2{font-size:1.5rem;font-weight:700;margin:1.25rem 0 .6rem}.rich-content h3,.rich-writing h3{font-size:1.25rem;font-weight:700;margin:1rem 0 .6rem}.rich-content ul,.rich-writing ul{list-style:disc;padding-left:1.7rem}.rich-content ol,.rich-writing ol{list-style:decimal;padding-left:1.7rem}.rich-content a,.rich-writing a{color:var(--primary);text-decoration:underline}.rich-content img,.rich-writing img{display:block;max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.rich-content pre,.rich-writing pre{white-space:pre-wrap;background:var(--muted);padding:1rem;border-radius:8px}.rich-content blockquote,.rich-writing blockquote{border-left:3px solid var(--primary);padding-left:1rem}.editor-foot{padding:.6rem 1rem;color:var(--muted-foreground);font-size:.875rem;border-top:1px solid var(--border)}.emoji-picker{display:flex;flex-wrap:wrap;padding:.5rem;background:var(--background)}.emoji-picker button{font-size:1.25rem}.upload-pending{height:1px;width:1px;opacity:.01}.portal-form .rich-editor{width:100%}.portal-dialog{max-height:90dvh!important;overflow-y:auto}.portal-card .person-line{margin:.5rem 0}.portal-list-row .row-open .person-line{font-size:.875rem;margin-top:.5rem}.portal-card small{font-size:.875rem}.portal-form .wide>label{display:block;margin-bottom:.5rem}@media (max-width:760px){.customer-facts{grid-template-columns:1fr}.editor-toolbar{gap:.2rem}.editor-toolbar select{max-width:145px}.rich-writing{padding:1rem;min-height:320px}.article-page h1,.editor-page h1{font-size:1.5rem}.customer-filters label{min-width:0;width:100%}}html{scrollbar-gutter:stable}.portal-main{width:100%;max-width:none;margin:0;padding:32px 40px 48px}.portal-top{padding-inline:40px}.article-page,.editor-page{max-width:none;margin:24px 0}.portal-dialog h1,.portal-dialog h2,.portal-shell h1,.portal-shell h2,.portal-shell h3{color:var(--foreground)}.internal-contact{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.internal-contact .person-line{margin:0}.backup-alert{display:flex;align-items:flex-start;gap:12px;background:#fff0f0;color:#9e1724;border:1px solid #e599a0;padding:16px;border-radius:12px;margin-bottom:20px}:root[data-theme=dark] .backup-alert{background:#3f2029;color:#ffb8bd;border-color:#88414c}.backup-alert svg{flex-shrink:0;margin-top:3px}.backup-alert a{text-decoration:underline}.editor-toolbar{flex-wrap:nowrap;overflow-x:auto;gap:4px;padding:8px;align-items:center}.editor-toolbar>*{flex-shrink:0}.portal-form .editor-toolbar [data-slot=native-select-wrapper]{width:auto;min-width:94px;flex:0 0 auto}.portal-form .editor-toolbar select{width:100%;max-width:150px;height:34px;padding-block:4px}.editor-toolbar button{height:34px;min-width:32px;padding:6px 8px}.editor-toolbar .text-color{flex-direction:row;width:auto;margin:0}.editor-toolbar .text-color input{width:24px;height:24px}.editor-toolbar .toolbar-divider{height:22px;border-left:1px solid var(--border);margin:0 4px}.icon-choices{display:grid;grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:6px;max-height:190px;overflow:auto;width:100%}.icon-choice{display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;min-height:44px;cursor:pointer}.icon-choice[aria-pressed=true]{border:2px solid var(--primary);background:var(--accent)}.icon-choice svg{width:23px;height:23px}.identity-picker{align-items:center}.identity-picker .icon-search{flex-basis:100%}.restore-style{margin-right:auto}.resize-picture{position:relative;display:inline-block;max-width:100%;margin:12px 0;line-height:0}.resize-picture.selected{outline:2px solid var(--primary)}.resize-picture img{width:100%;margin:0;border-radius:0}.resize-handle{position:absolute;width:14px;height:14px;padding:0;background:var(--primary);border:2px solid var(--card);bottom:-7px;right:-7px;cursor:nwse-resize;touch-action:none}.picture-controls{display:flex;gap:8px;align-items:center;margin-top:12px;line-height:1.5;font-size:14px}.picture-controls input{width:80px}@media (max-width:760px){.portal-main{padding:24px 16px 40px}.portal-top{padding-inline:16px}}.portal-form .identity-picker .accent-color-field{flex:0 0 auto;flex-direction:row;align-items:center;gap:0;min-width:0;margin-right:0;padding-right:0}.portal-form .identity-picker input[type=color]{width:44px;min-width:44px;height:38px;padding:4px;margin-left:16px!important}select,select optgroup,select option{background-color:var(--card);color:var(--foreground)}:root[data-theme=dark] select{color-scheme:dark}.customer-dialog{width:min(1040px,calc(100vw - 32px))!important;max-width:1040px!important;max-height:90dvh;overflow:hidden!important;padding:0!important}.customer-dialog-scroll{max-height:calc(90dvh - 8px);overflow-y:auto;padding:28px;scrollbar-gutter:stable}.portal-form .domain-controller-field,.portal-form .maintenance-field{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;align-self:end;min-height:42px;margin:0}.portal-form .domain-controller-field{align-self:start;padding-top:31px}.portal-form{column-gap:24px;row-gap:24px}.portal-form>div,.portal-form>fieldset,.portal-form>label{margin-block:0}.portal-form .wide>label{margin-bottom:8px}.portal-form label>.person-line{margin-top:10px}.portal-form .identity-picker{padding:10px 12px 14px;column-gap:14px;row-gap:14px}.portal-form .identity-picker legend{padding-inline:6px;margin-bottom:4px}.portal-form .identity-picker>.identity-icon{margin-left:6px}.image-field .file-picker-input{display:none!important}.customer-card-actions,.row-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.customer-card-actions{margin-top:16px}.delete-button{color:var(--destructive)}.backup-controls,.backup-overview-head{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}.backup-overview-head{justify-content:space-between;align-items:flex-start;margin-bottom:20px}.backup-overview-head h2{margin-bottom:6px}.backup-overview-head p{color:var(--muted-foreground);margin:0}.backup-controls{padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--background)}.backup-controls label{display:grid;gap:6px;min-width:220px;color:var(--foreground);font-size:.875rem;font-weight:650}.backup-legend{display:block;margin:28px 0 0;padding:20px;border:1px solid var(--border);border-radius:12px;background:var(--background)}.backup-legend h3{margin:0 0 16px;color:var(--foreground);font-size:1rem}.backup-legend-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.backup-legend-item{display:grid;align-content:start;justify-items:start;gap:8px}.backup-legend-item p{margin:0;color:var(--muted-foreground);font-size:.875rem;line-height:1.45}.backup-status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:5px 9px;font-weight:750;white-space:nowrap}.backup-status i{width:9px;height:9px;border-radius:50%;background:currentColor}.backup-status-success{color:#147148;background:#dff6e9}.backup-status-failed{color:#b42331;background:#fde7e9}.backup-status-running{color:#1556a2;background:#e1efff}.backup-status-offline{color:#5d6673;background:#e8ebef}.backup-status-unknown{color:#7040a0;background:#f0e7fa}.portal-shell[data-theme=dark] .backup-status-success{color:#79e2a9;background:#193a2a}.portal-shell[data-theme=dark] .backup-status-failed{color:#ff9da5;background:#482027}.portal-shell[data-theme=dark] .backup-status-running{color:#8bc0ff;background:#1b3557}.portal-shell[data-theme=dark] .backup-status-offline{color:#c2c9d2;background:#343b45}.portal-shell[data-theme=dark] .backup-status-unknown{color:#d7b1ff;background:#3a2950}.backup-alert-stack{border:1px solid #e599a0;border-radius:12px;background:#fff0f0;color:#9e1724;margin-bottom:20px;padding:0 16px}.portal-shell[data-theme=dark] .backup-alert-stack{border-color:#88414c;background:#3f2029;color:#ffb8bd}.backup-alert-summary{display:inline-flex;align-items:center;gap:10px;font-weight:750}.backup-alert-list{display:grid;gap:10px;margin-bottom:14px}.backup-alert-list>div{display:grid;gap:2px;padding:10px 0;border-bottom:1px solid color-mix(in srgb,currentColor 28%,transparent)}.backup-alert-list small,.backup-alert-list span{font-size:.875rem}.customer-card{display:grid;grid-template-rows:64px auto auto 30px 60px auto 1fr;align-items:start}.customer-card .customer-contact-slot,.customer-card .customer-detail-line,.customer-card .customer-maintenance-slot,.customer-card>h2,.customer-card>p{margin:0}.customer-maintenance-slot{min-height:30px;display:flex;align-items:center}.customer-contact-slot{min-height:60px;justify-content:center}.customer-card-actions{align-self:end}.icon-picker-collapsible{flex-basis:100%;width:100%}.icon-picker-tools{display:flex;gap:10px;align-items:center}.icon-picker-tools .icon-search{flex:1 1 auto}.portal-form .identity-picker .icon-choices{max-height:none;overflow:visible;margin-top:12px}@media (max-width:640px){.backup-controls label{width:100%;min-width:0}.icon-picker-tools{align-items:stretch;flex-direction:column}}.portal-breadcrumb{color:var(--primary);font-size:1.15rem;gap:8px;margin:18px 0;flex-wrap:wrap}.portal-breadcrumb button{font-size:inherit;color:inherit}.portal-breadcrumb button:last-child{font-weight:800;background:var(--accent)}.portal-breadcrumb:before{content:"➜";font-size:1.5rem;font-weight:800}.portal-metrics .identity-icon{width:40px;height:40px}.portal-metrics .identity-icon svg{width:22px;height:22px}.portal-shell[data-theme=dark]{--background:#181c22;--foreground:#eef2f6;--card:#242a33;--card-foreground:#eef2f6;--muted:#303846;--muted-foreground:#b3bdca;--border:#3c4654;--input:#505e70;--primary:#f36540;--primary-foreground:#15191e;--accent:#42312d;--accent-foreground:#ffad96;--popover:#242a33;--popover-foreground:#eef2f6;--secondary:#303846;--secondary-foreground:#eef2f6;color-scheme:dark;background:var(--background);color:var(--foreground)}.portal-shell[data-theme=light]{color-scheme:light}.packet-dialog .row-actions,.portal-shell .customer-card-actions,.portal-shell .portal-actions,.portal-shell .portal-form-actions,.portal-shell .row-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.portal-shell .customer-card-actions>a,.portal-shell .customer-card-actions>button,.portal-shell .portal-actions>a,.portal-shell .portal-actions>button,.portal-shell .row-actions>a,.portal-shell .row-actions>button{margin:0;min-height:36px}.portal-shell .article-actions{margin:24px 0}.portal-shell .portal-breadcrumb button,.portal-shell .portal-breadcrumb button:last-child{font-weight:500}.portal-shell .backup-status{font-size:1rem;font-weight:500}.portal-shell .backup-legend h3{font-size:1.15rem;font-weight:500}.portal-shell :is(.portal-metrics a,.customer-card,.folder-card){transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.portal-shell :is(.portal-metrics a,.customer-card,.folder-card):is(:hover,:focus-visible,:focus-within){transform:translateY(-4px);box-shadow:0 8px 24px #ee4b1b24;border-color:#ee4b1b}.refresh-stamp{font-size:.95rem;margin:-8px 0 20px;padding:10px 14px;display:table;border-left:3px solid #ee7547;border-radius:6px;background:#ee754714;color:#9b3412}.portal-shell[data-theme=dark] .refresh-stamp{color:#ffb28c;background:#ee75471c}.refresh-stamp time{font-weight:600}.packet-loading{display:grid;gap:8px;padding:12px 0}.packet-loading progress{width:100%;height:8px;accent-color:#ee7547}.packet-canvas[hidden]{display:none}.creator-byline{color:var(--muted-foreground);font-size:.9rem}.note-title{text-align:left;cursor:pointer}.note-title:hover{color:#ee4b1b}.developer-setting{display:grid;gap:10px}.developer-setting [data-slot=native-select-wrapper]{max-width:380px}.packet-secret{align-self:flex-start;color:#ee7547;border-radius:8px;padding:10px;cursor:pointer;width:40px;height:40px;justify-content:center}.packet-dialog{width:min(720px,calc(100vw - 32px));max-width:720px;max-height:90vh;overflow-y:auto}.packet-canvas{width:100%;border-radius:10px;border:1px solid #455564;cursor:ew-resize;touch-action:none}.packet-hud{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.packet-result{text-align:center;padding:20px 0}.packet-result>strong{font-size:2rem;color:#ed7040}.packet-result h3{font-size:1.3rem;font-weight:500;margin:12px 0}.settings-stack{display:grid;gap:24px;width:100%;max-width:840px}.settings-stack>.portal-panel{width:100%;max-width:none;margin:0}.packet-rank-legend{margin-top:20px}.packet-rank-heading{display:flex;align-items:center;gap:12px}.packet-rank-badge{flex-shrink:0}.packet-rank-legend summary{cursor:pointer;font-weight:500;padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:var(--background)}.packet-rank-legend summary:hover{border-color:#ee7547}.packet-rank-legend dl{display:grid;gap:16px;margin-top:16px}.packet-rank-legend dt{font-weight:500}.packet-rank-legend dd{margin:4px 0 0;color:var(--muted-foreground)}.packet-types{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.85rem}.packet-tools{display:flex;justify-content:flex-end}.packet-effect{min-height:24px;color:#ee7547;font-size:.9rem}.portal-form .form-field>label{margin:0 0 7px}.portal-form>label:not(.maintenance-field):not(.domain-controller-field){gap:7px;justify-content:flex-start}.portal-form .form-field,.portal-form>label:not(.maintenance-field):not(.domain-controller-field){align-self:start}.portal-form .form-field>[data-slot=native-select-wrapper],.portal-form .form-field>input,.portal-form>label>[data-slot=native-select-wrapper],.portal-form>label>input{margin-top:0}.portal-shell[data-theme=dark] .customer-card .internal-contact,.portal-shell[data-theme=dark] .customer-card>p{color:#c4cede}@media (prefers-reduced-motion:reduce){.portal-shell :is(.portal-metrics a,.customer-card,.folder-card){transition:none}.portal-shell :is(.portal-metrics a,.customer-card,.folder-card):is(:hover,:focus-visible,:focus-within){transform:none}}.recovery-status{padding:12px 16px;margin:12px 0;border:1px solid #ee7547;border-radius:8px;background:#ee754714;color:inherit;font-size:.95rem}.recovery-status a,.recovery-status button{color:#ee7547;text-decoration:underline;margin-left:10px;cursor:pointer}