:root{--bg:#0f172a;--panel:#111827;--text:#e5e7eb;--muted:#9ca3af;--primary:#22d3ee;--danger:#f87171;--warn:#fbbf24;--ok:#34d399;--border:#1f2937}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Arial,sans-serif}header,footer{border-bottom:1px solid var(--border);padding:16px 24px}h1,h2{margin:0 0 8px}.panel{background:var(--panel);border:1px solid var(--border);border-radius:8px;margin:16px;padding:16px}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}label{flex-direction:column;gap:6px;font-size:14px;display:flex}.checkbox{flex-direction:row;align-items:center;gap:8px}input,select,button{color:var(--text);border:1px solid var(--border);background:#0b1324;border-radius:6px;padding:8px 10px;font-size:14px}button{cursor:pointer}button:hover{border-color:var(--primary)}.note{color:var(--muted);margin-top:8px;font-size:12px}.row-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex}table{border-collapse:collapse;width:100%;font-size:14px}thead th{text-align:left;color:var(--muted);border-bottom:1px solid var(--border);padding:6px 4px}tbody td{border-bottom:1px solid var(--border);vertical-align:middle;padding:8px 4px}.pill{border-radius:999px;padding:2px 8px;font-size:12px;display:inline-block}.pill.ok{color:var(--ok);background:#064e3b}.pill.warn{color:var(--warn);background:#4d3612}.pill.danger{color:var(--danger);background:#4b1d1d}.mono{word-break:break-all;color:#d1d5db;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.hidden{display:none}fieldset{border:1px solid var(--border);border-radius:6px;margin:0;padding:12px}legend{color:var(--text);padding:0 8px;font-size:14px;font-weight:500}.radio{cursor:pointer;border-radius:4px;flex-direction:row;align-items:center;gap:8px;margin:8px 0;padding:8px;transition:background-color .2s;display:flex}.radio:hover{background:#22d3ee1a}.radio input[type=radio]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;margin:0}.radio input[type=radio]:checked{background:var(--primary);border-color:var(--primary)}.radio label{cursor:pointer;color:var(--text);margin:0;font-size:14px}.storage-info{border:1px solid var(--border);background:#0b1324;border-radius:6px;margin-top:8px;padding:12px;font-size:13px;line-height:1.4}.storage-option-info{color:var(--muted)}.storage-option-info strong{color:var(--text)}.storage-warning{background:#ffc1071a;border:1px solid #ffc10766;border-radius:4px;align-items:flex-start;gap:8px;margin-top:8px;padding:12px;font-size:14px;line-height:1.4;display:flex}.warning-icon{flex-shrink:0;margin-top:1px;font-size:16px}.warning-content{flex:1}.warning-content strong{color:#ffc107}.tx-id{word-break:break-all;color:#d1d5db;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.app-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.brand{align-items:center;gap:10px;display:flex}.logo{border:1px solid var(--border);width:28px;height:28px;color:var(--primary);background:#0b1324;border-radius:6px;place-items:center;font-weight:700;display:grid}.logo-img{object-fit:cover;border-radius:12px;width:52px;height:52px;display:block}.toolbar{flex-wrap:wrap;gap:8px;display:flex}.icon-btn{border:1px solid var(--border);color:var(--text);background:#0b1324;border-radius:6px;align-items:center;gap:6px;padding:8px 10px;display:inline-flex}.icon-btn .btn-text{display:none}@media (width>=560px){.icon-btn .btn-text{display:inline}}.file-label{border:1px solid var(--border)!important;color:var(--text)!important;cursor:pointer!important;background:#0b1324!important;border-radius:6px!important;flex-direction:row!important;align-items:center!important;gap:6px!important;padding:8px 10px!important;display:inline-flex!important;position:relative!important;overflow:hidden!important}.file-label:hover{border-color:var(--primary)!important}.visually-hidden{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.files-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.files-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.lock{vertical-align:middle;opacity:.9;margin-left:6px;font-size:12px}.actions{white-space:nowrap}.icon-only{background:#0b1324;padding:6px 8px;font-size:16px;line-height:1}.icon-only:hover{border-color:var(--primary)}.icon-only+.icon-only{margin-left:6px}.breadcrumb{flex-wrap:wrap;align-items:center;gap:4px;margin:8px 0;font-size:14px;display:flex}.breadcrumb-item{cursor:pointer;color:var(--primary);border-radius:4px;padding:4px 8px;transition:background-color .2s}.breadcrumb-item:hover{background:var(--border);text-decoration:none}.breadcrumb-item.active{color:var(--text);cursor:default;background:var(--panel)}.breadcrumb-sep{color:var(--muted);margin:0 2px}[title]{position:relative}[title]:hover:after{content:attr(title);background:var(--panel);color:var(--text);border:1px solid var(--border);white-space:nowrap;z-index:1000;pointer-events:none;border-radius:4px;padding:4px 8px;font-size:12px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}tr .folder-row{cursor:pointer;border:1px solid var(--border);border-radius:4px;padding:.5rem;background:var(--panel)!important}tr:hover .folder-row{background:var(--border)!important}.folder-row i{color:var(--primary);margin-right:.5rem}tr:has(.folder-row){background:var(--panel)}tr:has(.folder-row):hover{background:var(--border)}.path-display{background:var(--panel);border:1px solid var(--border);color:var(--text);border-radius:6px;margin-top:4px;padding:8px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px}.path-display i{color:var(--primary);margin-right:4px}.spinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:16px;height:16px;margin-right:8px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.spinner.hidden{display:none}#upload-btn{justify-content:center;align-items:center;min-width:140px;display:flex}#upload-btn:disabled{opacity:.6;cursor:not-allowed}button[id$=-cancel]{background:var(--panel);color:var(--text);border:1px solid var(--border);margin-left:8px}button[id$=-cancel]:hover{background:var(--border);border-color:var(--text)}footer{justify-content:flex-end;align-items:center;gap:8px;display:flex}footer button:first-child{margin-right:0}.file-detail-value{background:var(--panel);border:1px solid var(--border);word-break:break-all;border-radius:4px;margin-top:4px;padding:8px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px}.uhrp-url{color:var(--primary);font-size:12px}.encryption-key{color:var(--warn);font-size:12px}.file-name-clickable{transition:color .2s}.file-name-clickable:hover{color:var(--primary);text-shadow:0 0 8px #22d3ee4d}#file-details-content .grid{gap:16px}#file-details-content label{color:var(--text);margin-bottom:4px;font-weight:600}.files-table{display:table}.files-mobile{display:none}@media (width<=768px){.app-header{flex-direction:column;align-items:stretch;gap:16px;padding:12px 16px}.brand{justify-content:center}.toolbar{justify-content:center;gap:6px}.icon-btn{min-height:44px;padding:10px 12px}.panel{margin:8px;padding:12px}.files-table{display:none}.files-mobile{display:block}.file-card{background:var(--panel);border:1px solid var(--border);border-radius:8px;margin-bottom:8px;padding:12px}.file-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.file-card-name{flex:1;align-items:center;gap:8px;min-width:0;font-weight:500;display:flex}.file-card-actions{gap:4px;display:flex}.file-card-actions button{min-width:36px;min-height:36px;padding:6px}.file-card-details{color:var(--muted);grid-template-columns:1fr 1fr;gap:8px;font-size:12px;display:grid}.file-card-detail{flex-direction:column;gap:2px;display:flex}.file-card-detail-label{text-transform:uppercase;letter-spacing:.5px;font-size:10px}.file-card-detail-value{color:var(--text);font-weight:500}.folder-card{background:var(--panel);border:1px solid var(--border);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px;display:flex}.folder-card:hover{background:var(--border)}.folder-card-info{flex:1;align-items:center;gap:8px;display:flex}.folder-card-actions{gap:4px;display:flex}.breadcrumb{flex-wrap:wrap;gap:4px;font-size:14px}.breadcrumb-item{border-radius:4px;padding:4px 8px}dialog article{max-width:calc(100vw - 16px);max-height:calc(100vh - 16px);margin:8px;overflow-y:auto}dialog header{padding:12px 16px}dialog footer{flex-direction:column;gap:8px;padding:12px 16px}dialog footer button{width:100%;min-height:44px;padding:12px}#file-details-content .grid{grid-template-columns:1fr;gap:12px}.file-detail-value{word-break:break-all;padding:6px 8px;font-size:12px}.grid{grid-template-columns:1fr;gap:16px}input,select,button{min-height:44px;padding:12px;font-size:16px}.file-label{justify-content:center;width:100%;min-height:44px;padding:12px}}@media (width>=769px) and (width<=1024px){.files-table{display:table}.files-mobile{display:none}table{font-size:13px}thead th,tbody td{padding:6px 8px}.actions{white-space:nowrap}.actions button{min-width:32px;min-height:32px;padding:4px 6px}}@media (width>=1025px){.files-table{display:table}.files-mobile{display:none}.icon-btn .btn-text{display:inline}}@media (hover:none) and (pointer:coarse){button,.icon-btn,.file-name-clickable{min-width:44px;min-height:44px}.actions button{min-width:40px;min-height:40px}.breadcrumb-item{align-items:center;min-height:44px;padding:8px 12px;display:flex}}.about-section{margin-bottom:24px}.about-section h3{color:var(--primary);margin-bottom:12px;font-size:18px}.about-section h4{color:var(--text);margin-bottom:8px;font-size:16px}.about-section p{margin-bottom:12px;line-height:1.6}.about-section ul{margin-bottom:12px;margin-left:20px}.about-section li{margin-bottom:8px;line-height:1.5}.toolbar-explanation{flex-direction:column;gap:16px;display:flex}.toolbar-item{background:var(--panel);border:1px solid var(--border);border-radius:6px;flex-direction:column;gap:4px;padding:12px;display:flex}.toolbar-item strong{color:var(--primary);align-items:center;gap:8px;font-size:14px;display:flex}.toolbar-item p{color:var(--muted);margin:0;font-size:13px}.contact-info{background:var(--panel);border:1px solid var(--border);border-radius:6px;margin-bottom:16px;padding:16px}.contact-info h4{color:var(--primary);margin-bottom:12px}.contact-info p{margin-bottom:12px;font-size:14px}.contact-links{flex-direction:column;gap:8px;display:flex}.contact-links a{color:var(--primary);background:var(--bg);border:1px solid var(--border);border-radius:4px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.contact-links a:hover{background:var(--border);border-color:var(--primary)}.contact-links a i{width:16px;height:16px}@media (width<=768px){.toolbar-explanation{gap:12px}.toolbar-item{padding:10px}.contact-links{gap:6px}.contact-links a{padding:10px 12px;font-size:13px}}.disclaimer{border:1px solid var(--danger);background:#f871711a;border-radius:8px;margin-top:24px;padding:16px}.disclaimer h3{color:var(--danger);align-items:center;gap:8px;margin-bottom:12px;display:flex}.disclaimer-content p{margin-bottom:12px;line-height:1.6}.disclaimer-content p:last-child{margin-bottom:0}.disclaimer strong{color:var(--danger);font-weight:600}.about-section h3{align-items:center;gap:8px;display:flex}.about-section h3:has-text("Blockchain Timestamping"){color:var(--primary)}.renew-details{flex-direction:column;gap:16px;display:flex}.renew-file-info{background:var(--panel);border:1px solid var(--border);border-radius:6px;padding:16px}.renew-file-info h4{color:var(--primary);margin-bottom:12px;font-size:16px}.renew-file-info p{margin-bottom:8px;font-size:14px;line-height:1.5}.renew-file-info p:last-child{margin-bottom:0}.renew-file-info strong{color:var(--text);font-weight:600}.renew-warning{border:1px solid var(--warn);background:#fbbf241a;border-radius:6px;padding:12px}.renew-warning p{color:var(--warn);margin:0;font-size:13px;line-height:1.4}.renew-warning strong{color:var(--warn);font-weight:600}#renew-confirm-btn{justify-content:center;align-items:center;min-width:140px;display:flex}#renew-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.icon-only.disabled,.icon-only:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}@media (width<=768px){.renew-file-info{padding:12px}.renew-file-info h4{font-size:15px}.renew-file-info p{font-size:13px}.renew-warning{padding:10px}.renew-warning p{font-size:12px}}.renew-success,.renew-error{text-align:center;padding:20px}.renew-success .success-icon,.renew-error .error-icon{margin-bottom:16px;font-size:48px}.renew-success h4{color:var(--success);margin-bottom:16px;font-size:18px}.renew-error h4{color:var(--danger);margin-bottom:16px;font-size:18px}.renew-success p,.renew-error p{margin-bottom:12px;font-size:14px;line-height:1.5}.renew-success p:last-child,.renew-error p:last-child{margin-bottom:0}.renew-success strong,.renew-error strong{color:var(--text);font-weight:600}.success-note,.error-note{color:var(--muted);margin-top:16px;font-size:13px;font-style:italic}.error-message{border:1px solid var(--danger);color:var(--danger);word-break:break-all;background:#ef44441a;border-radius:4px;margin:12px 0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}#renew-retry-btn{background:var(--primary);color:#fff;border:1px solid var(--primary);margin-top:16px}#renew-retry-btn:hover{background:var(--primary-hover);border-color:var(--primary-hover)}@media (width<=768px){.renew-success,.renew-error{padding:16px}.renew-success .success-icon,.renew-error .error-icon{font-size:40px}.renew-success h4,.renew-error h4{font-size:16px}.renew-success p,.renew-error p{font-size:13px}.success-note,.error-note{font-size:12px}.error-message{padding:10px;font-size:11px}}.about-section ul{margin:12px 0;padding-left:20px}.about-section li{margin-bottom:8px;font-size:14px;line-height:1.5}.about-section li strong{color:var(--primary);font-weight:600}@media (width<=768px){.about-section ul{margin:10px 0;padding-left:16px}.about-section li{margin-bottom:6px;font-size:13px}}.main-footer{background:var(--panel);border-top:1px solid var(--border);text-align:center;margin-top:40px;padding:20px}.footer-content p{color:var(--muted);margin:8px 0;font-size:14px}.footer-content p:first-child{color:var(--primary);font-size:16px;font-weight:600}.footer-content a{color:var(--primary);text-decoration:none}.footer-content a:hover{text-decoration:underline}@media (width<=768px){.main-footer{margin-top:20px;padding:16px}.footer-content p{font-size:13px}.footer-content p:first-child{font-size:15px}}#import-modal{max-width:600px}#import-modal .import-info{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-bottom:1.5rem;padding:1rem}#import-modal .import-info h4{color:var(--primary);margin:0 0 .5rem;font-size:1.1rem}#import-modal .import-info p{color:var(--text-muted);margin:.5rem 0;line-height:1.5}#import-modal .import-info ul{margin:.5rem 0;padding-left:1.5rem}#import-modal .import-info li{color:var(--text-muted);margin:.25rem 0}#import-modal .import-file-section{margin:1.5rem 0}#import-modal .import-file-section label{color:var(--text);margin-bottom:.5rem;font-weight:500;display:block}#import-modal .import-file-section input[type=file]{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);font-family:var(--font-family);border-radius:4px;margin:.5rem 0;padding:.75rem}#import-modal .import-file-section small{color:var(--text-muted);margin-top:.5rem;font-size:.875rem;display:block}#import-modal .import-options{margin:1.5rem 0}#import-modal .import-options h5{color:var(--text);margin:0 0 1rem;font-size:1rem;font-weight:600}#import-modal .import-options label{cursor:pointer;border:1px solid var(--border);background:var(--panel);border-radius:6px;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:1rem;transition:background-color .2s;display:flex}#import-modal .import-options label:hover{background:var(--border)}#import-modal .import-options input[type=radio]{width:18px;height:18px;accent-color:var(--primary);flex-shrink:0;margin:.125rem 0 0}#import-modal .import-options input[type=radio]:checked+span{color:var(--primary)}#import-modal .import-options span{flex:1;line-height:1.4}#import-modal .import-options span strong{margin-bottom:.25rem;font-weight:600;display:block}#import-modal .import-options span small{color:var(--text-muted);font-size:.875rem;line-height:1.3}#import-modal .file-selection{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin:1.5rem 0;padding:1rem}#import-modal .file-selection h5{color:var(--text);margin:0 0 1rem;font-size:1rem;font-weight:600}#import-modal .file-selection-controls{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}#import-modal .file-selection-controls .btn{padding:.5rem 1rem;font-size:.875rem}#import-modal .selected-count{color:var(--text-muted);font-size:.875rem;font-weight:500}#import-modal .file-list-container{border:1px solid var(--border);background:var(--panel);border-radius:4px;max-height:300px;overflow-y:auto}#import-modal .file-list{padding:.5rem}#import-modal .file-item{border-radius:4px;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.75rem;transition:background-color .2s;display:flex}#import-modal .file-item:hover{background:var(--border)}#import-modal .file-item:last-child{margin-bottom:0}#import-modal .file-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);flex-shrink:0}#import-modal .file-item-info{flex:1;min-width:0}#import-modal .file-item-name{color:var(--text);word-break:break-word;margin-bottom:.25rem;font-weight:500}#import-modal .file-item-details{color:var(--text-muted);flex-wrap:wrap;gap:1rem;font-size:.875rem;display:flex}#import-modal .file-item-folder{color:var(--primary);font-weight:500}#import-modal .file-item-size,#import-modal .file-item-date{color:var(--text-muted)}#renew-modal{max-width:700px}#renew-modal .renew-info{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-bottom:1.5rem;padding:1rem}#renew-modal .renew-info h4{color:var(--primary);margin:0 0 .5rem;font-size:1.1rem}#renew-modal .renew-info p{color:var(--text-muted);margin:.5rem 0;line-height:1.5}#renew-modal .renew-info ul{margin:.5rem 0;padding-left:1.5rem}#renew-modal .renew-info li{color:var(--text-muted);margin:.25rem 0}#renew-modal .renew-settings{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin:1.5rem 0;padding:1rem}#renew-modal .renew-settings h5{color:var(--text);margin:0 0 1rem;font-size:1rem;font-weight:600}#renew-modal .expiring-files{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin:1.5rem 0;padding:1rem}#renew-modal .expiring-files h5{color:var(--text);margin:0 0 1rem;font-size:1rem;font-weight:600}#renew-modal .expiring-files-list{border:1px solid var(--border);background:var(--panel);border-radius:4px;max-height:300px;padding:.5rem;overflow-y:auto}#renew-modal .expiring-file-item{border:1px solid var(--border);background:var(--card-background);border-radius:4px;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.75rem;transition:background-color .2s;display:flex}#renew-modal .expiring-file-item:hover{background:var(--hover-background)}#renew-modal .expiring-file-item:last-child{margin-bottom:0}#renew-modal .expiring-file-info{flex:1;min-width:0}#renew-modal .expiring-file-name{color:var(--text);word-break:break-word;margin-bottom:.25rem;font-weight:500}#renew-modal .expiring-file-details{color:var(--text-muted);flex-wrap:wrap;gap:1rem;font-size:.875rem;display:flex}#renew-modal .expiring-file-folder{color:var(--primary);font-weight:500}#renew-modal .expiring-file-expires{color:var(--warning);font-weight:500}#renew-modal .expiring-file-size{color:var(--text-muted)}#renew-modal .no-expiring-files{text-align:center;color:var(--text-muted);padding:2rem;font-style:italic}#renew-modal .no-expiring-files p{margin:0}#import-status{background:var(--success);color:var(--text);border-radius:4px;margin-top:1rem;padding:.5rem}#import-status.error{background:var(--danger)}#export-modal{max-width:600px}#export-modal .export-info{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-bottom:1.5rem;padding:1rem}#export-modal .export-info h4{color:var(--primary);margin:0 0 .5rem;font-size:1.1rem}#export-modal .export-info p{color:var(--text-muted);margin:.5rem 0;line-height:1.5}#export-modal .export-info ul{margin:.5rem 0;padding-left:1.5rem}#export-modal .export-info li{color:var(--text-muted);margin:.25rem 0}#export-modal .export-filename{margin-top:1rem}#export-modal .export-filename label{color:var(--text);margin-bottom:.5rem;font-weight:500;display:block}#export-modal .export-filename input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);font-family:var(--font-family);border-radius:4px;padding:.75rem;font-size:1rem}#export-modal .export-filename input:focus{border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary-rgb), .2);outline:none}#export-modal .export-filename small{color:var(--text-muted);margin-top:.5rem;font-size:.875rem;display:block}#wallet-error-modal{max-width:500px}#wallet-error-modal .wallet-error-content{text-align:center;padding:1rem 0}#wallet-error-modal .wallet-error-icon{opacity:.8;margin-bottom:1rem;font-size:3rem}#wallet-error-modal h4{color:var(--text);margin:0 0 1rem;font-size:1.25rem;font-weight:600}#wallet-error-modal p{color:var(--text-muted);margin:0 0 1.5rem;line-height:1.5}#wallet-error-modal .wallet-error-steps{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:6px;margin:1.5rem 0;padding:1rem}#wallet-error-modal .wallet-error-steps h5{color:var(--text);margin:0 0 .75rem;font-size:1rem;font-weight:600}#wallet-error-modal .wallet-error-steps ol{margin:0;padding-left:1.5rem}#wallet-error-modal .wallet-error-steps li{color:var(--text-muted);margin:.5rem 0;line-height:1.4}#wallet-error-modal .wallet-error-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin:1.5rem 0;display:flex}#wallet-error-modal .wallet-error-actions .btn{min-width:160px}#wallet-error-modal .wallet-error-note{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-top:1.5rem;padding:.75rem}#wallet-error-modal .wallet-error-note small{color:var(--text-muted);line-height:1.4}#export-modal .export-feedback{border:1px solid var(--border);background:var(--surface);border-radius:6px;margin-top:1rem;padding:.75rem}#export-modal .export-feedback.hidden{display:none}#export-modal .export-error{color:var(--danger);align-items:center;gap:.5rem;font-size:.9rem;display:flex}#export-modal .export-error.hidden{display:none}#export-modal .export-error .error-icon{flex-shrink:0;font-size:1rem}.renew-bulk-success{text-align:center;padding:2rem}.renew-bulk-success .success-icon{margin-bottom:1rem;font-size:3rem}.renew-bulk-success h4{color:var(--success);margin-bottom:1rem}.renew-stats{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin:1rem 0;padding:1rem}.renew-stats p{margin:.5rem 0;font-size:1rem}.renew-bulk-error{text-align:center;padding:2rem}.renew-bulk-error .error-icon{margin-bottom:1rem;font-size:3rem}.renew-bulk-error h4{color:var(--danger);margin-bottom:1rem}.renew-bulk-error .error-message{background:var(--surface);border:1px solid var(--border);color:var(--danger);border-radius:4px;margin:1rem 0;padding:1rem;font-family:monospace;font-size:.875rem}
