@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Poppins:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&family=Georgia&display=swap";:root{--background:#fbf3e7;--foreground:#2b140c;--card:#ffffffb8;--card-foreground:#2b140c;--popover:#fffcf6d9;--popover-foreground:#2b140c;--primary:#e3941f;--primary-foreground:#2b140c;--secondary:#4a140d;--secondary-foreground:#fbf3e7;--muted:#4a140d14;--muted-foreground:#8a6a5c;--accent:#e3941f2e;--accent-foreground:#7a1f12;--destructive:#c23b2b;--destructive-foreground:#fff;--border:#4a140d29;--input:#4a140d2e;--ring:#e3941f;--brand-gold:#efaf3c;--brand-amber:#e3941f;--brand-rust:#c8531b;--brand-maroon:#7a1f12;--brand-choco:#4a140d;--brand-choco-dark:#2b0d08;--glass-bg:#fffaf28c;--glass-bg-strong:#fffaf2b8;--glass-border:#ffffff8c;--glass-highlight:linear-gradient(180deg, #ffffff8c 0%, #fff0 45%);--glass-blur:24px;--glass-shadow:0 8px 32px #4a140d2e;--chart-1:#e3941f;--chart-2:#7a1f12;--chart-3:#c8531b;--chart-4:#4a140d;--chart-5:#efaf3c;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", monospace;--font-serif:"Georgia", serif;--tracking-normal:-.01em;--radius:1.25rem;--radius-sm:.75rem;--radius-lg:1.75rem;--radius-full:9999px;--spacing:.25rem;--shadow-sm:0px 4px 12px 0px #3d1f0f0f, 0px 1px 2px -1px #3d1f0f0f;--shadow:0px 8px 20px 0px #3d1f0f12, 0px 1px 2px -1px #3d1f0f0f;--shadow-md:0px 12px 24px 0px #3d1f0f17, 0px 2px 4px -1px #3d1f0f0f;--shadow-lg:0px 16px 32px 0px #3d1f0f1a, 0px 4px 6px -1px #3d1f0f0f;--shadow-xl:0px 24px 48px 0px #3d1f0f29, 0px 8px 10px -1px #3d1f0f0f;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.4s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--background:#1a0906;--foreground:#fbeee0;--card:#3a1810a6;--card-foreground:#fbeee0;--popover:#230e09e6;--popover-foreground:#fbeee0;--primary:#efaf3c;--primary-foreground:#2b0d08;--secondary:#fff6eb1a;--secondary-foreground:#fbeee0;--muted:#fff6eb14;--muted-foreground:#c9a898;--accent:#efaf3c33;--accent-foreground:#efaf3c;--destructive:#e05b45;--destructive-foreground:#fff;--border:#fff6eb24;--input:#fff6eb29;--ring:#efaf3c;--brand-gold:#efaf3c;--brand-amber:#e3941f;--brand-rust:#c8531b;--brand-maroon:#a6321a;--brand-choco:#4a140d;--brand-choco-dark:#120504;--glass-bg:#2b0d0880;--glass-bg-strong:#2b0d08ad;--glass-border:#ffffff1a;--glass-highlight:linear-gradient(180deg, #ffffff1a 0%, #fff0 45%);--glass-blur:24px;--glass-shadow:0 8px 32px #00000073;--shadow-sm:0px 6px 16px 0px #00000059;--shadow:0px 10px 25px 0px #0006;--shadow-md:0px 14px 30px 0px #00000073;--shadow-lg:0px 18px 36px 0px #00000080;--shadow-xl:0px 28px 56px 0px #0009}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);letter-spacing:var(--tracking-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}button,input,select,textarea,[role=button]{font-family:inherit}button,[role=button],a,input[type=checkbox],input[type=radio],input[type=range]{cursor:pointer}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}60%{opacity:1;transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 16px 2px #efaf3c73}50%{box-shadow:0 0 34px 6px #efaf3ccc}}.glass-surface{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(160%);backdrop-filter:blur(var(--glass-blur)) saturate(160%);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);position:relative}.glass-surface:before{content:"";border-radius:inherit;background:var(--glass-highlight);pointer-events:none;mix-blend-mode:overlay;position:absolute;inset:0}.ui-btn{font-family:var(--font-sans);border-radius:var(--radius);cursor:pointer;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.ui-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.ui-btn-sm{min-height:36px;padding:.375rem .75rem;font-size:.8125rem}.ui-btn-md{min-height:40px;padding:.5rem 1rem;font-size:.875rem}.ui-btn-lg{min-height:48px;padding:.75rem 1.5rem;font-size:1rem}.ui-btn-primary{background:linear-gradient(180deg, var(--brand-gold) 0%, var(--primary) 100%);color:var(--primary-foreground);box-shadow:inset 0 1px #ffffff73,0 4px 14px #e3941f59}.ui-btn-primary:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff80,0 6px 18px #e3941f73}.ui-btn-primary:active:not(:disabled){transform:translateY(0)scale(.98)}.ui-btn-secondary{background:var(--secondary);color:var(--secondary-foreground)}.ui-btn-secondary:hover:not(:disabled){filter:brightness(1.25);transform:translateY(-1px)}.ui-btn-destructive{background:var(--destructive);color:var(--destructive-foreground)}.ui-btn-destructive:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px)}.ui-btn-outline{border:1px solid var(--border);color:var(--foreground);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f}.ui-btn-outline:hover:not(:disabled){background:var(--accent);color:var(--accent-foreground);border-color:var(--brand-gold)}.ui-btn-ghost{color:var(--foreground);background:0 0}.ui-btn-ghost:hover:not(:disabled){background:var(--muted)}.ui-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#14080573;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.ui-modal-container{background:var(--glass-bg-strong);color:var(--card-foreground);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:90%;max-width:500px;box-shadow:var(--glass-shadow), var(--shadow-xl);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(160%);backdrop-filter:blur(var(--glass-blur)) saturate(160%);padding:1.75rem;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;position:relative;overflow:hidden}.ui-modal-container:before{content:"";border-radius:inherit;background:var(--glass-highlight);pointer-events:none;mix-blend-mode:overlay;position:absolute;inset:0}.ui-modal-header,.ui-modal-body{z-index:1;position:relative}.ui-modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ui-modal-title{font-size:1.25rem;font-weight:700}.ui-modal-close{color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.ui-modal-close:hover{background:var(--muted);color:var(--foreground)}.ui-toggle-wrapper{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.75rem;display:inline-flex}.ui-toggle-switch{border:1px solid var(--border);border-radius:var(--radius-full);width:44px;height:24px;transition:background var(--transition-fast);background:#4a140d26;position:relative}.ui-toggle-switch.checked{background:linear-gradient(180deg, var(--brand-gold) 0%, var(--primary) 100%);border-color:#0000}.ui-toggle-thumb{width:18px;height:18px;transition:transform var(--transition-fast);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.ui-toggle-switch.checked .ui-toggle-thumb{transform:translate(20px)}.ui-toggle-label{color:var(--foreground);font-size:.875rem;font-weight:500}.ui-slider-container{flex-direction:column;gap:.35rem;width:100%;display:flex}.ui-slider-header{color:var(--muted-foreground);justify-content:space-between;font-size:.8125rem;display:flex}.ui-slider-input{appearance:none;background:var(--border);border-radius:var(--radius-full);outline:none;width:100%;height:6px}.ui-slider-input::-webkit-slider-thumb{appearance:none;background:linear-gradient(180deg, var(--brand-gold) 0%, var(--primary) 100%);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;transition:transform .1s;box-shadow:0 2px 6px #e3941f80}.ui-slider-input::-webkit-slider-thumb:hover{transform:scale(1.2)}.app-header{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(160%);backdrop-filter:blur(var(--glass-blur)) saturate(160%);border-bottom:1px solid var(--glass-border);box-shadow:var(--glass-shadow);z-index:10;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1.5rem;display:flex;position:relative;overflow:hidden}.app-header:before{content:"";background:var(--glass-highlight);pointer-events:none;mix-blend-mode:overlay;position:absolute;inset:0}.app-header>*{z-index:1;position:relative}.header-brand{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header-logo{background:var(--brand-choco-dark);border:1px solid var(--glass-border);width:36px;height:36px;box-shadow:var(--shadow-sm);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:3px;display:flex;overflow:hidden}.header-title-group h1{font-size:1.125rem;font-weight:700;line-height:1.2}.header-title-group p{color:var(--muted-foreground);font-size:.6875rem}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.375rem;display:flex}.header-actions .ui-btn{min-width:44px;min-height:44px}.lang-btn{font-size:.75rem;font-weight:700}@media (width<=768px){.app-header{padding:.5rem 1rem}.header-title-group h1{font-size:1rem}.header-title-group p,.header-actions .ui-btn>span{display:none}}@media (width<=480px){.app-header{padding:.5rem .75rem}.header-brand{gap:.5rem}.header-logo{width:32px;height:32px}.header-title-group h1{font-size:.9375rem}.header-actions{gap:.25rem}}.controller-panel{background:var(--glass-bg);color:var(--card-foreground);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(160%);backdrop-filter:blur(var(--glass-blur)) saturate(160%);flex-direction:column;gap:.75rem;width:100%;max-width:360px;max-height:calc(100vh - 104px);padding:.875rem;display:flex;position:relative;overflow-y:auto}.controller-panel:before{content:"";border-radius:inherit;background:var(--glass-highlight);pointer-events:none;mix-blend-mode:overlay;z-index:0;position:absolute;inset:0}.controller-panel>*{z-index:1;position:relative}.controller-tabs-header{background:var(--muted);border-radius:var(--radius-sm);flex-wrap:wrap;gap:.25rem;padding:.25rem;display:flex}.controller-tab-btn{min-height:38px;color:var(--muted-foreground);border-radius:calc(var(--radius-sm) - 2px);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);background:0 0;border:none;flex:auto;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .6rem;font-size:.75rem;font-weight:600;display:flex}.controller-tab-btn:hover{color:var(--foreground);background:var(--card)}.controller-tab-btn:active{transform:scale(.97)}.controller-tab-btn.active{background:var(--card);color:var(--foreground);box-shadow:var(--shadow-sm)}@media (width<=480px){.controller-tab-btn span{display:none}.controller-tab-btn{padding:.5rem}}.controller-tab-body{flex:1;overflow-y:auto}.items-subtabs{border-bottom:1px solid var(--border);gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.items-subtab-btn{color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius-sm);min-height:36px;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;padding:.375rem .625rem;font-size:.8125rem;font-weight:600}.items-subtab-btn:hover{color:var(--foreground);background:var(--muted)}.items-subtab-btn:active{transform:scale(.97)}.items-subtab-btn.active{color:var(--primary);background:var(--accent)}.item-search-box{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.35rem .6rem;display:flex}.item-search-input{color:var(--foreground);background:0 0;border:none;outline:none;flex:1;font-size:.8125rem}.search-icon{color:var(--muted-foreground);flex-shrink:0}.clear-search-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem;display:flex}.clear-search-btn:hover{color:var(--foreground);background:var(--card)}.winner-adjust-bar{background:var(--accent);border-radius:var(--radius-sm);color:var(--accent-foreground);justify-content:space-between;align-items:center;padding:.4rem .6rem;font-size:.75rem;font-weight:600;display:flex}.winner-count-info{align-items:center;gap:.35rem;display:flex}.trophy-badge-icon{color:var(--brand-gold);flex-shrink:0}.select-all-win-btn{background:var(--card);border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:flex}.select-all-win-btn:hover{background:var(--primary);color:var(--primary-foreground)}.can-win-checkbox-wrap{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.can-win-checkbox{opacity:0;width:0;height:0;position:absolute}.can-win-custom-check{width:28px;height:28px;transition:all var(--transition-fast);background:var(--card);border:1px solid var(--border);color:var(--muted-foreground);border-radius:6px;justify-content:center;align-items:center;display:flex}.can-win-checkbox-wrap.active .can-win-custom-check{border-color:var(--brand-gold);color:var(--brand-gold);background:#efaf3c33}.can-win-checkbox-wrap.disabled .can-win-custom-check{opacity:.4;background:var(--muted);border-color:var(--border);color:var(--muted-foreground)}.can-win-checkbox-wrap:hover .can-win-custom-check{transform:scale(1.1)}.item-row.item-disabled-win{opacity:.65;background:var(--muted)}.item-row.item-disabled-win .item-label{color:var(--muted-foreground);text-decoration:line-through}.controller-item-list{flex-direction:column;gap:.75rem;display:flex}.add-item-form{gap:.5rem;display:flex}.item-input{border:1px solid var(--input);border-radius:var(--radius-sm);background:var(--card);min-height:44px;color:var(--card-foreground);transition:border-color var(--transition-fast);outline:none;flex:1;padding:.5rem .75rem;font-size:.875rem}.item-input:focus{border-color:var(--ring)}.items-header-bar{color:var(--muted-foreground);justify-content:space-between;align-items:center;font-size:.75rem;font-weight:600;display:flex}.items-header-actions{gap:.25rem;display:flex}.items-scroll-container{flex-direction:column;gap:.4rem;max-height:280px;display:flex;overflow-y:auto}.no-items-text{text-align:center;color:var(--muted-foreground);padding:1.5rem 0;font-size:.8125rem}.item-row{background:var(--muted);border-radius:var(--radius-sm);min-height:44px;transition:background var(--transition-fast);align-items:center;gap:.5rem;padding:.5rem .625rem;font-size:.875rem;display:flex}.item-row:hover{background:var(--accent)}.item-index{color:var(--muted-foreground);flex-shrink:0;width:20px;font-size:.75rem;font-weight:700}.item-label{cursor:pointer;word-break:break-word;flex:1;min-width:0;font-weight:500}.item-row-actions{flex-shrink:0;gap:.125rem;display:flex}.item-icon-btn{color:var(--muted-foreground);cursor:pointer;border-radius:var(--radius-sm);min-width:36px;min-height:36px;transition:all var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.item-icon-btn:hover{background:var(--card);color:var(--foreground)}.item-icon-btn:active{transform:scale(.93)}.item-icon-btn.delete-btn:hover{color:var(--destructive);background:#c23b2b1f}.item-edit-group{flex:1;align-items:center;gap:.35rem;min-width:0;display:flex}.item-edit-input{border:1px solid var(--primary);border-radius:var(--radius-sm);background:var(--card);min-height:36px;color:var(--card-foreground);outline:none;flex:1;min-width:0;padding:.3rem .5rem;font-size:.8125rem}.settings-section{flex-direction:column;gap:1rem;display:flex}.controller-bulk-input{flex-direction:column;gap:.75rem;display:flex}.bulk-textarea{border-radius:var(--radius-sm);border:1px solid var(--input);background:var(--card);width:100%;min-height:120px;color:var(--card-foreground);font-family:var(--font-sans);resize:vertical;transition:border-color var(--transition-fast);outline:none;padding:.6rem;font-size:.8125rem}.bulk-textarea:focus{border-color:var(--ring)}.controller-file-import{flex-direction:column;gap:.75rem;display:flex}.file-drop-area{border:2px dashed var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;transition:border-color var(--transition-fast), background var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;min-height:88px;padding:1.5rem 1rem;display:flex}.file-drop-area:hover{border-color:var(--primary);background:var(--accent)}.upload-icon{color:var(--muted-foreground);margin:0 auto .5rem}.file-drop-title{font-size:.875rem;font-weight:600}.file-drop-hint{color:var(--muted-foreground);font-size:.75rem}.selected-file-badge{background:var(--accent);color:var(--accent-foreground);border-radius:var(--radius-full);align-items:center;gap:.35rem;margin-top:.5rem;padding:.25rem .625rem;font-size:.75rem;display:inline-flex}.file-error-msg{color:var(--destructive);font-size:.75rem}@media (width<=900px){.controller-panel{max-width:100%;max-height:none}}.theme-customizer{flex-direction:column;gap:1rem;display:flex}.customizer-section{flex-direction:column;gap:.5rem;display:flex}.customizer-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);font-size:.8125rem;font-weight:700}.preset-themes-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.preset-theme-card{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:var(--card);transition:all var(--transition-fast);flex-direction:column;gap:.4rem;padding:.6rem;display:flex}.preset-theme-card:hover{border-color:var(--primary);transform:translateY(-2px)}.preset-theme-card.active{border-color:var(--brand-gold);box-shadow:0 0 0 2px var(--brand-gold)}.preset-palette-preview{border-radius:var(--radius-full);height:14px;display:flex;overflow:hidden}.palette-swatch{flex:1;height:100%}.preset-name{color:var(--foreground);font-size:.75rem;font-weight:600}.font-select-dropdown{border-radius:var(--radius-sm);border:1px solid var(--input);background:var(--card);width:100%;color:var(--card-foreground);cursor:pointer;outline:none;padding:.5rem .75rem;font-size:.875rem}.font-select-dropdown:focus{border-color:var(--ring)}.color-inputs-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.color-input-field{align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.color-picker-swatch{border:2px solid var(--border);cursor:pointer;border-radius:50%;outline:none;width:28px;height:28px;padding:0}.pointer-style-group{gap:.5rem;display:flex}.pointer-option-btn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--card);color:var(--card-foreground);cursor:pointer;text-align:center;transition:all var(--transition-fast);flex:1;padding:.4rem .6rem;font-size:.75rem;font-weight:600}.pointer-option-btn.active{background:linear-gradient(180deg, var(--brand-gold) 0%, var(--primary) 100%);color:var(--primary-foreground);border-color:#0000}.bg-customizer{flex-direction:column;gap:1rem;display:flex}.bg-type-tabs{background:var(--muted);border-radius:var(--radius-sm);gap:.5rem;padding:.25rem;display:flex}.bg-type-tab-btn{color:var(--muted-foreground);border-radius:calc(var(--radius-sm) - 2px);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;flex:1;padding:.4rem .5rem;font-size:.75rem;font-weight:600}.bg-type-tab-btn.active{background:var(--card);color:var(--foreground);box-shadow:var(--shadow-sm)}.gradient-presets-grid{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.gradient-preset-card{border-radius:var(--radius-sm);cursor:pointer;height:36px;transition:transform var(--transition-fast);border:2px solid #0000}.gradient-preset-card:hover{transform:scale(1.08)}.gradient-preset-card.active{border-color:var(--brand-gold);box-shadow:0 0 0 2px var(--brand-gold)}.bg-image-upload-box{border:2px dashed var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;transition:border-color var(--transition-fast);padding:1.25rem}.bg-image-upload-box:hover{border-color:var(--primary)}.bg-preview-thumbnail{object-fit:cover;border-radius:var(--radius-sm);width:100%;height:100px;margin-top:.5rem}.history-panel{flex-direction:column;gap:.75rem;display:flex}.history-header-bar{justify-content:space-between;align-items:center;display:flex}.history-title-badge{text-transform:uppercase;color:var(--muted-foreground);font-size:.8125rem;font-weight:700}.history-export-actions{gap:.5rem;width:100%;display:flex}.history-export-actions .ui-btn{flex:1;font-size:.75rem;font-weight:600}.history-list{flex-direction:column;gap:.5rem;max-height:280px;display:flex;overflow-y:auto}.history-item-row{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.6rem .8rem;font-size:.875rem;display:flex}.history-item-label{align-items:center;gap:.5rem;font-weight:600;display:flex}.history-item-time{color:var(--muted-foreground);font-size:.75rem}.no-history-text{text-align:center;color:var(--muted-foreground);padding:2rem 0;font-size:.875rem}.wheel-container{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 auto;padding:1rem;display:flex;position:relative}.wheel-stage{aspect-ratio:1;contain:layout paint;justify-content:center;align-items:center;width:100%;max-width:480px;max-height:480px;display:flex;position:relative;overflow:visible}.wheel-canvas-wrapper{will-change:transform;backface-visibility:hidden;width:100%;height:100%;transform-style:preserve-3d;justify-content:center;align-items:center;display:flex}.wheel-canvas{border-radius:50%;width:100%;height:100%;display:block}.wheel-pointer{z-index:20;filter:drop-shadow(0 4px 8px #2b0d0859);position:absolute;top:-8px;left:50%;transform:translate(-50%)}.wheel-pointer-drop{border-left:15px solid #0000;border-right:15px solid #0000;border-top:32px solid var(--brand-gold);width:0;height:0}.wheel-pointer-drop:after{content:"";background:linear-gradient(160deg, var(--brand-gold) 0%, var(--brand-rust) 100%);border:2px solid #ffffffd9;border-radius:50%;width:14px;height:14px;position:absolute;top:-7px;left:50%;transform:translate(-50%);box-shadow:0 1px 3px #2b0d0866}.wheel-pointer-arrow{border-left:16px solid #0000;border-right:16px solid #0000;border-top:32px solid var(--brand-gold);width:0;height:0}.wheel-pointer-diamond{background:linear-gradient(135deg, var(--brand-gold) 0%, var(--primary) 100%);border:2px solid #ffffffa6;width:24px;height:24px;transform:translate(-50%)rotate(45deg)}.spin-center-button,.spin-center-badge{z-index:25;width:calc(92px * var(--hub-scale,1));height:calc(92px * var(--hub-scale,1));background:var(--glass-bg-strong);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(14px)saturate(160%);backdrop-filter:blur(14px)saturate(160%);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 1px #fff6,0 10px 24px #2b0d084d}.spin-center-button{cursor:pointer;-webkit-user-select:none;user-select:none;padding:0;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s}.spin-center-button:hover:not(:disabled){transform:translate(-50%,-50%)scale(1.08)}.spin-center-button:active:not(:disabled){transform:translate(-50%,-50%)scale(.95)}.spin-center-button:disabled{cursor:wait}.spin-center-logo-ring{background:linear-gradient(160deg, var(--brand-gold) 0%, var(--brand-rust) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:82.6%;height:82.6%;padding:3px;display:flex;box-shadow:0 2px 8px #2b0d0859}.spin-center-logo{object-fit:cover;border:1.5px solid #fffc;border-radius:50%;width:100%;height:100%;display:block}.spin-center-button.pulse-idle{animation:2s ease-in-out infinite pulseGlow}.wheel-empty-overlay{z-index:25;text-align:center;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:12%}.wheel-empty-text{color:var(--brand-rust);font-size:1rem;font-weight:700;animation:1.8s ease-in-out infinite emptyTextPulse}@keyframes emptyTextPulse{0%,to{opacity:.5;transform:scale(.97)}50%{opacity:1;transform:scale(1.03)}}@keyframes idleContinuousSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wheel-canvas-wrapper.idle-spin-wheel{will-change:transform;animation:35s linear infinite idleContinuousSpin}@media (width<=1024px){.wheel-container{max-width:440px}.wheel-stage{max-width:400px;max-height:400px}}@media (width<=768px){.wheel-container{max-width:100%;padding:.5rem}.wheel-stage{max-width:360px;max-height:360px}.spin-center-button,.spin-center-badge{width:calc(76px * var(--hub-scale,1));height:calc(76px * var(--hub-scale,1))}}@media (width<=480px){.wheel-stage{max-width:300px;max-height:300px}.spin-center-button,.spin-center-badge{width:calc(64px * var(--hub-scale,1));height:calc(64px * var(--hub-scale,1))}.wheel-empty-text{font-size:.875rem}.wheel-pointer-arrow{border-top-width:28px;border-left-width:14px;border-right-width:14px}}.winner-modal-content{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1rem 0;display:flex}.winner-icon-badge{background:linear-gradient(180deg, var(--brand-gold) 0%, var(--primary) 100%);width:64px;height:64px;color:var(--primary-foreground);border-radius:50%;justify-content:center;align-items:center;animation:.6s cubic-bezier(.34,1.56,.64,1) bounceIn;display:flex;box-shadow:inset 0 1px #ffffff80,0 8px 24px #e3941f66}.winner-subtitle{color:var(--muted-foreground);font-size:.875rem}.winner-title{letter-spacing:.04em;color:var(--primary-foreground);background:linear-gradient(180deg, var(--brand-gold) 0%, var(--primary) 100%);border-radius:var(--radius-full);padding:.25rem 1.25rem;font-size:1.5rem;font-weight:800;display:inline-block;box-shadow:0 4px 14px #e3941f59}.winner-name{color:var(--foreground);word-break:break-word;border-radius:var(--radius);border:1px solid var(--glass-border);background:#efaf3c24;padding:.5rem 1.25rem;font-size:2.25rem;font-weight:800;line-height:1.2}.winner-actions{justify-content:center;gap:.75rem;width:100%;margin-top:1rem;display:flex}.app-root{flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow-x:hidden}.app-bg-layer{z-index:0;pointer-events:none;transition:all .4s;position:fixed;inset:0}.app-main-layout{z-index:1;flex:1;grid-template-columns:340px 1fr;align-items:start;gap:1.25rem;width:100%;max-width:1400px;margin:0 auto;padding:1.25rem;display:grid;position:relative}.wheel-display-area{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:0;display:flex}.view-only-layout{z-index:1;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:2rem;display:flex;position:relative}.view-mode-banner{background:var(--card);border:1px solid var(--primary);color:var(--foreground);border-radius:var(--radius-full);box-shadow:var(--shadow-md);z-index:50;white-space:nowrap;padding:.35rem .875rem;font-size:.75rem;font-weight:700;position:fixed;top:.75rem;left:50%;transform:translate(-50%)}@media (width<=1024px){.app-main-layout{grid-template-columns:320px 1fr;gap:1rem;padding:1rem}}@media (width<=768px){.app-main-layout{grid-template-columns:1fr;gap:1rem;padding:.75rem}.wheel-display-area{order:-1}.view-only-layout{padding:1rem}}@media (width<=480px){.app-main-layout{gap:.75rem;padding:.5rem}}
