:root{--rose-bg:#edece8;--rose-ink:#010506;--rose-blue:#10bbbf;--rose-orange:#fc8606;--rose-red:#e23423;--rose-green:#22c55e;--rose-violet:#8b5cf6;--rose-amber:#fbbf24;--rose-surface:#ffffff9e;--rose-surface-strong:#ffffffeb;--rose-border:#0105061a;--rose-border-strong:#01050624;--rose-muted:#0105068c;--rose-focus:#10bbbf47;--rose-hover:#01050609;--rose-danger-bg:#e234231f;--rose-danger-text:#b5281d;--rose-radius-xs:6px;--rose-radius-sm:10px;--rose-radius-md:14px;--rose-radius-lg:22px;--rose-radius-xl:32px;--rose-radius-pill:999px;--rose-text-2xs:10px;--rose-text-xs:11px;--rose-text-sm:13px;--rose-text-base:14px;--rose-text-md:16px;--rose-text-lg:18px;--rose-text-xl:22px;--rose-text-2xl:28px;--rose-text-3xl:36px;--rose-text-4xl:48px;--rose-blur-sm:10px;--rose-blur-md:18px;--rose-blur-lg:28px;--rose-blur-xl:40px;--rose-elev-1:0 1px 2px #0105060a;--rose-elev-2:0 4px 12px #0105060f;--rose-elev-3:0 12px 28px #01050614;--rose-elev-4:0 22px 60px #0105061a;--rose-ease-out:cubic-bezier(.22, 1, .36, 1);--rose-ease-in-out:cubic-bezier(.4, 0, .2, 1);--rose-ease-spring:cubic-bezier(.16, 1, .3, 1);--rose-dur-fast:.14s;--rose-dur-base:.22s;--rose-dur-slow:.36s;--rose-dur-xslow:.6s}*{scrollbar-width:thin;scrollbar-color:#0105061f transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0105061a;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#0105062e}::-webkit-scrollbar-corner{background:0 0}.rose-surface{background:var(--rose-surface);border:1px solid var(--rose-border)}.rose-surface-strong{background:var(--rose-surface-strong);border:1px solid var(--rose-border)}.rose-btn{border:1px solid var(--rose-border);background:#ffffffbf;border-radius:12px}.rose-btn:hover{background:#fffffff2}.rose-btn-primary{background:var(--rose-ink);color:#fff;border:1px solid #0000}.rose-btn-primary:hover{opacity:.95}.rose-focus:focus{box-shadow:0 0 0 3px var(--rose-focus);outline:none}.rose-cta-sm,.rose-cta-md,.rose-cta-lg,.rose-cta-icon{white-space:nowrap;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.rose-cta-sm{gap:6px;padding:8px 16px;font-size:14px;line-height:1.2}.rose-cta-md{gap:8px;padding:12px 24px;font-size:14px;line-height:1.2}@media (min-width:640px){.rose-cta-md{padding:14px 28px;font-size:16px}}.rose-cta-lg{gap:10px;padding:16px 32px;font-size:15px;line-height:1.2}@media (min-width:640px){.rose-cta-lg{font-size:16px}}.rose-cta-icon{padding:9px;font-size:14px;line-height:1}.rose-dot{width:var(--rose-dot-size,7px);height:var(--rose-dot-size,7px);border-radius:var(--rose-radius-pill);background:var(--rose-dot-color,var(--rose-blue));flex-shrink:0;display:inline-block}.rose-dot--pulse{box-shadow:0 0 0 0 var(--rose-dot-color,var(--rose-blue));animation:1.8s ease-in-out infinite rose-dot-pulse}.rose-dot--soft-pulse{animation:2.4s ease-in-out infinite rose-dot-soft-pulse}.rose-dot--halo{box-shadow:0 0 0 6px color-mix(in srgb, var(--rose-dot-color,var(--rose-blue)) 14%, transparent)}.rose-dot--ok{--rose-dot-color:var(--rose-green)}.rose-dot--info{--rose-dot-color:var(--rose-blue)}.rose-dot--warn{--rose-dot-color:var(--rose-orange)}.rose-dot--risk{--rose-dot-color:var(--rose-red)}.rose-dot--accent{--rose-dot-color:var(--rose-violet)}@keyframes rose-dot-pulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--rose-dot-color,var(--rose-blue)) 45%, transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb, var(--rose-dot-color,var(--rose-blue)) 0%, transparent)}}@keyframes rose-dot-soft-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.25)}}@media (prefers-reduced-motion:reduce){.rose-dot--pulse,.rose-dot--soft-pulse{box-shadow:none;animation:none}}.rose-kicker{font-size:var(--rose-text-xs);letter-spacing:.22em;text-transform:uppercase;color:var(--rose-muted);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.rose-kicker--accent{color:var(--rose-pulse-color,var(--rose-blue))}.rose-panel{border-radius:var(--rose-panel-radius,var(--rose-radius-xl));background:var(--rose-panel-bg,#ffffff42);-webkit-backdrop-filter:blur(var(--rose-blur-md)) saturate(190%);border:1px solid #0105061a;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 10px 30px #0105060f,inset 0 0 0 1px #ffffff29}.rose-panel:before{content:"";pointer-events:none;border-radius:inherit;-webkit-mask-composite:xor;opacity:.65;background:linear-gradient(135deg,#ffffff8c,#ffffff1a,#01050614);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.rose-panel--strong{--rose-panel-bg:#ffffff57}.rose-panel--ink{background:radial-gradient(900px 340px at 20% 0,#0105061a,#0000 60%),#ffffff3d}.rose-panel--blue{background:radial-gradient(900px 340px at 20% 0%, color-mix(in srgb, var(--rose-blue) 14%, transparent), transparent 60%), #ffffff3d}.rose-panel--warm{background:radial-gradient(900px 340px at 20% 0%, color-mix(in srgb, var(--rose-orange) 12%, transparent), transparent 60%), #ffffff3d}.rose-panel--risk{background:radial-gradient(900px 340px at 20% 0%, color-mix(in srgb, var(--rose-red) 11%, transparent), transparent 62%), #ffffff3d}.rose-panel--lift{transition:transform .2s,box-shadow .2s,border-color .2s}.rose-panel--lift:hover{border-color:#01050624;transform:translateY(-2px);box-shadow:0 18px 60px #0105061a,inset 0 0 0 1px #ffffff2e}@media (prefers-reduced-motion:reduce){.rose-panel--lift{transition:none}.rose-panel--lift:hover{transform:none}}.rose-pill{border:1px solid var(--rose-border);background:#ffffffd9;border-radius:9999px;padding:4px 10px;font-size:13px}.rose-cell-hover:hover{background:var(--rose-hover)}.rose-edit-input{width:100%;height:100%;color:var(--rose-ink);background:0 0;border:none;outline:none;font-size:14px;line-height:20px}.rose-edit-center{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.rose-edit-chip{white-space:nowrap;text-overflow:ellipsis;width:100%;color:var(--rose-ink);opacity:.95;font-size:14px;line-height:20px;overflow:hidden}.rose-popover{border:1px solid var(--rose-border);background:#fffffffa;border-radius:12px;padding:6px;box-shadow:0 6px 18px #01050612,0 1px 4px #0105060a}.rose-popover-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-width:thin;scrollbar-color:#01050638 #0105060f;max-height:240px;padding:2px;overflow:auto}.rose-popover-list::-webkit-scrollbar{width:10px}.rose-popover-list::-webkit-scrollbar-track{background:#0105060f;border-radius:999px}.rose-popover-list::-webkit-scrollbar-thumb{background:#01050638;border:2px solid #ffffffd9;border-radius:999px}.rose-popover-list::-webkit-scrollbar-thumb:hover{background:#01050652}.rose-popover-item{width:100%;color:var(--rose-ink);cursor:default;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:14px;line-height:20px;transition:background 80ms;display:flex}.rose-popover-item:hover{background:var(--rose-hover)}.rose-popover-item[aria-selected=true]{background:#10bbbf1a}.rose-popover-check{opacity:.7;font-size:12px}.rose-cal{border:1px solid var(--rose-border);background:#fffffffa;border-radius:14px;padding:10px;box-shadow:0 6px 18px #01050612,0 1px 4px #0105060a}.rose-cal-top{color:var(--rose-ink);justify-content:space-between;align-items:center;gap:8px;padding:2px 4px 10px;font-size:13px;display:flex}.rose-cal-nav{border:1px solid var(--rose-border);background:#ffffffd9;border-radius:10px;width:32px;height:28px}.rose-cal-nav:hover{background:#fff}.rose-cal-grid{grid-template-columns:repeat(7,34px);gap:6px;display:grid}.rose-cal-dow{color:var(--rose-muted);text-align:center;padding-bottom:2px;font-size:11px}.rose-cal-day{cursor:default;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;width:34px;height:32px;display:flex}.rose-cal-day:hover{background:var(--rose-hover)}.rose-cal-day.is-today{border-color:#10bbbf40}.rose-cal-day.is-selected{background:#10bbbf1a;border-color:#10bbbf40}.rose-danger{background:var(--rose-danger-bg);color:var(--rose-danger-text)}.rose-tag{color:#010506c7;-webkit-user-select:none;user-select:none;background:#ffffff8c;border:1px solid #0105061a;border-radius:999px;align-items:center;gap:6px;height:20px;padding:0 8px;font-size:12px;font-weight:650;line-height:1;display:inline-flex}.rose-tag-dot{background:#01050633;border-radius:999px;width:5px;height:5px}.rose-tag--active{background:#10bbbf0e;border-color:#10bbbf2e}.rose-tag--active .rose-tag-dot{background:#10bbbf8c}.rose-tag--planned{background:#01050605;border-color:#0105061f}.rose-tag--planned .rose-tag-dot{background:#01050659}.rose-tag--harvested{background:#fff9;border-color:#0105061f}.rose-tag--harvested .rose-tag-dot{background:#01050673}.rose-tag--failed{background:#e234230b;border-color:#e234232e}.rose-tag--failed .rose-tag-dot{background:#e234238c}.rose-tag--archived{color:#0105068c;background:#01050604;border-color:#0105061a}.rose-tag--archived .rose-tag-dot{background:#0105062e}.rose-tag--germinating{background:#b482140d;border-color:#b482142e}.rose-tag--germinating .rose-tag-dot{background:#b482148c}.rose-tag--planted{background:#a05a320d;border-color:#a05a322e}.rose-tag--planted .rose-tag-dot{background:#a05a328c}.rose-zone{color:#010506c7;letter-spacing:.02em;background:#ffffff80;border:1px solid #0105061a;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:20px;padding:0 7px;font-size:12px;font-weight:750;display:inline-flex}.rose-zone:before{content:"";background:#10bbbf73;border-radius:999px;width:5px;height:5px;margin-right:6px}.rose-coltype{color:#01050673;background:#ffffff8c;border:1px solid #01050614;border-radius:6px;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;font-weight:700;display:inline-flex}.rose-search{align-items:center;display:flex;position:relative}.rose-search-input{width:200px;height:32px;color:var(--rose-ink);background:#01050605;border:1px solid #0105060f;border-radius:10px;outline:none;padding:0 32px 0 34px;font-size:13px;transition:border-color .16s,background .16s,width .2s}.rose-search-input::placeholder{color:#0105063d;font-weight:400}.rose-search-input:focus{background:#fffc;border-color:#10bbbf4d;width:260px}.rose-search-icon{color:#01050633;pointer-events:none;font-size:13px;transition:color .16s;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.rose-search:focus-within .rose-search-icon{color:#10bbbf80}.rose-search-clear{color:#01050659;cursor:pointer;background:#0105060f;border:none;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;transition:background .12s,color .12s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.rose-search-clear:hover{color:#0105068c;background:#0105061a}.rose-filter-pill{color:#01050659;cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:5px;height:26px;padding:0 10px;font-size:12px;font-weight:550;transition:all .14s;display:inline-flex}.rose-filter-pill:hover{color:#01050680;background:#01050606}.rose-filter-pill.is-active{color:var(--rose-ink);background:#ffffffbf;border-color:#01050614;font-weight:600;box-shadow:0 1px 2px #01050608}.rose-filter-count{color:#0105062e;font-variant-numeric:tabular-nums;font-size:10px;font-weight:600}.rose-filter-pill.is-active .rose-filter-count{color:#01050659}.rose-group-select{color:#01050666;cursor:pointer;appearance:none;background:#ffffff73 url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23010506' stroke-opacity='0.25' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 7px center no-repeat;border:1px solid #0105060f;border-radius:8px;outline:none;height:28px;padding:0 24px 0 8px;font-size:12px;font-weight:500;transition:border-color .14s}.rose-group-select:hover{border-color:#0105061f}.rose-col-header{color:#0105066b;letter-spacing:.015em;text-transform:uppercase;-webkit-user-select:none;user-select:none;border-right:1px solid #0105060a;justify-content:space-between;align-items:center;gap:6px;height:34px;padding:0 14px;font-size:11px;font-weight:600;display:flex}.rose-col-header.is-virtual{color:#01050640;text-transform:none;font-style:italic;font-weight:500}.rose-grid-row{content-visibility:auto;contain-intrinsic-size:auto 40px;background:#fff;border-bottom:1px solid #01050609;transition:background 80ms;display:flex}.rose-grid-row:last-child{border-bottom:none}.rose-grid-row:hover{background:#01050603}.rose-grid-row.is-selected{background:#10bbbf05}.rose-grid-row.is-draft{background:#01050603}.rose-grid-row.is-bulk-checked{background:#10bbbf09}.rose-grid-cell{height:40px;color:var(--rose-ink);cursor:text;-webkit-user-select:none;user-select:none;contain:layout style;border-right:1px solid #01050606;align-items:center;font-size:13px;display:flex;position:relative}.rose-grid-cell:hover{background:#01050604}.rose-grid-cell.is-virtual{cursor:default;color:#01050666}.rose-grid-cell.is-virtual:hover{background:0 0}.rose-grid-cell.is-locked{cursor:not-allowed;opacity:.6}.rose-grid-cell.is-nav-selected{outline-offset:-2px;z-index:3;border-radius:1px;outline:2px solid #10bbbf4d}.rose-grid-cell-inner{align-items:center;width:100%;height:100%;padding:0 14px;display:flex;overflow:hidden}.rose-gutter{font-variant-numeric:tabular-nums;color:#0105062e;-webkit-user-select:none;user-select:none;border-right:1px solid #01050609;flex-shrink:0;justify-content:center;align-items:center;width:40px;font-size:11px;display:flex}.rose-gutter-add{color:#01050640;cursor:pointer;background:0 0;border:1px dashed #0105061a;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;transition:all .16s;display:flex}.rose-gutter-add:hover{color:#01050680;background:#fffc;border-style:solid;border-color:#0105061f}.rose-bulk-check{cursor:pointer;border-right:1px solid #01050606;flex-shrink:0;justify-content:center;align-items:center;width:32px;display:flex}.rose-bulk-check input[type=checkbox]{width:14px;height:14px;accent-color:var(--rose-blue);cursor:pointer;border-radius:4px}.rose-expand-toggle{cursor:pointer;border-right:1px solid #01050606;flex-shrink:0;justify-content:center;align-items:center;width:26px;transition:background .1s;display:flex}.rose-expand-toggle:hover{background:#01050605}.rose-expand-arrow{color:#01050633;font-size:8px;line-height:1;transition:transform .18s,color .1s}.rose-expand-arrow.is-open{color:var(--rose-blue);transform:rotate(90deg)}.rose-row-expansion{background:#01050603;border-bottom:1px solid #0105060d;padding:14px 20px;animation:.2s rose-expand-in;overflow:hidden}@keyframes rose-expand-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.rose-data-chip{background:#ffffff80;border:1px solid #0105060a;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:6px 14px;display:flex}.rose-data-chip-label{color:#01050647;text-transform:uppercase;letter-spacing:.04em;font-size:9px;font-weight:600}.rose-data-chip-value{color:#01050699;font-variant-numeric:tabular-nums;font-size:15px;font-weight:600}.rose-data-chip-value.is-muted{color:#01050626}.rose-mini-timeline-title{color:#01050647;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:9px;font-weight:650}.rose-mini-timeline-item{color:#0105067a;align-items:center;gap:6px;padding:2px 0;font-size:12px;display:flex}.rose-mini-timeline-date{color:#01050633;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:10px}.rose-summary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe0;border-top:1px solid #0105060f;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:14px;padding:8px 16px;display:flex}.rose-summary-item{align-items:center;gap:4px;font-size:11px;display:flex}.rose-summary-label{color:#01050640;font-weight:450}.rose-summary-value{color:#01050680;font-variant-numeric:tabular-nums;font-weight:600}.rose-summary-sep{background:#0105060d;width:1px;height:12px}@keyframes roseFadeIn{0%{opacity:0}to{opacity:1}}@keyframes roseSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-none::-webkit-scrollbar{display:none}.rose-bulk-bar{background:#10bbbf09;border:1px solid #10bbbf1a;border-radius:10px;align-items:center;gap:8px;padding:6px 12px;animation:.16s rose-bulk-in;display:flex}@keyframes rose-bulk-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.rose-bulk-count{color:#10bbbfcc;font-size:12px;font-weight:600}.rose-bulk-action{color:#01050673;cursor:pointer;background:#ffffff8c;border:1px solid #0105060d;border-radius:6px;height:24px;padding:0 8px;font-size:11px;font-weight:550;transition:all .1s}.rose-bulk-action:hover{color:#010506a6;background:#fff;border-color:#0105061a}.rose-group-header{z-index:5;background:#01050605;border-bottom:1px solid #0105060a;align-items:center;gap:8px;padding:5px 16px;display:flex;position:sticky;left:0}.rose-group-label{color:#0105066b;font-size:12px;font-weight:600}.rose-group-count{color:#01050633;font-variant-numeric:tabular-nums;font-size:10px}.rose-ghost-btn{color:#01050661;cursor:pointer;background:0 0;border:1px solid #0105060d;border-radius:8px;height:28px;padding:0 10px;font-size:12px;font-weight:500;transition:all .14s}.rose-ghost-btn:hover{color:#0105068c;background:#ffffff80;border-color:#01050614}.rose-status-bar{color:#01050638;background:#ffffff40;border-top:1px solid #0105060a;justify-content:space-between;align-items:center;padding:5px 14px;font-size:11px;display:flex}.rose-mobile-card{text-align:left;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border:1px solid #0105060f;border-radius:14px;width:100%;padding:14px 16px;transition:all .14s;display:block}.rose-mobile-card:active{transform:scale(.995)}.rose-mobile-card.is-selected{background:#ffffffd9;border-color:#10bbbf38}.rose-mobile-card-title{color:#010506cc;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.rose-mobile-card-meta{color:#01050666;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.rose-mobile-fab{color:#0105068c;cursor:pointer;background:#fff;border:1px solid #01050614;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:all .16s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #0105061a}.rose-mobile-fab:active{transform:scale(.96)}.rose-bottom-sheet-backdrop{background:#01050640;transition:opacity .2s ease-out;position:absolute;inset:0}.rose-bottom-sheet-backdrop.is-visible{opacity:1}.rose-bottom-sheet-backdrop.is-hidden{opacity:0}.rose-bottom-sheet{will-change:transform;background:#fff;border:1px solid #01050614;border-radius:28px 28px 22px 22px;width:100%;max-width:520px;height:82vh;transition:transform .2s ease-out;box-shadow:0 -4px 40px #0105061f}.rose-bottom-sheet.is-open{transform:translateY(0)}.rose-bottom-sheet.is-closed{transform:translateY(18px)}.rose-bottom-sheet-handle{background:#01050614;border-radius:9999px;width:40px;height:4px;margin:8px auto 0}.rose-bottom-sheet-header{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #0105060f;border-radius:28px 28px 0 0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0}.rose-bottom-sheet-title{color:#010506cc;font-size:14px;font-weight:600}.rose-bottom-sheet-done{color:#0105068c;cursor:pointer;background:#fff;border:1px solid #01050614;border-radius:12px;padding:6px 14px;font-size:13px;transition:all .1s}.rose-bottom-sheet-done:active{transform:scale(.98)}.rose-bottom-sheet-scroll{overscroll-behavior:contain;height:calc(82vh - 64px);padding:0 16px 20px;overflow-y:auto}.rose-mobile-field{margin-bottom:0}.rose-mobile-field-label{color:#01050661;text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;font-size:11px;font-weight:600}.rose-mobile-field-input{width:100%;color:var(--rose-ink);background:#fff;border:1px solid #0105060f;border-radius:14px;padding:10px 14px;font-size:14px;transition:border-color .12s}.rose-mobile-field-input:focus{border-color:var(--rose-blue);box-shadow:0 0 0 3px var(--rose-focus);outline:none}.rose-mobile-field-input:disabled{opacity:.45}.rose-mobile-field-hint{color:#0105064d;margin-top:4px;font-size:11px}.rose-mobile-checkbox-row{background:#fff;border:1px solid #0105060f;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.rose-mobile-checkbox-row label{color:#01050699;font-size:14px;font-weight:500}.rose-mobile-checkbox-row input[type=checkbox]{width:20px;height:20px;accent-color:var(--rose-blue);cursor:pointer}.rose-mobile-empty{background:#ffffff80;border:1px solid #0105060f;border-radius:16px;padding:18px 16px}.rose-mobile-empty-title{color:#010506a6;font-size:14px;font-weight:600}.rose-mobile-empty-desc{color:#01050659;margin-top:4px;font-size:13px}.rose-modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0105062e;justify-content:center;align-items:center;animation:.15s ease-out rose-modal-fade-in;display:flex;position:fixed;inset:0}@keyframes rose-modal-fade-in{0%{opacity:0}to{opacity:1}}.rose-modal{background:#fff;border:1px solid #01050614;border-radius:22px;width:100%;max-width:380px;margin:0 16px;animation:.2s cubic-bezier(.16,1,.3,1) rose-modal-scale-in;overflow:hidden;box-shadow:0 8px 40px #01050624,0 2px 8px #0105060f}@keyframes rose-modal-scale-in{0%{opacity:0;transform:scale(.94)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.rose-modal-body{padding:24px 24px 20px}.rose-modal-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:14px;font-size:18px;display:flex}.rose-modal-icon.is-archive{color:#d97706;background:#fc86061a}.rose-modal-icon.is-danger{background:var(--rose-danger-bg);color:var(--rose-danger-text)}.rose-modal-title{color:var(--rose-ink);font-size:15px;font-weight:600;line-height:1.3}.rose-modal-desc{color:var(--rose-muted);margin-top:6px;font-size:13px;line-height:1.5}.rose-modal-footer{justify-content:flex-end;align-items:center;gap:8px;padding:0 24px 20px;display:flex}.rose-modal-btn{cursor:pointer;border:none;border-radius:12px;padding:8px 18px;font-size:13px;font-weight:500;transition:all .12s}.rose-modal-btn:active{transform:scale(.97)}.rose-modal-btn.is-cancel{color:var(--rose-muted);background:#0105060a}.rose-modal-btn.is-cancel:hover{background:#01050612}.rose-modal-btn.is-archive{background:var(--rose-ink);color:#fff}.rose-modal-btn.is-archive:hover{opacity:.88}.rose-modal-btn.is-danger{background:var(--rose-danger-text);color:#fff}.rose-modal-btn.is-danger:hover{opacity:.88}
