*{box-sizing:border-box}.app-container{min-height:100vh;background:linear-gradient(to bottom,#f8fafc,#e2e8f0);padding:1.5rem;display:flex;flex-direction:column;align-items:center;overscroll-behavior:none}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1.5rem}.loading-logo{height:48px;width:auto;opacity:.8}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen p{color:#6b7280;font-size:1.125rem}.content-card{width:100%;max-width:640px;background:#fff;border-radius:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;margin-top:2rem;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.content-card.error-state{max-width:560px}.app-header{padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#fff);border-bottom:1px solid rgba(229,231,235,.5);position:relative}.app-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.2) 50%,transparent 100%)}.brand-logo{height:36px;width:auto;margin-bottom:1.5rem}.app-header h1{margin:0 0 .75rem;font-size:1.875rem;font-weight:800;color:#1f2937;line-height:1.1;letter-spacing:-.025em}.header-subtitle{margin:0;font-size:1.125rem;color:#6b7280;line-height:1.5}.user-info{padding:1.5rem 2.5rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.info-row{display:flex;align-items:center;gap:.75rem;font-size:1.125rem}.info-label{color:#6b7280}.info-value{color:#1f2937;font-weight:600}.preferences-section{padding:2rem}.section-header{margin-bottom:2rem}.section-header h2{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:#1f2937}.section-description{margin:0;font-size:1.125rem;color:#6b7280;display:flex;flex-direction:column;gap:.75rem}.setting-line{display:flex;align-items:center;gap:.75rem}.instruction-line{color:#6b7280;font-size:1rem}.info-label{color:#6b7280;font-weight:500;margin-right:.25rem}.info-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;background:#94a3b81a;color:#64748b;border-radius:9999px;font-size:.875rem;font-weight:500;border:1px solid rgba(148,163,184,.2)}.frequency-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.frequency-option{position:relative;width:100%;padding:1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left;font-size:1rem;font-family:inherit;display:flex;align-items:center;gap:1rem;min-height:88px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.frequency-option:hover:not(:disabled){border-color:#93c5fd;background-color:#f9fafb;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.frequency-option:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.frequency-option.selected{border-color:#2563eb;background:linear-gradient(135deg,#eff6ff,#f0f9ff);box-shadow:0 4px 6px -1px #2563eb1a,0 2px 4px -1px #2563eb0f}.frequency-option.selected:hover:not(:disabled){border-color:#1d4ed8;background-color:#dbeafe}.frequency-option.saved{border-color:#2563eb}.frequency-option:disabled{opacity:.6;cursor:not-allowed}.option-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.option-header{display:flex;align-items:center;gap:.75rem;width:100%;height:32px}.option-icon{font-size:1.5rem;line-height:1;display:flex;align-items:center;height:32px;width:28px;color:#60a5fa}.frequency-option.selected .option-icon{color:#2563eb}.option-label{font-size:1.125rem;font-weight:600;color:#1f2937;display:flex;align-items:center}.current-badge{padding:.25rem .75rem;background-color:#1e40af;color:#fff;border-radius:9999px;font-size:.875rem;font-weight:600;height:fit-content}.pending-badge{padding:.25rem .75rem;background-color:#2563eb;color:#fff;border-radius:9999px;font-size:.875rem;font-weight:600;animation:pulse 2s infinite;height:fit-content}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.option-description{margin:0;font-size:1rem;color:#6b7280;line-height:1.4;padding-left:2.25rem}.option-accessory-wrapper{display:flex;align-items:center;gap:.75rem;margin-left:auto}.option-selected-indicator{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:#2563eb;color:#fff;border-radius:50%;flex-shrink:0}.error-container{padding:3rem 2.5rem;text-align:center}.error-icon{font-size:3rem;margin-bottom:1rem}.error-container h2{margin:0 0 1rem;font-size:1.5rem;color:#1f2937}.error-container p{margin:0 0 2rem;font-size:1.125rem;color:#6b7280;line-height:1.5}.retry-button{padding:.875rem 2rem;background-color:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background-color .2s}.retry-button:hover{background-color:#1d4ed8}.retry-button:focus{outline:none;box-shadow:0 0 0 3px #2563eb26}.inline-error{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1.5rem;font-size:1rem;color:#991b1b}.error-icon{font-size:1.25rem;flex-shrink:0}.help-section{display:flex;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid rgba(186,230,253,.6);border-radius:16px;margin-bottom:2rem;box-shadow:0 4px 6px -1px #0000000d;position:relative;overflow:hidden}.help-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0ea5e9,#2563eb,#0ea5e9)}.help-icon{font-size:1.5rem;flex-shrink:0;margin-top:.125rem;width:28px;height:28px;color:#2563eb}.help-content h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#1f2937}.help-content p{margin:0;font-size:1rem;color:#475569;line-height:1.5}.save-status{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:1.5rem 0;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:#6b7280;background:#fffc;border-radius:12px;border:1px solid rgba(0,0,0,.05);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 4px #0000000d}.save-status.saving{color:#2563eb;background:#eff6ffe6;border-color:#2563eb33}.save-status.success{color:#059669;background:#ecfdf5e6;border-color:#05966933}.save-icon{color:inherit}.save-icon.saving{animation:spin 1s linear infinite}@media (max-width: 600px){.app-container{padding:1rem}.content-card{margin-top:1rem;border-radius:12px}.app-header{padding:1.5rem 1.25rem 1.25rem}.app-header h1{font-size:1.5rem}.header-subtitle{font-size:.875rem}.user-info{padding:1rem 1.25rem}.preferences-section{padding:1.25rem}.section-header h2{font-size:1.125rem}.frequency-option{padding:1rem;min-height:72px}.option-label{font-size:1rem}.option-description{font-size:.875rem}.help-section{flex-direction:column;gap:.75rem}}@media (prefers-contrast: high){.frequency-option{border-width:3px}.frequency-option.selected{background-color:#2563eb;color:#fff}.frequency-option.selected .option-label,.frequency-option.selected .option-description{color:#fff}.frequency-option.selected .option-selected-indicator{background-color:#fff;color:#2563eb}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{.app-container{background:#fff;padding:0}.content-card{box-shadow:none;border:1px solid #000}.frequency-option:hover{transform:none;box-shadow:none}}.frequency-option:focus-visible{outline:3px solid #2563eb;outline-offset:2px}.frequency-option,.retry-button,.current-badge,.pending-badge,.app-container,.content-card,.app-header,.user-info,.preferences-section,.section-header,.help-section{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.language-switcher{position:absolute;top:1.5rem;right:1.5rem;z-index:100}.language-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#374151;cursor:pointer;transition:all .15s ease;font-family:inherit}.language-button:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 1px 2px #0000000d}.language-button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.globe-icon{width:16px;height:16px;color:#6b7280}.language-label{font-weight:500;min-width:1.5rem;text-align:center}.chevron-icon{width:12px;height:12px;color:#9ca3af;transition:transform .15s ease}.chevron-icon.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;animation:dropdownFade .15s ease}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.language-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem 1rem;background:none;border:none;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .1s ease;font-family:inherit;text-align:left}.language-option:hover{background-color:#f3f4f6}.language-option.active{background-color:#eff6ff;color:#2563eb;font-weight:500}.language-native{flex:1}.check-icon{width:16px;height:16px;color:#2563eb;margin-left:.5rem}@media (max-width: 768px){.language-switcher{top:1rem;right:1rem}.language-button{padding:.375rem .625rem;font-size:.813rem}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:16px;color-scheme:light;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:none}#root{margin:0;padding:0;min-height:100vh}:focus-visible{outline:3px solid #2563eb;outline-offset:2px}:focus:not(:focus-visible){outline:none}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;border:none;background:none;padding:0;font:inherit;color:inherit}p,li{max-width:65ch;line-height:1.6}@media (prefers-contrast: high){:root{color:#000;background-color:#fff}}
