.landing{min-height:100vh;background:#f7f5f2;display:flex;flex-direction:column;align-items:center;padding:60px 24px 80px}.landing-hero{text-align:center;margin-bottom:48px}.landing-logo{font-size:28px;font-weight:800;color:#2d6a4f;letter-spacing:-1px;margin-bottom:20px}.landing-logo span{color:#74c69d}.landing-headline{font-size:40px;font-weight:800;color:#1a1a1a;letter-spacing:-1.5px;margin-bottom:12px;line-height:1.15}.landing-sub{font-size:16px;color:#666;max-width:480px;margin:0 auto;line-height:1.6}.theme-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;max-width:1100px;width:100%}.theme-card{border-radius:16px;overflow:hidden;background:#fff;border:2px solid #e8e3dc;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}.theme-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.theme-preview{height:200px;overflow:hidden;position:relative}.theme-nav{height:22px;display:flex;align-items:center;padding:0 8px;gap:5px}.theme-nav-logo{font-size:9px;font-weight:800;color:#fff;opacity:.9;margin-right:auto;letter-spacing:-.3px}.theme-nav-dot{width:20px;height:3px;border-radius:2px}.theme-body{padding:8px;display:flex;flex-direction:column;gap:6px}.theme-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.theme-stat{border-radius:6px;border:1px solid;padding:6px;display:flex;flex-direction:column;gap:4px}.theme-stat-val{height:12px;border-radius:3px;width:60%}.theme-stat-lbl{height:5px;border-radius:2px;width:80%}.theme-main-row{display:grid;grid-template-columns:3fr 2fr;gap:5px}.theme-panel{border-radius:6px;border:1px solid;padding:7px;display:flex;flex-direction:column;gap:6px}.theme-row-item{display:flex;align-items:center;gap:5px}.theme-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.theme-line{flex:1;height:5px;border-radius:2px}.theme-badge{width:20px;height:8px;border-radius:4px}.theme-btn{height:14px;border-radius:4px;width:100%;opacity:.85}.theme-line-sm{height:5px;border-radius:2px;width:100%}.theme-label{display:flex;align-items:center;gap:10px;padding:14px 16px;border-top:1px solid #f0ece7}.theme-emoji{font-size:20px;flex-shrink:0}.theme-name{font-size:14px;font-weight:700;color:#1a1a1a}.theme-tagline{font-size:11px;color:#888;margin-top:1px}.theme-arrow{margin-left:auto;color:var(--accent);font-size:16px;font-weight:600;transition:transform .15s}.theme-card:hover .theme-arrow{transform:translate(3px)}@media (max-width: 900px){.theme-grid{grid-template-columns:repeat(2,1fr)}.landing-headline{font-size:28px}}@media (max-width: 500px){.theme-grid{grid-template-columns:1fr}}.nav{background:#fff;border-bottom:1px solid #e8e3dc;display:flex;align-items:center;padding:0 32px;height:60px;gap:32px;position:sticky;top:0;z-index:100}.nav-logo{font-size:20px;font-weight:700;color:#2d6a4f;letter-spacing:-.5px;margin-right:auto;text-decoration:none}.nav-logo span{color:#74c69d}.nav-link{font-size:14px;color:#666;cursor:pointer;padding:4px 0;border-bottom:2px solid transparent;text-decoration:none;transition:all .15s}.nav-link:hover,.nav-link.active{color:#2d6a4f;border-bottom-color:#2d6a4f}.nav-avatar{width:32px;height:32px;border-radius:50%;background:#2d6a4f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;cursor:pointer}.page{padding:32px;max-width:1100px;margin:0 auto}.page-header{margin-bottom:28px}.page-title{font-size:24px;font-weight:700;color:#1a1a1a}.page-sub{font-size:14px;color:#888;margin-top:4px}.card{background:#fff;border-radius:12px;border:1px solid #e8e3dc;padding:24px}.card-sm{background:#fff;border-radius:12px;border:1px solid #e8e3dc;padding:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat-label{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.stat-value{font-size:28px;font-weight:700;color:#1a1a1a}.stat-sub{font-size:12px;color:#888;margin-top:4px}.stat-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:12px}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .15s;font-family:inherit}.btn-primary{background:#2d6a4f;color:#fff}.btn-primary:hover{background:#235c43}.btn-secondary{background:#fff;color:#444;border:1px solid #e0dbd4}.btn-secondary:hover{background:#faf8f5}.btn-sm{padding:6px 12px;font-size:13px}.btn-danger{background:#fff;color:#c0392b;border:1px solid #e0dbd4}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px;padding:0 16px 12px}td{padding:14px 16px;font-size:14px;border-top:1px solid #f0ece7}tr:hover td{background:#faf8f5}.badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500}.badge-green{background:#d8f3dc;color:#2d6a4f}.badge-yellow{background:#fff3cd;color:#856404}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-gray{background:#f0ece7;color:#666}.badge-red{background:#fee2e2;color:#b91c1c}.badge-purple{background:#ede9fe;color:#6d28d9}.occasion-row{display:flex;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid #f0ece7}.occasion-row:last-child{border-bottom:none}.occasion-date{width:48px;text-align:center;flex-shrink:0}.occasion-date .month{font-size:11px;text-transform:uppercase;color:#888}.occasion-date .day{font-size:22px;font-weight:700;color:#2d6a4f;line-height:1}.occasion-info{flex:1}.occasion-name{font-size:14px;font-weight:600}.occasion-type{font-size:12px;color:#888;margin-top:2px}.occasion-status{display:flex;align-items:center;gap:8px}.countdown{font-size:12px;color:#888}.countdown.urgent{color:#c0392b;font-weight:500}.form-group{margin-bottom:20px}label{display:block;font-size:13px;font-weight:500;color:#444;margin-bottom:6px}input,select,textarea{width:100%;padding:10px 14px;border:1px solid #e0dbd4;border-radius:8px;font-size:14px;color:#2d2d2d;background:#fff;outline:none;transition:border .15s;font-family:inherit}input:focus,select:focus,textarea:focus{border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1a}textarea{resize:vertical;min-height:80px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.section-title{font-size:16px;font-weight:600}.alert{padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px;display:flex;align-items:flex-start;gap:10px}.alert-info{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.alert-warn{background:#fff3cd;color:#856404;border:1px solid #fde68a}.alert-success{background:#d8f3dc;color:#2d6a4f;border:1px solid #b7e4c7}.search-bar{position:relative}.search-bar input{padding-left:36px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#aaa;font-size:14px}.steps{display:flex;gap:0;margin-bottom:32px}.step{flex:1;display:flex;align-items:center}.step-circle{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex-shrink:0}.step.done .step-circle{background:#2d6a4f;color:#fff}.step.active .step-circle{background:#2d6a4f;color:#fff;box-shadow:0 0 0 4px #2d6a4f33}.step.pending .step-circle{background:#e8e3dc;color:#999}.step-label{font-size:13px;margin-left:8px;color:#888}.step.active .step-label{color:#2d2d2d;font-weight:500}.step-line{flex:1;height:2px;background:#e8e3dc;margin:0 12px}.step.done .step-line{background:#2d6a4f}.billing-line{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0ece7;font-size:14px}.billing-line:last-child{border-bottom:none}.billing-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0 0;font-weight:700;font-size:16px}.contact-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.card-thumb{border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .15s}.card-thumb:hover{border-color:#74c69d;transform:translateY(-2px)}.card-thumb.selected{border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f26}.card-thumb-img{height:140px;display:flex;align-items:center;justify-content:center;font-size:36px}.card-thumb-meta{background:#fff;padding:10px 12px}.card-thumb-name{font-size:13px;font-weight:500}.card-thumb-format{font-size:11px;color:#888}.progress-bar{height:6px;background:#e8e3dc;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#2d6a4f;border-radius:3px}.tabs{display:flex;gap:0;border-bottom:2px solid #e8e3dc;margin-bottom:24px}.tab{padding:10px 20px;font-size:14px;cursor:pointer;color:#888;border-bottom:2px solid transparent;margin-bottom:-2px}.tab.active{color:#2d6a4f;border-bottom-color:#2d6a4f;font-weight:500}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-center{display:flex;align-items:center;gap:12px}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-16{margin-bottom:16px}.text-sm{font-size:13px}.text-xs{font-size:12px}.text-muted{color:#888}.text-green{color:#2d6a4f}.fw-600{font-weight:600}@media (max-width: 768px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.grid-3{grid-template-columns:repeat(2,1fr)}.page{padding:16px}}.ds-page{padding:0;background:#f0f4f8;min-height:calc(100vh - 60px)}.ds-statsbar{display:flex;align-items:center;gap:0;background:#1e293b;padding:12px 28px;border-bottom:1px solid #334155}.ds-stat{display:flex;flex-direction:column;align-items:center;padding:0 20px}.ds-stat-num{font-size:18px;font-weight:700;color:#f1f5f9}.ds-stat-lbl{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.ds-divider{width:1px;height:32px;background:#334155}.ds-toolbar{display:flex;align-items:center;gap:12px;padding:14px 28px;background:#fff;border-bottom:1px solid #e2e8f0}.ds-toolbar-title{font-size:14px;font-weight:600;color:#1e293b;margin-right:auto}.ds-toolbar-actions{display:flex;gap:8px;align-items:center}.ds-search{padding:7px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#1e293b;background:#f8fafc;width:200px;outline:none}.ds-search:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.ds-select{padding:7px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#1e293b;background:#f8fafc;outline:none;cursor:pointer}.ds-btn-primary{padding:8px 16px;background:#1d4ed8;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap}.ds-btn-primary:hover{background:#1e40af}.ds-table-wrap{overflow-x:auto}.ds-table{width:100%;border-collapse:collapse;background:#fff;font-size:13px}.ds-table thead tr{background:#f8fafc}.ds-table th{padding:10px 16px;text-align:left;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0;white-space:nowrap;cursor:pointer}.ds-table th:hover{color:#1e293b}.ds-table td{padding:11px 16px;border-bottom:1px solid #f1f5f9;color:#1e293b}.ds-table tbody tr:hover td{background:#f8fafc}.ds-row-urgent td{background:#fff7ed!important}.ds-row-urgent:hover td{background:#ffedd5!important}.ds-td-name{font-weight:500;white-space:nowrap}.ds-td-date{font-variant-numeric:tabular-nums;white-space:nowrap}.ds-td-card{color:#64748b;max-width:180px}.ds-days{font-weight:600;font-variant-numeric:tabular-nums}.ds-days-urgent{color:#dc2626}.ds-days-warn{color:#d97706}.ds-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500;white-space:nowrap}.ds-badge-green{background:#dcfce7;color:#15803d}.ds-badge-yellow{background:#fef9c3;color:#a16207}.ds-badge-gray{background:#f1f5f9;color:#64748b}.ds-badge-red{background:#fee2e2;color:#b91c1c}.ds-actions{display:flex;gap:6px}.ds-btn-action{padding:4px 10px;font-size:12px;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;background:#fff;color:#475569}.ds-btn-action:hover{background:#f8fafc;border-color:#3b82f6;color:#1d4ed8}.ds-btn-warn{border-color:#fbbf24;color:#92400e;background:#fffbeb}.ds-btn-warn:hover{background:#fef3c7}.ds-btn-danger{border-color:#fca5a5;color:#b91c1c;background:#fff1f2}.ds-footer{display:flex;align-items:center;gap:8px;padding:10px 28px;background:#fff;border-top:1px solid #e2e8f0;font-size:12px;color:#64748b}.ds-link{color:#3b82f6;cursor:pointer;text-decoration:underline}.dr-page{padding:28px 32px;background:#fff5f5;min-height:calc(100vh - 60px)}.dr-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.dr-title{font-size:22px;font-weight:700;color:#1a1a1a}.dr-sub{font-size:13px;color:#888;margin-top:3px}.dr-legend{display:flex;align-items:center;gap:8px;font-size:12px;color:#666}.dr-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-left:4px}.dr-btn-primary{padding:9px 18px;background:#be123c;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap}.dr-btn-primary:hover{background:#9f1239}.dr-layout{display:grid;grid-template-columns:260px 1fr;gap:20px;align-items:start}.dr-cal-wrap{background:#fff;border-radius:14px;border:1px solid #fce7f3;padding:16px}.dr-cal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dr-month-name{font-size:13px;font-weight:700;color:#1a1a1a}.dr-nav-btn{background:none;border:1px solid #fce7f3;border-radius:5px;width:24px;height:24px;cursor:pointer;font-size:14px;color:#9f1239;display:flex;align-items:center;justify-content:center;padding:0}.dr-nav-btn:hover{background:#fff1f2}.dr-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px}.dr-cal-dow{text-align:center;font-size:10px;font-weight:600;color:#ccc;padding:2px 0 6px}.dr-cal-day{min-height:32px;border-radius:6px;padding:3px;cursor:default;transition:background .1s;display:flex;flex-direction:column;align-items:center}.dr-cal-day-active{cursor:pointer}.dr-cal-day-active:hover{background:#fff1f2}.dr-cal-day-selected{background:#ffe4e6!important;outline:1.5px solid #be123c}.dr-cal-day-today .dr-day-num{background:#be123c;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.dr-day-num{font-size:11px;font-weight:500;color:#2d2d2d;margin-bottom:2px}.dr-dot-row{display:flex;gap:2px}.dr-cal-dot{width:5px;height:5px;border-radius:50%}.dr-mini-stats{display:flex;align-items:center;justify-content:center;gap:0;margin-top:14px;padding-top:12px;border-top:1px solid #fce7f3}.dr-mini-stat{font-size:11px;color:#888;text-align:center;padding:0 10px}.dr-mini-stat-div{width:1px;height:16px;background:#fce7f3}.dr-quick-action{display:flex;align-items:center;gap:12px;width:100%;padding:14px;margin-top:10px;background:#be123c;color:#fff;border:none;border-radius:12px;cursor:pointer;text-align:left;transition:background .15s}.dr-quick-action:hover{background:#9f1239}.dr-recent{background:#fff;border-radius:14px;border:1px solid #fce7f3;padding:14px;margin-top:10px}.dr-recent-title{font-size:11px;font-weight:600;color:#9f1239;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.dr-recent-row{display:flex;align-items:center;gap:8px;padding:7px 0;border-bottom:1px solid #fdf2f8}.dr-recent-row:last-child{border-bottom:none}.dr-recent-emoji{font-size:16px;flex-shrink:0}.dr-recent-name{font-size:12px;font-weight:500;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dr-recent-card{font-size:11px;color:#aaa;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dr-recent-date{font-size:11px;color:#ccc;flex-shrink:0}.dr-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dr-list-title{font-size:15px;font-weight:600;color:#1a1a1a}.dr-filter{padding:6px 10px;border:1px solid #fce7f3;border-radius:6px;font-size:12px;color:#444;background:#fff;outline:none;cursor:pointer}.dr-filter:focus{border-color:#be123c}.dr-list{display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 220px);overflow-y:auto;padding-right:4px}.dr-list::-webkit-scrollbar{width:4px}.dr-list::-webkit-scrollbar-track{background:transparent}.dr-list::-webkit-scrollbar-thumb{background:#fce7f3;border-radius:2px}.dr-list-item{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #fdf2f8;border-radius:12px;padding:14px 16px;cursor:pointer;transition:all .15s}.dr-list-item:hover{border-color:#fda4af;box-shadow:0 2px 8px #be123c0f}.dr-list-selected{border-color:#fb7185!important;background:#fff1f2!important}.dr-list-urgent{border-left:3px solid #be123c}.dr-list-datebox{width:42px;text-align:center;border:1.5px solid;border-radius:8px;padding:4px 2px;flex-shrink:0}.dr-list-month{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.dr-list-day{font-size:18px;font-weight:800;color:#1a1a1a;line-height:1.1}.dr-list-name{font-size:14px;font-weight:600;color:#1a1a1a}.dr-list-type{font-size:12px;color:#aaa}.dr-list-card{font-size:12px;color:#be123c;margin-top:3px}.dr-list-nocard{font-size:12px;color:#ccc;margin-top:3px;font-style:italic}.dr-list-right{display:flex;flex-direction:column;align-items:flex-end;gap:5px;flex-shrink:0}.dr-status-badge{padding:3px 10px;border-radius:20px;font-size:11px;font-weight:500;white-space:nowrap}.dr-status-badge.green{background:#dcfce7;color:#15803d}.dr-status-badge.yellow{background:#fef9c3;color:#a16207}.dr-status-badge.red{background:#fee2e2;color:#b91c1c}.dr-days-chip{font-size:11px;font-weight:600;color:#aaa}.dr-days-chip.urgent{color:#be123c}.dr-days-chip.warn{color:#d97706}.dr-list-action{padding:5px 12px;background:#be123c;color:#fff;border:none;border-radius:6px;font-size:12px;cursor:pointer;white-space:nowrap;flex-shrink:0;font-weight:500}.dr-list-action:hover{background:#9f1239}.dr-list-action-red{background:#fff;color:#be123c;border:1px solid #fca5a5}.dr-list-action-red:hover{background:#fff1f2}@media (max-width: 768px){.dr-layout{grid-template-columns:1fr}.dr-page{padding:16px}.dr-list{max-height:none}}.dm-page{padding:24px 28px;background:#0f172a;min-height:calc(100vh - 60px);color:#f1f5f9}.dm-header{display:flex;align-items:center;gap:20px;margin-bottom:28px}.dm-title{font-size:22px;font-weight:700;color:#f1f5f9}.dm-sub{font-size:13px;color:#64748b;margin-top:2px}.dm-stats{display:flex;gap:0;background:#1e293b;border-radius:12px;border:1px solid #334155;overflow:hidden;margin-left:auto}.dm-stat{display:flex;flex-direction:column;align-items:center;padding:10px 20px;border-right:1px solid #334155}.dm-stat:last-child{border-right:none}.dm-stat-num{font-size:20px;font-weight:700}.dm-stat-lbl{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.dm-btn-primary{padding:9px 18px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap}.dm-btn-primary:hover{background:#4f46e5}.dm-board{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:start}.dm-col{background:#1e293b;border-radius:14px;border:1px solid #334155;overflow:hidden}.dm-col-header{display:flex;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid #334155}.dm-col-icon{font-size:16px;font-weight:700}.dm-col-title{font-size:13px;font-weight:600;color:#f1f5f9;flex:1}.dm-col-count{font-size:11px;font-weight:700;padding:2px 7px;border-radius:10px}.dm-col-body{padding:12px;display:flex;flex-direction:column;gap:10px}.dm-card{background:#0f172a;border-radius:10px;border:1px solid #334155;padding:14px;transition:border-color .15s;cursor:pointer}.dm-card:hover{border-color:#818cf8}.dm-card-urgent{border-color:#f59e0b!important}.dm-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.dm-card-type{font-size:12px;color:#94a3b8}.dm-urgent-badge{font-size:9px;font-weight:700;background:#f59e0b;color:#0f172a;padding:2px 6px;border-radius:4px;letter-spacing:.5px}.dm-card-name{font-size:14px;font-weight:600;color:#f1f5f9;margin-bottom:8px}.dm-card-date{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:12px;color:#64748b}.dm-days{font-weight:500}.dm-days-urgent{color:#f87171}.dm-days-past{color:#64748b}.dm-card-note{font-size:11px;color:#475569;line-height:1.4}.dm-card-btn{margin-top:10px;width:100%;padding:7px;background:#6366f1;color:#fff;border:none;border-radius:6px;font-size:12px;cursor:pointer;font-weight:500}.dm-card-btn:hover{background:#4f46e5}.dm-add-card{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;border:1px dashed #334155;border-radius:10px;font-size:13px;color:#475569;cursor:pointer;transition:all .15s}.dm-add-card:hover{border-color:#818cf8;color:#818cf8;background:#1e293b}.dsa-page{padding:28px 32px;background:#fdf6ec;min-height:calc(100vh - 60px)}.dsa-layout{display:grid;grid-template-columns:1fr 280px;gap:28px;align-items:start}.dsa-feed-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dsa-feed-title{font-size:20px;font-weight:700;color:#1a1a1a}.dsa-feed-tabs{display:flex;background:#fff;border:1px solid #fde8c8;border-radius:8px;overflow:hidden}.dsa-tab{padding:6px 14px;font-size:13px;color:#888;cursor:pointer}.dsa-tab.active{background:#b45309;color:#fff;font-weight:500}.dsa-tab:hover:not(.active){background:#fef3c7}.dsa-timeline{display:flex;flex-direction:column}.dsa-event{display:flex;gap:16px}.dsa-event-spine{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.dsa-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.dsa-spine-line{width:2px;flex:1;background:#fde8c8;min-height:12px;margin:4px 0}.dsa-event-card{flex:1;background:#fff;border-radius:12px;border:1px solid #fde8c8;padding:16px;margin-bottom:12px;transition:box-shadow .15s}.dsa-event-card:hover{box-shadow:0 4px 16px #b4530914}.dsa-urgent{border-color:#f59e0b;background:#fffbeb}.dsa-sent{opacity:.75;background:#fdfaf5}.dsa-action{border-color:#fca5a5;border-style:dashed}.dsa-event-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.dsa-event-name{font-size:14px;font-weight:600;color:#1a1a1a;display:block}.dsa-event-type{font-size:12px;color:#888;margin-top:2px;display:block}.dsa-event-date{text-align:right}.dsa-date-label{font-size:13px;font-weight:500;color:#444;display:block}.dsa-countdown{font-size:12px;font-weight:500;display:block;margin-top:2px;color:#888}.dsa-countdown.urgent{color:#b45309}.dsa-countdown.past{color:#aaa}.dsa-card-preview{display:flex;align-items:center;gap:12px}.dsa-card-swatch{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.dsa-card-name{font-size:13px;font-weight:500;color:#1a1a1a}.dsa-card-format{font-size:11px;color:#888;margin-top:2px}.dsa-status-chip{margin-left:auto;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:500;white-space:nowrap}.dsa-status-chip.green{background:#d1fae5;color:#065f46}.dsa-status-chip.blue{background:#dbeafe;color:#1d4ed8}.dsa-status-chip.gray{background:#f1f5f9;color:#64748b}.dsa-status-chip.yellow{background:#fef3c7;color:#92400e}.dsa-no-card{display:flex;align-items:center;gap:10px;font-size:13px;color:#aaa;padding:8px 12px;background:#faf7f3;border-radius:8px;border:1px dashed #fca5a5}.dsa-pick-btn{margin-left:auto;padding:4px 12px;background:#b45309;color:#fff;border:none;border-radius:6px;font-size:12px;cursor:pointer}.dsa-sidebar{display:flex;flex-direction:column;gap:16px}.dsa-sidebar-card{background:#fff;border-radius:14px;border:1px solid #fde8c8;padding:16px}.dsa-sidebar-title{font-size:12px;font-weight:600;color:#92400e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.dsa-stat-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid #fef3c7}.dsa-stat-row:last-child{border-bottom:none}.dsa-stat-icon{font-size:16px}.dsa-stat-label{font-size:12px;color:#888;flex:1}.dsa-stat-value{font-size:14px;font-weight:700;color:#1a1a1a}.dsa-cta-btn{display:flex;align-items:center;gap:14px;width:100%;padding:16px;background:#b45309;color:#fff;border:none;border-radius:14px;cursor:pointer;text-align:left}.dsa-cta-btn:hover{background:#92400e}.dsa-attention-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #fef3c7}.dsa-attention-item:last-child{border-bottom:none}.dsa-attention-name{font-size:13px;font-weight:500;color:#1a1a1a}.dsa-attention-sub{font-size:11px;color:#888;margin-top:1px}.dsa-fix-btn{margin-left:auto;padding:4px 10px;background:#fff;border:1px solid #fde8c8;border-radius:6px;font-size:12px;color:#b45309;cursor:pointer;font-weight:500}.dsa-fix-btn:hover{background:#fef3c7}.theme-forest{background:#f7f5f2;--color-bg: #f7f5f2;--color-nav: #2d6a4f;--color-accent: #74c69d;--color-primary: #2d6a4f;--color-primary-hover: #235c43;--color-card: #fff;--color-text: #2d2d2d;--color-border: #e8e3dc}.theme-slate{background:#f0f4f8;--color-bg: #f0f4f8;--color-nav: #1e293b;--color-accent: #3b82f6;--color-primary: #1d4ed8;--color-primary-hover: #1e40af;--color-card: #fff;--color-text: #1e293b;--color-border: #e2e8f0}.theme-slate .nav{background:#1e293b;border-color:#334155}.theme-slate .nav-link{color:#94a3b8}.theme-slate .nav-link:hover,.theme-slate .nav-link.active{color:#3b82f6;border-bottom-color:#3b82f6}.theme-slate .nav-logo{color:#3b82f6}.theme-slate .nav-logo span{color:#93c5fd}.theme-slate .nav-avatar,.theme-slate .btn-primary{background:#1d4ed8}.theme-slate .btn-primary:hover{background:#1e40af}.theme-slate .occasion-date .day{color:#1d4ed8}.theme-slate .badge-green{background:#dbeafe;color:#1d4ed8}.theme-slate .text-green{color:#1d4ed8}.theme-slate .card{background:#fff;border-color:#e2e8f0}.theme-slate input:focus,.theme-slate select:focus,.theme-slate textarea:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81a}.theme-rose{background:#fff5f5;--color-bg: #fff5f5;--color-nav: #9f1239;--color-accent: #fb7185;--color-primary: #be123c;--color-primary-hover: #9f1239;--color-card: #fff;--color-text: #2d2d2d;--color-border: #fce7f3}.theme-rose .nav{background:#9f1239;border-color:#881337}.theme-rose .nav-link{color:#fda4af}.theme-rose .nav-link:hover,.theme-rose .nav-link.active{color:#fff;border-bottom-color:#fb7185}.theme-rose .nav-logo{color:#fff}.theme-rose .nav-logo span{color:#fda4af}.theme-rose .nav-avatar,.theme-rose .btn-primary{background:#be123c}.theme-rose .btn-primary:hover{background:#9f1239}.theme-rose .occasion-date .day{color:#be123c}.theme-rose .badge-green{background:#ffe4e6;color:#be123c}.theme-rose .text-green{color:#be123c}.theme-rose .card{background:#fff;border-color:#fce7f3}.theme-rose .alert-warn{background:#fff1f2;border-color:#fda4af;color:#9f1239}.theme-rose input:focus,.theme-rose select:focus,.theme-rose textarea:focus{border-color:#be123c;box-shadow:0 0 0 3px #be123c1a}.theme-rose .progress-fill,.theme-rose .step.done .step-circle,.theme-rose .step.active .step-circle,.theme-rose .step.done .step-line{background:#be123c}.theme-rose .card-thumb:hover{border-color:#fb7185}.theme-rose .card-thumb.selected{border-color:#be123c}.theme-midnight{background:#0f172a;--color-bg: #0f172a;--color-nav: #1e293b;--color-accent: #818cf8;--color-primary: #6366f1;--color-primary-hover: #4f46e5;--color-card: #1e293b;--color-text: #f1f5f9;--color-border: #334155}.theme-midnight .nav{background:#1e293b;border-color:#334155}.theme-midnight .nav-link{color:#94a3b8}.theme-midnight .nav-link:hover,.theme-midnight .nav-link.active{color:#818cf8;border-bottom-color:#818cf8}.theme-midnight .nav-logo{color:#818cf8}.theme-midnight .nav-logo span{color:#a5b4fc}.theme-midnight .nav-avatar{background:#6366f1}.theme-midnight .page{color:#f1f5f9}.theme-midnight .card,.theme-midnight .card-sm{background:#1e293b;border-color:#334155;color:#f1f5f9}.theme-midnight .page-title,.theme-midnight .section-title{color:#f1f5f9}.theme-midnight .btn-primary{background:#6366f1}.theme-midnight .btn-primary:hover{background:#4f46e5}.theme-midnight .btn-secondary{background:#334155;color:#f1f5f9;border-color:#475569}.theme-midnight .btn-secondary:hover{background:#475569}.theme-midnight .occasion-date .day{color:#818cf8}.theme-midnight .occasion-date .month{color:#64748b}.theme-midnight .occasion-name{color:#f1f5f9}.theme-midnight .occasion-type{color:#94a3b8}.theme-midnight .countdown{color:#64748b}.theme-midnight .countdown.urgent{color:#f87171}.theme-midnight td{border-color:#334155;color:#f1f5f9}.theme-midnight tr:hover td{background:#263045}.theme-midnight th,.theme-midnight .text-muted{color:#64748b}.theme-midnight .badge-green{background:#312e81;color:#a5b4fc}.theme-midnight .badge-yellow{background:#422006;color:#fbbf24}.theme-midnight .badge-gray{background:#334155;color:#94a3b8}.theme-midnight .badge-red{background:#450a0a;color:#f87171}.theme-midnight .text-green{color:#818cf8}.theme-midnight .alert-warn{background:#422006;border-color:#92400e;color:#fbbf24}.theme-midnight input,.theme-midnight select,.theme-midnight textarea{background:#0f172a;color:#f1f5f9;border-color:#334155}.theme-midnight input:focus,.theme-midnight select:focus,.theme-midnight textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.theme-midnight .occasion-row,.theme-midnight .billing-line{border-color:#334155}.theme-midnight .progress-bar{background:#334155}.theme-midnight .progress-fill,.theme-midnight .step.done .step-circle,.theme-midnight .step.active .step-circle,.theme-midnight .step.done .step-line{background:#6366f1}.theme-midnight .step-line{background:#334155}.theme-midnight .step.pending .step-circle{background:#334155;color:#64748b}.theme-midnight .card-thumb{border-color:transparent}.theme-midnight .card-thumb-meta{background:#263045}.theme-midnight .card-thumb-name{color:#f1f5f9}.theme-midnight .tabs{border-color:#334155}.theme-midnight .tab{color:#64748b}.theme-midnight .tab.active{color:#818cf8;border-color:#818cf8}.theme-sand{background:#fdf6ec;--color-bg: #fdf6ec;--color-nav: #92400e;--color-accent: #d97706;--color-primary: #b45309;--color-primary-hover: #92400e;--color-card: #fff;--color-text: #2d2d2d;--color-border: #fde8c8}.theme-sand .nav{background:#92400e;border-color:#78350f}.theme-sand .nav-link{color:#fcd34d}.theme-sand .nav-link:hover,.theme-sand .nav-link.active{color:#fff;border-bottom-color:#d97706}.theme-sand .nav-logo{color:#fff}.theme-sand .nav-logo span{color:#fcd34d}.theme-sand .nav-avatar,.theme-sand .btn-primary{background:#b45309}.theme-sand .btn-primary:hover{background:#92400e}.theme-sand .occasion-date .day{color:#b45309}.theme-sand .badge-green{background:#fef3c7;color:#92400e}.theme-sand .text-green{color:#b45309}.theme-sand .card{background:#fff;border-color:#fde8c8}.theme-sand .card-sm{border-color:#fde8c8}.theme-sand .alert-warn{background:#fffbeb;border-color:#fcd34d;color:#92400e}.theme-sand input:focus,.theme-sand select:focus,.theme-sand textarea:focus{border-color:#b45309;box-shadow:0 0 0 3px #b453091a}.theme-sand .progress-fill,.theme-sand .step.done .step-circle,.theme-sand .step.active .step-circle,.theme-sand .step.done .step-line{background:#b45309}.theme-sand .card-thumb:hover{border-color:#d97706}.theme-sand .card-thumb.selected{border-color:#b45309}.theme-sand .tabs{border-color:#fde8c8}.theme-sand .tab.active{color:#b45309;border-color:#b45309}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f7f5f2;color:#2d2d2d}
