:root{--primary: #00685f;--primary-container: #008378;--on-primary-container: #f4fffc;--secondary: #006c4a;--surface: #f8f9ff;--surface-container-high: #dce9ff;--font-display: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--radius-md: 12px;--radius-sm: 8px;--shadow-clinical: 0px 4px 20px rgba(0, 106, 97, .08);--tag-negro: #1e293b;--tag-rojo: #ef4444;--tag-azul: #3b82f6;--tag-verde: #10b981;--tag-sin-color: #64748b}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--surface);color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,.brand-title{font-family:var(--font-display)}.app-layout{min-height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;height:64px}.brand-section{display:flex;align-items:center;gap:12px}.brand-badge{width:10px;height:10px;border-radius:50%;background:var(--primary);box-shadow:0 0 10px var(--primary)}.brand-title{font-size:20px;font-weight:700;color:var(--primary);letter-spacing:-.5px}.app-content{padding:24px;max-width:1400px;margin:0 auto;width:100%}.timer-hero{background:linear-gradient(135deg,#004d46,#00685f);color:#fff;border-radius:var(--radius-md);padding:28px;text-align:center;box-shadow:0 8px 30px #00685f33;margin-bottom:24px}.timer-digits{font-family:Outfit,monospace;font-size:64px;font-weight:700;letter-spacing:2px;text-shadow:0 2px 10px rgba(0,0,0,.3);margin:12px 0 20px}.timer-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.event-triggers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:20px}.btn-event-action{height:52px;font-size:14px;font-weight:600;border-radius:var(--radius-sm);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-event-action:hover{transform:translateY(-2px)}.events-timeline{max-height:280px;overflow-y:auto;padding:8px 12px;background:#ffffff0d;border-radius:var(--radius-sm);margin-top:16px}.color-swatch-list{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.color-swatch-item{display:flex;align-items:center;gap:8px;padding:6px 14px;border:2px solid #e2e8f0;border-radius:20px;cursor:pointer;transition:all .2s;background:#fff;font-size:13px;font-weight:500}.color-swatch-item.is-selected{border-color:var(--primary);background:var(--on-primary-container);color:var(--primary);box-shadow:0 2px 8px #00685f26}.color-dot{width:14px;height:14px;border-radius:50%;display:inline-block}.bottom-nav{display:none}@media(max-width:767px){.app-header{height:56px!important;padding:0 12px!important;overflow:hidden}.brand-title{font-size:16px!important;white-space:nowrap!important}.app-content{padding:12px;margin-bottom:74px}.timer-digits{font-size:42px}.ant-table-wrapper{width:100%!important;max-width:100%!important;overflow-x:auto}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{white-space:nowrap!important;padding:10px 8px!important}.ant-modal{max-width:calc(100vw - 16px)}.ant-modal-body{max-height:80vh;overflow-y:auto}.ant-card-body{padding:12px!important}.ant-statistic-content-value{font-size:20px!important}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:64px;background:#fff;border-top:1px solid #e2e8f0;z-index:1000;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom,0px);box-shadow:0 -4px 16px #0000000d}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:44px;min-width:44px;flex:1;color:#64748b;font-size:11px;font-weight:500;text-decoration:none;position:relative;transition:color .2s ease;cursor:pointer;background:none;border:none}.bottom-nav-item.active{color:var(--primary);font-weight:600}.bottom-nav-item.active:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:32px;height:3px;background:var(--primary);border-radius:0 0 4px 4px;transition:all .3s ease}.bottom-nav-icon{font-size:20px;margin-bottom:3px}}body.dark-mode{background-color:#0b0f17;color:#f1f5f9}body.dark-mode .app-header{background:#0f172a;border-bottom-color:#1e293b}body.dark-mode .bottom-nav{background:#0f172a;border-top-color:#1e293b}body.dark-mode .bottom-nav-item{color:#94a3b8}body.dark-mode .bottom-nav-item.active{color:#38bdf8}body.dark-mode .bottom-nav-item.active:before{background:#38bdf8}body.dark-mode .color-swatch-item{background:#1e293b;border-color:#334155;color:#f1f5f9}body.dark-mode .color-swatch-item.is-selected{border-color:#38bdf8;background:#38bdf826;color:#38bdf8}
