*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,system-ui,sans-serif;font-size:14px;color:#1c1510;background:#f2ede5;-webkit-font-smoothing:antialiased}@keyframes spin{to{transform:rotate(360deg)}}.section{padding:48px;background:#fefcf8;border-bottom:1px solid #D5CBBF}.section:last-child{border-bottom:none}.row{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-start}.col{display:flex;flex-direction:column;gap:16px}.btn{display:inline-flex;align-items:center;gap:6px;padding:0 16px;height:36px;border-radius:6px;font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .15s;white-space:nowrap;font-family:DM Sans,system-ui,sans-serif;text-decoration:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:#b45309;color:#fff}.btn-primary:hover:not(:disabled){background:#92400e}.btn-secondary{background:#eae4d9;color:#1c1510;border:1px solid #D5CBBF}.btn-secondary:hover:not(:disabled){background:#ddd5c7}.btn-ghost{background:transparent;color:#92400e}.btn-ghost:hover:not(:disabled){background:#b4530912}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-sm{height:28px;padding:0 10px;font-size:12px;border-radius:4px}.btn-lg{height:42px;padding:0 20px;font-size:15px}.btn-icon{padding:0;width:36px;justify-content:center;background:#eae4d9;color:#6b5e50;border:1px solid #D5CBBF}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:9999px;font-size:11px;font-weight:600;letter-spacing:.03em}.badge-green{background:#d1fae5;color:#065f46}.badge-blue{background:#dbeafe;color:#1e40af}.badge-yellow{background:#fef3c7;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}.badge-gray{background:#eae4d9;color:#6b5e50}.badge-orange{background:#fed7aa;color:#9a3412}.badge-purple{background:#ede9fe;color:#5b21b6}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:13px;font-weight:500;color:#3d2e22}.field-hint{font-size:12px;color:#9c8b7d}.field-error{font-size:12px;color:#dc2626}.required{color:#dc2626}.input{height:36px;padding:0 12px;border:1px solid #D5CBBF;border-radius:6px;font-size:14px;font-family:DM Sans,system-ui;color:#1c1510;background:#fefcf8;outline:none;width:100%;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:#b45309;box-shadow:0 0 0 3px #b4530926}.input[readonly]{background:#eae4d9;color:#9c8b7d;cursor:default}.input[readonly]:focus{border-color:#d5cbbf;box-shadow:none}.input-error{border-color:#dc2626}.input-error:focus{box-shadow:0 0 0 3px #dc26261f}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%239C8B7D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}.textarea{padding:10px 12px;border:1px solid #D5CBBF;border-radius:6px;font-size:14px;font-family:DM Sans,system-ui;color:#1c1510;background:#fefcf8;outline:none;width:100%;resize:vertical;min-height:80px;transition:border-color .15s,box-shadow .15s}.textarea:focus{border-color:#b45309;box-shadow:0 0 0 3px #b4530926}.form-grid{display:grid;gap:20px}.table-wrap{border:1px solid #D5CBBF;border-radius:8px;overflow:hidden}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table thead{background:#eae4d9}.data-table th{padding:10px 16px;text-align:left;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9c8b7d;border-bottom:1px solid #D5CBBF;white-space:nowrap}.data-table td{padding:12px 16px;border-bottom:1px solid #EAE4D9;color:#6b5e50;vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#f5efe6}.col-mono{font-family:DM Mono,monospace;font-size:12px;color:#6b5e50}.card{background:#fefcf8;border:1px solid #D5CBBF;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 16px #00000008}.card-header{padding:11px 16px;border-bottom:1px solid #EAE4D9;background:#f5efe6}.card-title{font-size:14px;font-weight:600;color:#1c1510}.card-body{padding:16px}.alert{display:flex;gap:12px;padding:12px 16px;border-radius:6px;font-size:13px;border:1px solid transparent}.alert-icon{font-size:15px;flex-shrink:0;margin-top:1px}.alert-content{flex:1}.alert-title{font-weight:600;margin-bottom:2px}.alert-success{background:#d1fae5;border-color:#a7f3d0;color:#065f46}.alert-warning{background:#fef3c7;border-color:#fde68a;color:#78350f}.alert-danger{background:#fee2e2;border-color:#fecaca;color:#991b1b}.alert-info{background:#dbeafe;border-color:#bfdbfe;color:#1e40af}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}.empty-icon{width:56px;height:56px;border-radius:12px;background:#eae4d9;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px}.empty-title{font-size:15px;font-weight:600;color:#1c1510;margin-bottom:6px}.empty-desc{font-size:13px;color:#9c8b7d;max-width:280px;line-height:1.6;margin-bottom:20px}.tabs{display:flex;border-bottom:1px solid #D5CBBF;gap:0}.tab{padding:10px 16px;font-size:14px;font-weight:500;color:#9c8b7d;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s}.tab:hover{color:#1c1510}.tab.active{color:#92400e;border-bottom-color:#b45309}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.page-title{font-size:22px;font-weight:600;color:#1c1510;margin-bottom:4px}.page-sub{font-size:13px;color:#9c8b7d}.section-title{font-size:13px;font-weight:600;color:#6b5e50;margin-bottom:16px;margin-top:0}.form-actions{display:flex;gap:10px;justify-content:flex-end}.hint-text{font-size:12px;color:#9c8b7d;display:block;margin-top:4px}.divider{height:1px;background:#d5cbbf;margin:32px 0}.divider-labeled{display:flex;align-items:center;gap:12px;margin:24px 0}.divider-labeled:before,.divider-labeled:after{content:"";flex:1;height:1px;background:#d5cbbf}.divider-text{font-size:11px;font-weight:600;color:#9c8b7d;text-transform:uppercase;letter-spacing:.06em}.ghost-wrap{position:relative;overflow:hidden}.ghost-content{filter:blur(2px);opacity:.4;pointer-events:none;-webkit-user-select:none;user-select:none;padding:20px}.ghost-section-title{font-size:13px;font-weight:600;color:#6b5e50;margin-bottom:12px}.ghost-chart{margin-bottom:20px}.ghost-bars{display:flex;align-items:flex-end;gap:8px;height:100px;padding-bottom:4px}.ghost-bar{flex:1;background:#b453091f;border-radius:4px 4px 0 0}.ghost-x-labels{display:flex;gap:8px;margin-top:6px}.ghost-x-label{flex:1;font-size:11px;color:#9c8b7d;text-align:center}.ghost-table{border:1px solid #D5CBBF;border-radius:6px;overflow:hidden}.ghost-thead{display:grid;padding:8px 12px;background:#eae4d9;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9c8b7d}.ghost-row{display:grid;padding:10px 12px;align-items:center;font-size:13px;color:#9c8b7d;border-top:1px solid #EAE4D9}.ghost-pill{display:inline-block;height:14px;width:60px;background:#eae4d9;border-radius:9999px}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#f2ede5cc;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.overlay-card{background:#fefcf8;border:1px solid #D5CBBF;border-radius:10px;padding:28px 32px;max-width:380px;width:90%;text-align:center;box-shadow:0 4px 24px #00000014}.overlay-icon{font-size:28px;margin-bottom:12px}.overlay-title{font-size:16px;font-weight:600;color:#1c1510;margin-bottom:8px}.overlay-desc{font-size:13px;color:#9c8b7d;line-height:1.6;margin-bottom:16px}.benefit-list{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;text-align:left}.benefit-item{display:flex;gap:8px;font-size:13px;color:#3d2e22}.benefit-check{color:#065f46;font-weight:600;flex-shrink:0}.pro-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:9999px;font-size:11px;font-weight:600;letter-spacing:.03em;background:#fef3c7;color:#92400e}@media(max-width:768px){.page-header{flex-direction:column;gap:10px;align-items:flex-start;margin-bottom:16px}.page-title{font-size:18px}.section{padding:20px 16px}.divider{margin:20px 0}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}.card-body{padding:16px}.card-header{padding:12px 16px}.form-grid{grid-template-columns:1fr!important}.form-actions{flex-wrap:wrap}.btn{height:40px}.btn-sm{height:32px}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.tab{white-space:nowrap;flex-shrink:0}.row{gap:12px}}
