:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}body{margin:0;min-height:100vh;background-color:#f3f4f6}h1,h2,h3,h4{font-weight:600;margin:0}p{margin:0}button,input,textarea,select{font-family:inherit}.app-shell{max-width:1280px;margin:0 auto;padding:32px 40px 64px;display:flex;flex-direction:column;gap:24px}.app-header{display:flex;justify-content:space-between;align-items:flex-end}.app-header h1{font-size:2.2rem;margin-bottom:4px}.app-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.app-nav button{text-align:left;padding:16px;border-radius:16px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 2px #0f172a0f;transition:all .2s ease;display:flex;flex-direction:column;gap:6px}.app-nav button small{color:#64748b;font-size:.85rem;line-height:1.3}.app-nav button:hover{border-color:#3b82f6;box-shadow:0 6px 16px #3b82f626}.app-nav button.active{border-color:#2563eb;background:linear-gradient(135deg,#2563eb0d,#2563eb1f);box-shadow:0 8px 20px #2563eb40}.app-content{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0f172a14;padding:32px}.section-layout{display:grid;grid-template-columns:280px 1fr;gap:28px}.section-layout aside{display:flex;flex-direction:column;gap:24px;border-right:1px solid #e5e7eb;padding-right:24px}.section-layout aside header{display:flex;flex-direction:column;gap:12px}.section-layout .content-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.section-layout .content-list li button{width:100%;text-align:left;border:1px solid transparent;background:transparent;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:6px;transition:all .2s ease}.section-layout .content-list li button .item-title{font-weight:600;color:#1f2937}.section-layout .content-list li button .meta{font-size:.8rem;color:#64748b}.section-layout .content-list li button .status{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#475569}.section-layout .content-list li button:hover,.section-layout .content-list li button.active{background:#eff6ff;border-color:#2563eb}.section-layout main{padding-left:4px}.content-form{display:flex;flex-direction:column;gap:24px}.language-tabs{display:flex;justify-content:space-between;align-items:center;gap:16px}.language-tabs .tab-list{display:flex;flex-wrap:wrap;gap:8px}.language-tabs .tab-list button{border-radius:999px;border:1px solid #cbd5f5;background:#fff;padding:8px 16px;font-size:.9rem;color:#1d4ed8}.language-tabs .tab-list button.active{background:#2563eb;color:#fff;border-color:#2563eb}.language-tabs .tab-list .tab-with-remove{display:flex;align-items:center;gap:4px}.language-tabs .tab-list .tab-with-remove .icon{border-radius:50%;border:none;background:transparent;color:#ef4444;font-weight:700;padding:0 6px}.language-tabs .tab-actions{display:flex;align-items:center;gap:8px;color:#475569;font-size:.9rem}.language-panel{display:grid;gap:16px;background:#f8fafc;border-radius:16px;padding:20px 24px;border:1px solid #e2e8f0}.field{display:flex;flex-direction:column;gap:8px}.field label,.field>span{font-weight:600;color:#0f172a;font-size:.95rem}.field input,.field textarea,.field select{border-radius:10px;border:1px solid #cbd5f5;padding:10px 12px;font-size:.95rem;background:#fff;transition:border-color .2s ease}.field textarea{resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:#2563eb;outline:2px solid rgba(37,99,235,.2)}.rich-text-editor{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.rich-text-editor textarea{min-height:160px}.rich-text-editor .preview{border:1px solid #cbd5f5;border-radius:12px;background:#fff;padding:12px 16px;min-height:160px;overflow-y:auto}.rich-text-editor .preview header{font-weight:600;font-size:.9rem;color:#334155;margin-bottom:8px}.steps-editor,.checklist-items{display:flex;flex-direction:column;gap:12px}.steps-header,.checklist-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.step-card,.checklist-card{border:1px solid #dbeafe;border-radius:16px;padding:16px;background:#fff;box-shadow:inset 0 0 0 1px #3b82f60d;display:flex;flex-direction:column;gap:12px}.step-card header,.checklist-card header{display:flex;justify-content:space-between;align-items:center;font-weight:600}.inline{display:flex;gap:8px;align-items:center}.inline button{height:40px}.tag-options{display:flex;gap:12px}.checkbox{display:flex;align-items:center;gap:6px;font-weight:500;color:#1f2937}.chips{list-style:none;display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:8px 0 0}.chips li{background:#e2e8f0;color:#1e293b;padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;font-size:.85rem}.chips li button{border:none;background:transparent;color:#475569;font-size:1rem;padding:0;cursor:pointer}.array-editor,.module-sections{display:flex;flex-direction:column;gap:12px}.module-section-card{border:1px solid #dbe4f0;border-radius:14px;background:#fff;padding:16px;display:flex;flex-direction:column;gap:12px}.module-section-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.nested-inline{margin-top:-4px}.form-actions{display:flex;align-items:center;gap:12px}button.primary{background:#2563eb;color:#fff;border:none;border-radius:12px;padding:10px 18px;font-weight:600;box-shadow:0 10px 20px #2563eb4d}button.primary:hover{background:#1d4ed8}button.secondary{background:#fff;border:1px solid #2563eb;color:#2563eb;border-radius:12px;padding:10px 18px;font-weight:600}button.secondary:hover{background:#eff6ff}button.icon{border:none;background:transparent;padding:0;font-size:1rem;cursor:pointer}.muted{color:#64748b;font-size:.9rem}.info{padding:10px 12px;border-radius:12px;background:#2563eb1f;color:#1d4ed8;font-size:.9rem}.feedback{padding:10px 12px;border-radius:12px;background:#10b9811f;color:#047857;font-size:.9rem}.error{color:#dc2626;font-size:.85rem}.required{color:#dc2626}.status-indicator{padding:6px 12px;border-radius:999px;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;background:#e2e8f0;color:#1f2937}.status-indicator.published{background:#22c55e2e;color:#047857}.status-indicator.draft{background:#facc1540;color:#92400e}.steps-editor ol,.checklist-items ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}@media (max-width: 1100px){.section-layout{grid-template-columns:1fr}.section-layout aside{border-right:none;border-bottom:1px solid #e5e7eb;padding-right:0;padding-bottom:24px}}.dashboard-section{display:flex;flex-direction:column;gap:24px}.dashboard-header h2{font-size:2rem;margin-bottom:4px}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:24px}.dashboard-section-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0f172a0f;padding:24px}.stats-cards-container{display:flex;flex-direction:column;gap:24px}.stats-cards-header h3{font-size:1.5rem;margin-bottom:4px}.overall-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:32px}.stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;text-align:center;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0f172a1a}.stat-card.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#2563eb}.stat-card.warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border-color:#d97706}.stat-value{font-size:2rem;font-weight:700;margin-bottom:4px}.stat-label{font-size:.875rem;opacity:.8}.city-breakdown h4{font-size:1.25rem;margin-bottom:16px}.city-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.city-stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;position:relative}.city-stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.city-stat-header h5{font-size:1.125rem;margin:0}.city-stat-total{font-size:.875rem;color:#64748b;font-weight:600}.city-stat-details{display:flex;flex-direction:column;gap:8px}.city-stat-row{display:flex;justify-content:space-between;font-size:.875rem}.city-stat-row span:first-child{color:#64748b}.city-stat-row span:last-child{font-weight:600}.pending-reviews-badge{position:absolute;top:12px;right:12px;background:#ef4444;color:#fff;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600}.activity-feed-container{display:flex;flex-direction:column;gap:20px}.activity-feed-header h3{font-size:1.5rem;margin-bottom:4px}.activity-filters{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.filter-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff}.activity-list{display:flex;flex-direction:column;gap:12px;max-height:500px;overflow-y:auto}.no-activity{text-align:center;padding:40px;color:#64748b}.activity-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;transition:all .2s ease}.activity-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.activity-main{display:grid;grid-template-columns:1fr auto auto auto;gap:12px;align-items:center}.activity-action{display:flex;align-items:center;gap:8px}.activity-content-type{background:#3b82f6;color:#fff;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:600}.activity-timestamp{font-size:.875rem;color:#64748b}.activity-expand-btn{background:none;border:none;cursor:pointer;padding:4px;color:#64748b;font-size:.875rem}.activity-metadata{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.metadata-tag{background:#e5e7eb;color:#374151;padding:2px 6px;border-radius:4px;font-size:.75rem}.activity-details{margin-top:16px;border-top:1px solid #e5e7eb;padding-top:16px}.change-section{margin-bottom:16px}.change-section h5{margin:0 0 8px;font-size:.875rem;color:#374151}.change-content{background:#1f2937;color:#f9fafb;padding:12px;border-radius:6px;font-size:.75rem;overflow-x:auto;max-height:200px;overflow-y:auto}.activity-footer{text-align:center;padding-top:16px;border-top:1px solid #e5e7eb}.freshness-chart-container{display:flex;flex-direction:column;gap:24px}.freshness-chart-header h3{font-size:1.5rem;margin-bottom:4px}.freshness-chart-content{display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:start}.circular-chart-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.circular-chart{transform:rotate(-90deg)}.progress-circle{transition:stroke-dashoffset .5s ease}.chart-center-text{position:absolute;text-align:center}.percentage-text{font-size:1.5rem;font-weight:700;color:#1f2937}.percentage-label{font-size:.75rem;color:#64748b}.freshness-stats{display:flex;flex-direction:column;gap:16px}.freshness-stat-item{display:flex;align-items:center;gap:12px}.stat-indicator{width:12px;height:12px;border-radius:50%}.stat-indicator.fresh{background:#10b981}.stat-indicator.stale{background:#ef4444}.stat-indicator.total{background:#6b7280}.stat-info{display:flex;flex-direction:column}.stat-number{font-size:1.125rem;font-weight:600;color:#1f2937}.stat-description{font-size:.875rem;color:#64748b}.freshness-status{grid-column:1 / -1;padding:16px;border-radius:8px;margin-top:16px}.status-message.good{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.status-message.warning{background:#fed7aa;color:#92400e;border:1px solid #fdba74}.status-message.poor{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.status-message.neutral{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.freshness-recommendations{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.freshness-recommendations h4{margin:0 0 12px;font-size:1.125rem;color:#1f2937}.freshness-recommendations ul{margin:0;padding-left:20px;color:#374151}.freshness-recommendations li{margin-bottom:8px}.city-ambassador-view{display:flex;flex-direction:column;gap:24px}.ambassador-view-header h3{font-size:1.5rem;margin-bottom:4px}.ambassador-workloads{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.no-ambassadors{text-align:center;padding:40px;color:#64748b}.ambassador-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.ambassador-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:16px}.ambassador-info h4{margin:0 0 4px;font-size:1.125rem;color:#1f2937}.ambassador-email{margin:0;font-size:.875rem;color:#64748b}.workload-badge{color:#fff;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600}.ambassador-stats{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.stat-row{display:flex;justify-content:space-between;font-size:.875rem}.stat-label{color:#64748b}.stat-value{font-weight:600;color:#1f2937}.assigned-cities h5{margin:0 0 12px;font-size:1rem;color:#1f2937}.city-list{display:flex;flex-direction:column;gap:8px}.city-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.city-name{font-weight:500;color:#1f2937}.city-stats-mini{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.city-stats-mini span{font-size:.75rem;color:#64748b}.pending-count{color:#ef4444!important;font-weight:600}.unassigned-cities h4{margin:0 0 16px;font-size:1.25rem;color:#1f2937}.unassigned-cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.unassigned-city-card{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;text-align:center}.unassigned-city-card h5{margin:0 0 8px;font-size:1rem;color:#1f2937}.city-summary{display:flex;flex-direction:column;gap:4px;margin-bottom:12px;font-size:.875rem;color:#64748b}.pending-indicator{color:#ef4444;font-weight:600}.assign-ambassador-btn{background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.assign-ambassador-btn:hover{background:#2563eb}.ambassador-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.ambassador-summary h4{margin:0 0 16px;font-size:1.125rem;color:#1f2937}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px}.summary-label{font-size:.875rem;color:#64748b}.summary-value{font-weight:600;color:#1f2937}@media (max-width: 768px){.app-shell{padding:24px 16px 48px}.app-nav{grid-template-columns:repeat(2,minmax(140px,1fr))}.language-tabs{flex-direction:column;align-items:flex-start}.language-tabs .tab-actions{width:100%}.rich-text-editor,.dashboard-grid{grid-template-columns:1fr}.overall-stats-grid{grid-template-columns:repeat(2,1fr)}.city-stats-grid{grid-template-columns:1fr}.activity-main{grid-template-columns:1fr;gap:8px}.freshness-chart-content{grid-template-columns:1fr;text-align:center}.ambassador-workloads,.filter-row{grid-template-columns:1fr}}@media (max-width: 480px){.overall-stats-grid{grid-template-columns:1fr}}.calendar-section{display:flex;flex-direction:column;gap:24px}.calendar-header{display:flex;flex-direction:column;gap:8px}.calendar-header h2{font-size:1.5rem;margin:0}.calendar-header .muted{color:#64748b;font-size:.95rem;margin:0}.calendar-layout{display:grid;grid-template-columns:1fr 320px;gap:24px}.calendar-main,.calendar-sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-panel{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:16px;box-shadow:0 1px 3px #0000000d}.editorial-calendar{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:20px}.calendar-controls{display:flex;flex-direction:column;gap:16px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.view-mode-buttons{display:flex;gap:8px}.view-mode-buttons button{padding:8px 16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}.view-mode-buttons button.active{background:#2563eb;color:#fff;border-color:#2563eb}.calendar-filters{display:flex;flex-direction:column;gap:12px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-size:.85rem;font-weight:600;color:#475569}.filter-buttons{display:flex;flex-wrap:wrap;gap:6px}.filter-buttons button{padding:6px 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-size:.85rem;cursor:pointer;transition:all .2s ease}.filter-buttons button:hover{border-color:#2563eb;background:#f0f9ff}.filter-buttons button.active{background:#2563eb;color:#fff;border-color:#2563eb}.calendar-month-view{display:flex;flex-direction:column;gap:16px}.calendar-header-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.calendar-header-controls h3{margin:0;font-size:1.1rem}.calendar-header-controls button{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem}.calendar-header-controls button:hover{background:#f1f5f9;border-color:#cbd5e1}.calendar-grid{display:flex;flex-direction:column;gap:1px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.weekday-headers{display:grid;grid-template-columns:repeat(7,1fr);background:#f8fafc;border-bottom:1px solid #e5e7eb}.weekday-header{padding:12px;text-align:center;font-weight:600;font-size:.85rem;color:#475569;border-right:1px solid #e5e7eb}.weekday-header:last-child{border-right:none}.calendar-week{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-day{min-height:120px;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:8px;background:#fff;position:relative}.calendar-day.empty{background:#f8fafc}.calendar-day.today{background:#f0f9ff}.calendar-day.today:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:#2563eb}.day-number{font-weight:600;font-size:.9rem;color:#1e293b;margin-bottom:4px}.day-content{display:flex;flex-direction:column;gap:4px;min-height:0}.sla-metrics{margin-bottom:32px}.sla-metrics h3{margin-bottom:16px;color:#1f2937;font-size:1.3rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;text-align:center;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.metric-value{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:4px}.metric-label{font-size:.875rem;color:#64748b;font-weight:500}.queue-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.filter-tabs{display:flex;gap:8px;flex-wrap:wrap}.filter-tab{padding:8px 16px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.filter-tab:hover{border-color:#3b82f6;background:#f8fafc}.filter-tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.filter-tab .count{font-size:.75rem;background:#0000001a;padding:2px 6px;border-radius:10px}.filter-tab.active .count{background:#ffffff4d}.queue-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.selected-count{font-size:.875rem;color:#64748b;margin-right:8px}.bulk-approve,.bulk-reject,.bulk-assign{padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.bulk-approve{background:#10b981;color:#fff}.bulk-approve:hover:not(:disabled){background:#059669}.bulk-reject{background:#ef4444;color:#fff}.bulk-reject:hover:not(:disabled){background:#dc2626}.bulk-assign{background:#3b82f6;color:#fff}.bulk-assign:hover:not(:disabled){background:#2563eb}.bulk-approve:disabled,.bulk-reject:disabled,.bulk-assign:disabled{opacity:.5;cursor:not-allowed}.queue-items{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.queue-header{display:grid;grid-template-columns:40px 2fr 1fr 1fr 1fr 1fr;align-items:center;padding:16px;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:.875rem;color:#374151}.queue-item{display:grid;grid-template-columns:40px 2fr 1fr 1fr 1fr 1fr;align-items:center;padding:16px;border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.queue-item:last-child{border-bottom:none}.queue-item:hover{background:#f8fafc}.queue-item.selected{background:#eff6ff;border-left:3px solid #3b82f6}.item-info{display:flex;flex-direction:column;gap:4px}.item-info h4{margin:0;font-size:.875rem;font-weight:600;color:#1f2937}.item-type{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.item-city{font-size:.875rem;color:#374151}.item-status{display:flex;flex-direction:column;gap:4px}.day-event{padding:4px 6px;background:#dbeafe;color:#0c4a6e;border-radius:4px;font-size:.75rem;cursor:pointer;border-left:3px solid #2563eb;display:flex;flex-direction:column;gap:2px}.day-event.published{background:#d1fae5;color:#065f46;border-left-color:#10b981}.day-event.scheduled{background:#fed7aa;color:#92400e;border-left-color:#f59e0b}.day-event.draft{background:#e2e8f0;color:#334155;border-left-color:#cbd5e1}.day-event.in_review{background:#fccf7e;color:#92400e;border-left-color:#f59e0b}.event-title{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-type{font-size:.65rem;opacity:.8;text-transform:uppercase}.day-more{padding:2px 6px;font-size:.7rem}.status-badge{display:inline-block;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.assignment-badge{font-size:.75rem;color:#059669;font-weight:500}.days-remaining{font-size:.875rem}.days-remaining .positive{color:#059669;font-weight:500}.days-remaining .negative{color:#ef4444;font-weight:600}.item-actions{display:flex;flex-direction:column;gap:4px;font-size:.75rem}.reminder-count{color:#f59e0b;font-weight:500}.last-reminder{color:#64748b}.empty-state{text-align:center;padding:48px;color:#64748b}.loading-spinner{text-align:center;padding:24px;color:#64748b;font-style:italic}.calendar-detail-panel{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:16px;margin-top:16px;position:relative}.calendar-detail-panel .close-btn{position:absolute;top:12px;right:12px;width:28px;height:28px;padding:0;border:none;background:transparent;cursor:pointer;font-size:1.2rem;color:#94a3b8}.calendar-detail-panel .close-btn:hover{color:#475569}.detail-content h3{margin:0 0 12px;font-size:1.1rem}.detail-content p{margin:6px 0;font-size:.9rem;color:#475569}.detail-content .warning{color:#dc2626;font-weight:500}.calendar-week-view{display:flex;flex-direction:column;gap:16px}.week-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.week-day{border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#fff}.week-day.today{background:#f0f9ff;border-color:#2563eb}.day-header{padding-bottom:8px;border-bottom:1px solid #e5e7eb;margin-bottom:8px;text-align:center}.day-name{font-size:.75rem;color:#64748b;text-transform:uppercase;font-weight:600}.day-date{font-size:1.1rem;font-weight:600;color:#1e293b}.day-events{display:flex;flex-direction:column;gap:6px}.event-item{padding:6px 8px;background:#dbeafe;color:#0c4a6e;border-radius:4px;font-size:.75rem;cursor:pointer;border-left:3px solid #2563eb}.event-item.published{background:#d1fae5;color:#065f46;border-left-color:#10b981}.event-item.scheduled{background:#fed7aa;color:#92400e;border-left-color:#f59e0b}.event-header{display:flex;justify-content:space-between;gap:4px;margin-bottom:2px}.event-kind{font-weight:600}.event-status{font-size:.7rem;text-transform:uppercase}.event-body{display:flex;flex-direction:column;gap:2px}.event-time{font-weight:500}.calendar-list-view{display:flex;flex-direction:column}.list-header{display:grid;grid-template-columns:1fr 100px 100px 80px 180px 80px;gap:12px;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e5e7eb;border-radius:8px 8px 0 0;font-weight:600;font-size:.85rem;color:#475569;border:1px solid #e5e7eb}.list-body{border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;max-height:400px;overflow-y:auto}.list-empty{padding:24px 16px;text-align:center;color:#64748b}.list-item{display:grid;grid-template-columns:1fr 100px 100px 80px 180px 80px;gap:12px;padding:12px 16px;border-bottom:1px solid #e5e7eb;align-items:center;cursor:pointer;transition:background .2s ease}.list-item:hover,.list-item.selected{background:#f0f9ff}.col-title .id{font-family:monospace;font-size:.85rem;color:#475569}.col-type,.col-city,.col-status{font-size:.9rem;text-align:center}.col-status{text-transform:capitalize}.status-published{color:#10b981;font-weight:500}.status-scheduled{color:#f59e0b;font-weight:500}.status-draft{color:#64748b}.col-scheduled{font-size:.9rem;color:#475569}.col-actions{text-align:right}.action-btn{padding:6px 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;cursor:pointer;font-size:.85rem;transition:all .2s ease}.action-btn:hover{background:#f1f5f9;border-color:#94a3b8}.upcoming-publishes{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:20px}.upcoming-publishes h3{margin:0 0 16px;font-size:1.1rem}.upcoming-list{display:flex;flex-direction:column;gap:12px}.upcoming-item{padding:12px;border:1px solid #e5e7eb;border-radius:8px;background:#fafbfc}.item-header{display:flex;justify-content:space-between;margin-bottom:6px}.item-type{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#475569;background:#e2e8f0;padding:2px 6px;border-radius:3px}.item-time{font-size:.85rem;font-weight:500;color:#f59e0b}.item-title{font-weight:600;font-size:.95rem;margin-bottom:4px}.item-details{display:flex;gap:12px;font-size:.85rem;color:#64748b;margin-bottom:4px}.item-scheduled-at{font-size:.8rem;color:#94a3b8}.conflict-panel{display:flex;flex-direction:column;gap:12px}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.panel-header h3{margin:0;font-size:1rem}.close-btn{width:24px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;font-size:1rem;color:#94a3b8;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#475569}.panel-empty{padding:20px 12px;text-align:center;color:#94a3b8;font-size:.9rem}.conflict-list{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.conflict-item{padding:12px;border:1px solid #e5e7eb;border-left:3px solid #d32f2f;border-radius:6px;background:#fff5f5}.conflict-item.severity-warning{background:#fffbf0;border-left-color:#f57c00}.conflict-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.conflict-type{font-size:.75rem;font-weight:600;text-transform:uppercase;color:#475569}.severity-badge{font-size:.7rem;padding:2px 6px;border-radius:3px;font-weight:600}.severity-badge.error{background:#fee2e2;color:#dc2626}.severity-badge.warning{background:#fef3c7;color:#b45309}.conflict-body{margin-bottom:8px}.conflict-description{margin:0 0 6px;font-size:.85rem;color:#1f2937}.conflict-user,.conflict-time{margin:0;font-size:.75rem;color:#6b7280}.conflict-actions{display:flex;gap:6px}.btn-resolve{padding:6px 10px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;color:#2563eb;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-resolve:hover{background:#f0f9ff;border-color:#2563eb}.collaboration-panel{display:flex;flex-direction:column;gap:12px}.collaboration-list{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.collaboration-item{padding:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.item-header{display:flex;justify-content:space-between;margin-bottom:8px;gap:8px}.item-title{font-weight:600;font-size:.9rem;color:#1e293b;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-kind{font-size:.75rem;background:#f0f9ff;color:#0c4a6e;padding:2px 6px;border-radius:3px;white-space:nowrap}.editors-list{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.editor-item{display:flex;align-items:center;gap:8px;font-size:.85rem}.editor-status{width:8px;height:8px;border-radius:50%;background:#10b981}.editor-info{display:flex;flex-direction:column;gap:2px;flex:1}.editor-name{font-weight:500;color:#1e293b}.editor-time{font-size:.75rem;color:#94a3b8}.session-info{color:#94a3b8;border-top:1px solid #e5e7eb;padding-top:8px}.notification-center{display:flex;flex-direction:column;gap:12px}.badge{display:inline-block;min-width:20px;height:20px;padding:0 6px;background:#d32f2f;color:#fff;border-radius:10px;font-size:.75rem;font-weight:600;line-height:20px;text-align:center;margin-left:6px}.notification-list{display:flex;flex-direction:column;gap:12px;max-height:500px;overflow-y:auto}.notification-group{display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e5e7eb;padding-bottom:12px}.notification-group:last-child{border-bottom:none}.group-header{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:#475569}.group-icon{font-size:1rem}.group-title{text-transform:uppercase}.group-count{color:#94a3b8;font-weight:400}.group-items{display:flex;flex-direction:column;gap:6px;padding-left:26px}.notification-item{padding:10px;border:1px solid #e5e7eb;border-left:3px solid #e5e7eb;border-radius:6px;background:#fff;font-size:.85rem}.notification-item.unread{background:#f8fafc;font-weight:500}.notif-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:6px;gap:8px}.notif-title{font-weight:600;color:#1e293b}.notif-body{margin-bottom:6px}.notif-body p{margin:0 0 4px;color:#475569}.notif-content{color:#94a3b8;display:block}.notif-footer{display:flex;justify-content:space-between;align-items:center;gap:8px;border-top:1px solid #e5e7eb;padding-top:6px}.notif-time{color:#94a3b8;font-size:.75rem}.notif-action{padding:4px 8px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#2563eb;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.notif-action:hover{background:#f0f9ff;border-color:#2563eb}@media (max-width: 1024px){.calendar-layout,.section-layout{grid-template-columns:1fr}.section-layout aside{border-right:none;border-bottom:1px solid #e5e7eb;padding-right:0;padding-bottom:24px}.week-grid{grid-template-columns:repeat(4,1fr)}.list-header,.list-item{grid-template-columns:1fr 80px 80px 60px}.col-scheduled,.col-actions{display:none}}.overall-metrics{margin-bottom:32px;padding:24px;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.overall-metrics h4{margin-bottom:16px;color:#1f2937;font-size:1.1rem}.ambassador-actions{display:flex;gap:12px;margin-top:16px}.view-queue-btn,.assign-items-btn{padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.view-queue-btn{background:#3b82f6;color:#fff}.view-queue-btn:hover{background:#2563eb}.assign-items-btn{background:#f59e0b;color:#fff}.assign-items-btn:hover{background:#d97706}.overdue-count,.overdue-indicator{color:#ef4444!important;font-weight:600}.city-ambassador-view.loading{display:flex;justify-content:center;align-items:center;padding:48px;color:#64748b}@media (max-width: 768px){.queue-filters{flex-direction:column;align-items:stretch}.filter-tabs,.queue-actions{justify-content:center}.queue-header,.queue-item{grid-template-columns:1fr;gap:8px}.queue-header{display:none}.queue-item{padding:12px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px}.item-info h4{font-size:1rem}.ambassador-actions{flex-direction:column}}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px;margin-bottom:16px;color:#dc2626}.error-message p{margin:0;font-weight:500}.notifications-panel{margin-bottom:24px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.notifications-panel h4{margin-bottom:12px;color:#1f2937;font-size:1rem}.notifications-list{display:flex;flex-direction:column;gap:8px}.notification{padding:12px;border-radius:6px;border:1px solid #e2e8f0;background:#fff}.notification.unread{border-left:3px solid #3b82f6;background:#eff6ff}.notification.high{border-left-color:#ef4444;background:#fef2f2}.notification.urgent{border-left-color:#dc2626;background:#fee2e2}.notification strong{display:block;margin-bottom:4px;color:#1f2937;font-weight:600}.notification p{margin:0 0 8px;color:#374151;font-size:.875rem}.notification small{color:#6b7280;font-size:.75rem}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:32px 16px;background:linear-gradient(135deg,#f4efe6,#f9f7f1 48%,#e8ece6)}.auth-card{width:min(480px,100%);padding:32px;border-radius:24px;background:#ffffffeb;box-shadow:0 20px 60px #2223201f}.auth-card h1{margin:0 0 12px}.auth-form{display:grid;gap:12px;margin-top:24px}.auth-form label{font-weight:600}.auth-form input{padding:14px 16px;border-radius:14px;border:1px solid #c5cabc;font:inherit}.auth-form button,.secondary-action{border:none;border-radius:14px;padding:14px 16px;font:inherit;font-weight:600;cursor:pointer;background:#203a2b;color:#fff}.secondary-action{width:100%;margin-top:12px;background:#d9dfd1;color:#203a2b}.auth-form button:disabled,.secondary-action:disabled{cursor:not-allowed;opacity:.55}.auth-message{margin-top:16px;padding:12px 14px;border-radius:12px;background:#eef4ea;color:#203a2b;word-break:break-word}
