*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;background:#0f172a;color:#e5e7eb;font-family:system-ui,sans-serif}.app{height:100%;display:flex;flex-direction:column}.header{height:70px;background:#1e293b;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid #334155;gap:16px}.header-left{display:flex;align-items:center}.header-logo{height:66px;width:auto}.header-policy-info{display:flex;align-items:center;gap:20px;padding:0 16px;margin-left:8px;border-left:1px solid #334155}.header-info-item{display:flex;flex-direction:column;gap:1px}.header-info-label{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.header-info-value{font-size:13px;color:#e5e7eb;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-info-value.premium{color:#34d399;font-weight:600}.header-right{display:flex;align-items:center;gap:12px;margin-left:auto}.detection-badge{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;font-size:13px;color:#fff}.detection-dot{width:8px;height:8px;border-radius:50%}.export-button{background:#374151;color:#e5e7eb;border:1px solid #4b5563;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px;transition:background .15s}.export-button:hover{background:#4b5563}.upload-label{background:#3b82f6;padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px}.upload-hidden{display:none}.content{flex:1;display:flex}.left-panel{flex:0 1 700px;min-width:420px;max-width:55vw;background:#1e2533;padding:10px;overflow-y:auto;position:relative;contain:layout size style}.right-panel{flex:1;background:#020617;padding:10px;display:flex;align-items:center;justify-content:center}.pdf-viewer{width:100%;height:100%;border:none}.placeholder-text{color:#94a3b8;font-size:14px}.overlay{position:absolute;inset:0;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-text{font-size:18px;font-weight:500}.loading-subtext{margin-top:8px;font-size:14px;color:#cbd5f5;opacity:.85}.dots{display:inline-block;width:2.5em;text-align:left}.dots:after{content:"";animation:dots 3s steps(5,end) infinite}@keyframes dots{0%{content:""}20%{content:"."}40%{content:".."}60%{content:"..."}80%{content:"...."}to{content:"....."}}.group-panel{margin-bottom:8px;border:1px solid #334155;border-radius:6px;overflow:hidden}.group-header{background:#273449;padding:6px 10px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;font-size:14px}.group-body{padding:6px 8px}.sub-section{margin-top:10px;margin-bottom:6px;padding:8px 10px;border:1px solid #2d3a4f;border-radius:4px;background:#00000026}.sub-section-header{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #2d3a4f}.sub-section .sub-section{background:#0000001a;border-color:#252f3f;margin-top:6px}.sub-section .struct-header-row{margin-bottom:2px;padding-top:0}.sub-section .struct-row{padding:3px 6px}.field-row{display:grid;grid-template-columns:160px 1fr;gap:8px;padding:4px 6px;border-bottom:1px solid rgba(51,65,85,.3);cursor:pointer;position:relative}.field-row:last-child{border-bottom:none}.field-row:hover{background:#0b1220}.field-row.copied{background:#22c55e14}.field-row-label{font-size:12px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.field-row-value{font-size:13px;white-space:normal;word-break:break-word;line-height:1.35}.field-row-value.empty{color:#64748b;font-style:italic}.field-row-input{grid-column:2 / 3;width:100%;background:#020617;border:1px solid #475569;color:#fff;padding:3px 6px;border-radius:4px;font-size:13px}.copied-dot{position:absolute;right:4px;top:50%;width:6px;height:6px;background:#22c55e;border-radius:50%;transform:translateY(-50%)}.summary-values{display:grid;grid-template-columns:1fr 1fr;gap:24px;text-align:right}.cancel-button{margin-top:20px;padding:8px 22px;background:transparent;color:#cbd5f5;border:1px solid #475569;border-radius:999px;font-size:13px;cursor:pointer}.cancel-button:hover{background:#94a3b81f}.ai-loader{position:relative;width:100px;height:100px;margin:24px auto 12px}.ai-loader-ring{position:absolute;inset:0;border-radius:50%;border:2px solid transparent;border-top-color:#60a5fa;border-right-color:#60a5fa;animation:ai-spin 2s linear infinite}.ai-loader-ring-2{inset:8px;border-top-color:#818cf8;border-right-color:#818cf8;animation:ai-spin-reverse 1.5s linear infinite}.ai-loader-icon{position:absolute;inset:20px;display:flex;align-items:center;justify-content:center;color:#94a3b8;animation:ai-pulse 2s ease-in-out infinite}.ai-loader-icon svg{width:36px;height:36px}.ai-badge-text{font-size:13px;color:#64748b;letter-spacing:.5px;margin-bottom:8px}@keyframes ai-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ai-spin-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes ai-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.progress-container{margin-top:16px;width:280px;margin-left:auto;margin-right:auto}.progress-message{font-size:14px;color:#e2e8f0;margin-bottom:12px;min-height:20px;font-weight:500;transition:opacity .2s ease}.progress-bar-container{width:100%;height:8px;background:#64748b40;border-radius:4px;overflow:hidden;box-shadow:inset 0 1px 2px #0003}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6);background-size:200% 100%;border-radius:4px;transition:width .4s ease;animation:progress-glow 2s ease-in-out infinite,progress-shimmer 2s linear infinite;box-shadow:0 0 10px #3b82f680,0 0 20px #3b82f64d}@keyframes progress-glow{0%,to{box-shadow:0 0 8px #3b82f666,0 0 16px #3b82f633}50%{box-shadow:0 0 12px #3b82f699,0 0 24px #3b82f666}}@keyframes progress-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.progress-count{font-size:13px;color:#94a3b8;margin-top:8px;font-weight:500}.struct-row{display:grid;grid-template-columns:1fr 140px 120px;gap:16px;align-items:center;padding:6px 8px;border-bottom:1px solid rgba(51,65,85,.5)}.struct-row:last-child{border-bottom:none}.struct-row-name{font-size:13px}.struct-row-sum,.struct-row-premium{text-align:right;white-space:nowrap;font-size:13px}.struct-header-row{display:grid;align-items:center;padding:4px 8px;margin-bottom:2px;border-bottom:1px solid #334155;background:#27344966}.struct-header-cell{text-align:right;font-size:11px;font-weight:600;color:#94a3b8;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px}.struct-col-value{text-align:right;font-size:13px;color:#e5e7eb;white-space:nowrap}.export-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.export-modal{background:#1e293b;border:1px solid #334155;border-radius:12px;width:420px;max-width:90vw;box-shadow:0 20px 40px #00000080}.export-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #334155;font-size:16px;font-weight:600}.export-modal-close{background:none;border:none;color:#94a3b8;font-size:24px;cursor:pointer;line-height:1;padding:0}.export-modal-close:hover{color:#e5e7eb}.export-modal-body{padding:20px}.export-modal-footer{padding:16px 20px;border-top:1px solid #334155;display:flex;justify-content:flex-end;gap:10px}.export-modal-btn{padding:8px 20px;border-radius:6px;font-size:14px;cursor:pointer;border:1px solid #475569;background:#374151;color:#e5e7eb}.export-modal-btn:hover{background:#4b5563}.export-modal-btn.primary{background:#3b82f6;border-color:#3b82f6}.export-modal-btn.primary:hover{background:#2563eb}.export-steps{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.export-step{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#0003;border-radius:6px;font-size:14px;color:#94a3b8}.export-step.active{background:#3b82f626;color:#e5e7eb}.export-step.done{color:#6ee7b7}.export-step-icon{width:20px;text-align:center;font-size:14px}.export-step.active .export-step-icon{color:#3b82f6;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.export-status-message{text-align:center;color:#94a3b8;font-size:14px;padding:10px 0}.export-result{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:8px;margin-top:16px}.export-result.success{background:#065f464d;border:1px solid #065f46}.export-result.error{background:#991b1b4d;border:1px solid #991b1b}.export-result-icon{font-size:24px;line-height:1}.export-result.success .export-result-icon{color:#34d399}.export-result.error .export-result-icon{color:#f87171}.export-result-title{font-weight:600;font-size:15px;margin-bottom:4px}.export-result-detail{font-size:13px;color:#cbd5e1;word-break:break-word;overflow-wrap:break-word}.export-warnings{margin-top:16px;background:#92400e33;border:1px solid #92400e;border-radius:8px;overflow:hidden}.export-warnings-header{padding:10px 14px;background:#92400e4d;font-size:13px;font-weight:600;color:#fcd34d}.export-warnings-list{padding:10px 14px;max-height:150px;overflow-y:auto}.export-warning-item{font-size:12px;color:#fef3c7;padding:4px 0;border-bottom:1px solid rgba(146,64,14,.3)}.export-warning-item:last-child{border-bottom:none}.export-warning-item.more{color:#fcd34d;font-style:italic}.export-warning-field{font-weight:600;color:#fcd34d}.export-warning-context{opacity:.7}.policy-number-display{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;background:#34d39926;border:1px solid #34d399;border-radius:6px;cursor:pointer;margin-top:8px;transition:background .15s}.policy-number-display:hover{background:#34d39940}.policy-number-value{font-size:18px;font-weight:700;color:#34d399;letter-spacing:.5px}.policy-number-copy-icon{font-size:14px;opacity:.7}.policy-number-copied-text{font-size:12px;color:#34d399;font-weight:500}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a}.login-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:40px 36px;width:100%;max-width:380px;box-shadow:0 8px 32px #0006}.login-brand{text-align:center;margin-bottom:8px}.login-logo{height:60px;width:auto}.login-subtitle{text-align:center;color:#94a3b8;font-size:14px;margin-bottom:24px}.login-error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#f87171;padding:10px 14px;border-radius:6px;font-size:13px;margin-bottom:16px;text-align:center}.login-field{margin-bottom:18px}.login-field label{display:block;font-size:12px;color:#94a3b8;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.login-field input{width:100%;background:#020617;border:1px solid #475569;color:#e5e7eb;padding:10px 12px;border-radius:6px;font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s}.login-field input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.login-btn{width:100%;background:#3b82f6;color:#fff;border:none;padding:10px 0;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s;margin-top:6px}.login-btn:hover{background:#2563eb}.login-btn:disabled{opacity:.5;cursor:not-allowed}.logout-button{background:transparent;color:#94a3b8;border:1px solid #475569;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:12px;transition:background .15s,color .15s}.logout-button:hover{background:#374151;color:#e5e7eb}
