.container{max-width:1200px;margin:0 auto}body.dark-theme .menu-category{background:#2f3640;border-left-color:var(--accent)}body.dark-theme .category-title,body.dark-theme .option-label{color:#f5f6fa}body.dark-theme .option-item{border-color:#4b4b4b}body.dark-theme .option-item.selected{background:#ffffff0d;box-shadow:0 0 15px #00000080}body.dark-theme .day-btn{background:#353b48;border-color:#718093;color:#f5f6fa}body.dark-theme .day-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.nav-buttons{display:flex;gap:10px}.day-btn{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer;transition:var(--transition);border:2px solid var(--gray);background:#fff;color:var(--dark)}.day-btn img{width:26px;height:26px;object-fit:contain;display:block}.day-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.day-btn.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 0 15px #6c5ce780}.day-btn.no-selections{color:red;box-shadow:0 0 10px #f00c,0 0 15px #f009}.day-btn.no-selections:hover{box-shadow:0 0 12px #ff0000e6,0 0 18px #ff0000b3}.day-btn:disabled{opacity:.5;cursor:not-allowed!important;pointer-events:none}.day-btn:disabled:hover{transform:none;box-shadow:none}body.dark-theme .day-btn.no-selections{color:#f33;box-shadow:0 0 10px #ff0000e6,0 0 15px #ff0000b3}body.dark-theme .day-btn.no-selections:hover{box-shadow:0 0 12px red,0 0 18px #f00c}body.dark-theme .day-btn:disabled{opacity:.4}.menu-container{display:grid;gap:20px}.menu-category{background:#fff;border-radius:15px;padding:25px;box-shadow:var(--shadow);transition:var(--transition);border-left:5px solid var(--primary)}.menu-category:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.category-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid var(--gray)}.category-icon{width:52px;height:52px;background:var(--secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 2px 8px #a29bfe4d}.category-icon img{width:80%;height:80%;object-fit:cover;display:block}.category-title{font-size:1.3rem;font-weight:700;color:var(--dark)}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}.option-item{display:flex;align-items:center;padding:15px;border-radius:10px;border:2px solid var(--gray);cursor:pointer;transition:var(--transition);position:relative}.option-item:hover{border-color:var(--primary);background:#6c5ce70d}.option-item.selected{border-color:var(--primary);background:#6c5ce71a;box-shadow:0 0 15px #6c5ce74d}.option-radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--gray);margin-right:10px;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.option-radio.selected{background:var(--primary);border-color:var(--primary)}.option-radio.selected:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}.option-label{flex:1;font-size:.95rem;font-weight:500}.vegan-badge{font-size:.7rem;background:var(--success);color:#fff;padding:2px 6px;border-radius:10px;margin-left:5px}.emoji{font-size:1.1rem;margin-left:5px}@media (max-width: 768px){.app-header{flex-direction:column;gap:15px;padding:15px;align-items:center}.app-header>div{width:100%;display:flex;justify-content:center;align-items:center}.app-header>div:first-child{justify-content:flex-start;align-items:flex-start}.app-header>div:nth-child(2){justify-content:center}.app-header>div:last-child{justify-content:center}.app-header>div[style*="display: flex"]{flex-direction:column;gap:12px;width:100%;align-items:center}.app-header .language-theme{justify-content:flex-start;align-items:flex-start;gap:15px}.lang-switch{gap:6px}.lang-btn{width:36px;height:36px}.theme-switch{width:55px;height:26px}.emblem-img{height:175px}.nav-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:100%}.day-btn{width:42px;height:42px;font-size:.75rem}.options-grid{grid-template-columns:1fr}.gradient-bg{padding:16px 14px;gap:12px}.footer-row-top{flex-direction:column;align-items:center;gap:12px}.footer-row-top>div{width:100%;display:flex;justify-content:center;align-items:center}.footer-row-top>div:first-child{justify-content:center}.footer-row-top>div:nth-child(2){justify-content:center}.footer-row-top>div:last-child{justify-content:center}.footer-row-top .language-theme{justify-content:center;align-items:center;gap:15px}.footer-row-top .navigation-arrows{justify-content:center;align-items:center}.footer-row-top>div[style*="display: flex"]{flex-direction:column;gap:12px;width:100%;align-items:center}.footer-row-top .nav-buttons{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap;gap:8px;width:100%;margin:0 auto}.footer-row-top>div.nav-buttons,.footer-row-top>div:last-child{display:flex!important;justify-content:center!important;align-items:center!important;width:100%}.footer-row-bottom{flex-direction:column;align-items:center;justify-content:center;gap:12px}.footer-row-bottom>div{width:100%;display:flex;justify-content:center;align-items:center}.footer-row-bottom .summary-text{text-align:center;width:100%;display:block}.footer-actions{justify-content:center;align-items:center;width:100%;display:flex;flex-wrap:wrap;gap:8px}.summary-text{text-align:center;font-size:.9rem}.save-button{width:100%;text-align:center}.reset-button{width:100%;border-radius:999px}}@media (max-width: 480px){.app-header{padding:12px;gap:12px;align-items:center}.app-header>div{align-items:center}.app-header>div:first-child{justify-content:flex-start;align-items:flex-start}.app-header .language-theme{justify-content:flex-start;align-items:flex-start;gap:12px}.lang-btn{width:32px;height:32px}.theme-switch{width:50px;height:24px}.theme-thumb{height:20px;width:20px}.theme-switch input:checked+.theme-slider .theme-thumb{transform:translate(26px)}.emblem-img{height:150px}.nav-buttons{justify-content:center;align-items:center}.day-btn{width:38px;height:38px;font-size:.7rem}.gradient-bg{padding:12px 10px;gap:10px}.footer-row-top{align-items:center;justify-content:center}.footer-row-top>div{align-items:center;justify-content:center}.footer-row-top .nav-buttons{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap;gap:8px;width:100%;margin:0 auto}.footer-row-top>div.nav-buttons,.footer-row-top>div:last-child{display:flex!important;justify-content:center!important;align-items:center!important;width:100%}.footer-row-bottom{align-items:center;justify-content:center}.footer-row-bottom>div{align-items:center;justify-content:center}.footer-row-bottom .summary-text{text-align:center;width:100%}.footer-actions{align-items:center;justify-content:center;width:100%;display:flex;flex-wrap:wrap;gap:8px}.summary-text{font-size:.85rem;line-height:1.4;text-align:center}.save-button{padding:10px 20px;font-size:.9rem}.reset-button{width:38px;height:38px;font-size:1rem}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.luxury-pulse{animation:pulse 2s infinite ease-in-out}.gradient-bg{background:#fff;color:var(--dark);padding:20px 22px;border-radius:15px;margin-top:24px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow);border-top:4px solid var(--primary)}.footer-row-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.footer-row-top>div:first-child{flex:1;display:flex;justify-content:flex-start}.footer-row-top>div:nth-child(2){flex:1;display:flex;justify-content:center}.footer-row-top>div:last-child{flex:1;display:flex;justify-content:flex-end}.footer-row-top .language-theme{gap:12px}.footer-row-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px}.summary-text{font-size:1rem;line-height:1.5;opacity:.95}.summary-highlight{font-weight:600}.footer-actions{display:flex;align-items:center;gap:8px}.save-button{padding:12px 28px;border-radius:999px;border:none;background:var(--primary);color:#fff;font-weight:600;font-size:.98rem;letter-spacing:.02em;cursor:pointer;box-shadow:0 10px 20px #6c5ce773;transition:var(--transition);white-space:nowrap}.reset-button{width:42px;height:42px;min-width:42px;min-height:42px;flex-shrink:0;border-radius:50%;border:2px solid var(--primary);background:#fff;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;transition:var(--transition);box-shadow:0 4px 10px #6c5ce740}.reset-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #6c5ce759}.reset-button:active{transform:translateY(0);box-shadow:0 4px 10px #6c5ce740}.save-button:hover{transform:translateY(-1px);box-shadow:0 14px 26px #6c5ce799}.save-button:active{transform:translateY(0);box-shadow:0 8px 16px #6c5ce780}.save-button:disabled,.reset-button:disabled{opacity:.5;cursor:not-allowed!important;pointer-events:none}.save-button:disabled:hover,.reset-button:disabled:hover{transform:none;box-shadow:none}body.dark-theme .gradient-bg{background:linear-gradient(135deg,#2d3436,#000);border-top-color:var(--accent);color:#f5f6fa}body.dark-theme .summary-text{opacity:.96}body.dark-theme .summary-highlight{color:#ffeaa7}body.dark-theme .save-button{background:#ffeaa7;color:#2d3436;box-shadow:0 8px 22px #0009}body.dark-theme .save-button:hover{box-shadow:0 10px 28px #000000bf}body.dark-theme .reset-button{background:#2d3436;color:#ffeaa7;border-color:#ffeaa7;box-shadow:0 4px 14px #0009}.menu-disabled-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.menu-disabled-overlay.hidden{display:none}.menu-disabled-modal{background:#fff;border-radius:20px;padding:40px;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d;text-align:center;border-left:5px solid var(--primary)}body.dark-theme .menu-disabled-modal{background:linear-gradient(135deg,#2d3436,#000);border-left-color:var(--accent);color:#f5f6fa}.menu-disabled-modal h2{font-size:1.8rem;font-weight:700;color:var(--dark);margin-bottom:20px}body.dark-theme .menu-disabled-modal h2{color:#f5f6fa}.menu-disabled-modal p{font-size:1.1rem;color:#636e72;line-height:1.6;margin-bottom:10px}body.dark-theme .menu-disabled-modal p{color:#b2bec3}.menu-disabled-modal p:last-child{margin-bottom:0}body.menu-disabled .container{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}:root{--ui-brand: #5e55dc;--ui-brand-dark: #4b43bd;--ui-brand-soft: #efedff;--ui-coral: #ff727c;--ui-ink: #202735;--ui-muted: #697586;--ui-line: #e1e6ed;--ui-surface: #ffffff;--ui-page: #eef2f8;--ui-shadow: 0 14px 36px rgba(31, 43, 68, .12)}body.dark-theme{background:#11151d;color:#eef1f6}.app-header{display:grid!important;grid-template-columns:minmax(100px,1fr) auto minmax(100px,1fr)!important;align-items:center;gap:20px;min-height:160px;padding:14px 24px;margin-bottom:24px;background:var(--ui-surface);border:1px solid rgba(220,226,235,.9);border-radius:24px;box-shadow:var(--ui-shadow)}.app-header:before{height:4px;background:linear-gradient(90deg,var(--ui-brand),var(--ui-coral))}.app-header>div:first-child,.app-header>div:nth-child(2),.app-header>div:last-child{min-width:0}.app-header>div:first-child{justify-self:start}.app-header>div:nth-child(2){justify-self:center}.app-header>div:last-child{justify-self:end}.theme-thumb{height:24px;width:24px;top:2px;left:2px}.day-btn{width:44px;height:44px;border:1px solid #dce2ea;background:#fff;color:var(--ui-ink);box-shadow:none;font-size:.78rem;font-weight:700;transition:transform .2s ease,border-color .2s ease,background .2s ease}.day-btn:hover{transform:translateY(-2px);border-color:var(--ui-brand);box-shadow:0 5px 12px #5e55dc29}.day-btn.active{background:var(--ui-brand);border-color:var(--ui-brand);color:#fff;box-shadow:0 7px 16px #5e55dc47}.day-btn.no-selections{border-color:#dce2ea;color:var(--ui-coral)}body.dark-theme .app-header{background:#1b202a;border-color:#303846;box-shadow:0 14px 36px #00000042}body.dark-theme .theme-slider,body.dark-theme .day-btn{background:#252c38;border-color:#3b4656;color:#edf1f7}.login-page .login-container{max-width:none;padding:clamp(28px,5vw,46px);border:1px solid rgba(220,226,235,.9);border-top:4px solid var(--ui-brand);border-left:0;border-radius:24px;background:var(--ui-surface);box-shadow:var(--ui-shadow)}.login-page .form-label{margin-bottom:8px;color:var(--ui-ink);font-size:.86rem;letter-spacing:.01em}.login-page .form-input{height:52px;padding:14px 16px;border:1px solid var(--ui-line);border-radius:12px;background:#fbfcfe;color:var(--ui-ink);box-shadow:inset 0 1px 2px #1f2b440a}.login-page .form-input:focus{border-color:var(--ui-brand);box-shadow:0 0 0 4px #5e55dc21}.login-page .login-button{height:52px;margin-top:4px;padding:0 24px;border-radius:12px;background:var(--ui-brand);box-shadow:0 8px 18px #5e55dc3d}.login-page .login-button:hover{background:var(--ui-brand-dark);box-shadow:0 10px 22px #5e55dc4d}body.dark-theme .login-page .login-container{background:#1b202a;border-color:#303846;border-top-color:var(--ui-brand)}body.dark-theme .login-page .login-title,body.dark-theme .login-page .form-label{color:#f1f4f8}body.dark-theme .login-page .login-subtitle{color:#aeb8c7}body.dark-theme .login-page .form-input{background:#141922;border-color:#384354;color:#eef1f6}@media (max-width: 480px){.app-header{grid-template-columns:1fr auto 1fr!important;min-height:124px;padding:8px 10px}.emblem-img{width:min(250px,58vw)!important;height:120px!important}.day-btn{width:40px;height:40px;font-size:.72rem}.login-page .login-container{padding:26px 18px;border-radius:20px}.login-page #loginForm{gap:16px}}.menu-container.loading{opacity:.3;pointer-events:none}body.login-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:20px;color:var(--dark);display:flex;align-items:center;justify-content:center}.container{max-width:1200px;width:100%;margin:0 auto}.login-container{background:#fff;border-radius:15px;padding:40px;box-shadow:var(--shadow);max-width:450px;width:100%;margin:0 auto;border-left:5px solid var(--primary)}.login-container:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026;transition:var(--transition)}.login-title{font-size:1.8rem;font-weight:700;color:var(--dark);margin-bottom:10px;text-align:center}.login-subtitle{font-size:.95rem;color:#636e72;margin-bottom:30px;text-align:center}.form-label{display:block;font-size:.95rem;font-weight:600;color:var(--dark);margin-bottom:8px}.form-input{width:100%;padding:14px 18px;border:2px solid var(--gray);border-radius:10px;font-size:1rem;transition:var(--transition);background:#fff;color:var(--dark)}.password-input-wrapper{position:relative}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:var(--transition);z-index:10}.password-toggle img{width:20px;height:20px;display:block;opacity:.7;transition:var(--transition)}.password-toggle:hover img{opacity:1;transform:scale(1.1)}.password-toggle:active img{transform:scale(.95)}.password-input-wrapper .form-input{padding-right:50px}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6c5ce71a}.form-input::placeholder{color:#b2bec3}.login-button{width:100%;padding:14px 28px;border-radius:999px;border:none;background:var(--primary);color:#fff;font-weight:600;font-size:1rem;letter-spacing:.02em;cursor:pointer;box-shadow:0 10px 20px #6c5ce773;transition:var(--transition);margin-top:10px}.login-button:hover{transform:translateY(-1px);box-shadow:0 14px 26px #6c5ce799}.login-button:active{transform:translateY(0);box-shadow:0 8px 16px #6c5ce780}body.dark-theme .login-container{background:linear-gradient(135deg,#2d3436,#000);border-left-color:var(--accent)}body.dark-theme .login-title,body.dark-theme .form-label{color:#f5f6fa}body.dark-theme .login-subtitle{color:#b2bec3}body.dark-theme .form-input{background:#353b48;border-color:#718093;color:#f5f6fa}body.dark-theme .form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #ff767533}body.dark-theme .login-button{background:#ffeaa7;color:#2d3436;box-shadow:0 8px 22px #0009}body.dark-theme .login-button:hover{box-shadow:0 10px 28px #000000bf}@media (max-width: 768px){body{padding:15px}.app-header{flex-direction:column;gap:15px;padding:15px;align-items:center}.app-header>div{width:100%;display:flex;justify-content:center;align-items:center}.app-header>div:first-child{justify-content:flex-start;align-items:flex-start}.app-header>div:nth-child(2){justify-content:center}.app-header>div:last-child{justify-content:center}.language-theme{justify-content:flex-start;align-items:flex-start;gap:15px}.navigation-arrows{width:100%;justify-content:center}.emblem-img{height:175px}.login-container{padding:30px 20px;max-width:100%}.login-title{font-size:1.5rem}.login-subtitle{font-size:.85rem}.form-input{padding:12px 16px;font-size:.95rem}.login-button{padding:12px 24px;font-size:.95rem}.notification{top:10px;right:10px;left:10px;font-size:.85rem;padding:12px 18px}}@media (max-width: 480px){.app-header{padding:12px;gap:12px;align-items:center}.app-header>div{align-items:center}.app-header>div:first-child{justify-content:flex-start;align-items:flex-start}.app-header .language-theme{justify-content:flex-start;align-items:flex-start;gap:12px}.lang-btn{width:35px;height:35px}.theme-switch{width:55px;height:26px}.emblem-img{height:150px}.login-container{padding:25px 15px}.login-title{font-size:1.3rem}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.loading-overlay.show{opacity:1;visibility:visible}.loading-content{background:#fff;padding:30px 40px;border-radius:15px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;align-items:center;gap:20px;min-width:200px}body.dark-theme .loading-content{background:linear-gradient(135deg,#2d3436,#000);color:#f5f6fa}.loading-spinner{width:40px;height:40px;border:4px solid var(--gray);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.loading-text{font-size:1rem;font-weight:500;color:var(--dark)}:root{--primary: #6c5ce7;--secondary: #a29bfe;--accent: #ff7675;--light: #f8f9fa;--dark: #2d3436;--gray: #dfe6e9;--success: #55efc4;--warning: #ffeaa7;--info: #74b9ff;--danger: #fab1a0;--shadow: 0 4px 20px rgba(0, 0, 0, .1);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:20px;color:var(--dark)}.container{max-width:800px;margin:0 auto}.app-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;background:#fff;border-radius:15px;box-shadow:var(--shadow);margin-bottom:30px;position:relative;overflow:hidden}.app-header>div:first-child{flex:1;display:flex;justify-content:flex-start}.app-header>div:nth-child(2){flex:1;display:flex;justify-content:center}.app-header>div:last-child{flex:1;display:flex;justify-content:flex-end}.app-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,var(--primary),var(--accent))}.language-theme{display:flex;align-items:center;gap:20px}.lang-switch{display:flex;align-items:center;gap:8px}.lang-btn{width:40px;height:40px;border-radius:50%;border:2px solid var(--gray);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);padding:0;overflow:hidden}.lang-btn img{width:100%;height:100%;object-fit:cover;display:block}.lang-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.lang-btn.active{border-color:var(--primary);box-shadow:0 0 0 3px #6c5ce740;transform:scale(1.05)}.theme-switch{position:relative;display:inline-block;width:60px;height:28px}.theme-switch input{opacity:0;width:0;height:0}.theme-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--gray);transition:var(--transition);border-radius:34px}.theme-thumb{position:absolute;height:22px;width:22px;left:3px;top:3px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:var(--transition);overflow:hidden}.theme-thumb-icon{position:absolute;font-size:.9rem;transition:opacity .2s ease}.theme-thumb-icon.moon{opacity:0}.theme-switch input:checked+.theme-slider{background-color:var(--primary)}.theme-switch input:checked+.theme-slider .theme-thumb{transform:translate(32px)}.theme-switch input:checked+.theme-slider .theme-thumb-icon.sun{opacity:0}.theme-switch input:checked+.theme-slider .theme-thumb-icon.moon{opacity:1}body.dark-theme{background:linear-gradient(135deg,#1e272e,#485460);color:#f5f6fa}body.dark-theme .app-header{background:linear-gradient(135deg,#2d3436,#000);color:#f5f6fa}body.dark-theme .lang-btn{background:#353b48;border-color:#718093}body.dark-theme .lang-btn.active{border-color:var(--accent);box-shadow:0 0 0 3px #fab1a080;transform:scale(1.05)}.navigation-arrows{display:flex;align-items:center;justify-content:center}.emblem-img{height:225px;width:auto;display:block}body.dark-theme .emblem-img{filter:drop-shadow(0 0 18px rgba(255,255,255,.75)) brightness(1.25)}.feedback-container{background:#fff;border-radius:15px;padding:40px;box-shadow:var(--shadow);border-left:5px solid var(--primary)}.feedback-title{font-size:2rem;font-weight:700;color:var(--dark);margin-bottom:10px;text-align:center}.feedback-subtitle{font-size:1rem;color:#636e72;margin-bottom:30px;text-align:center}.rating-section{margin-bottom:30px}.rating-label{display:block;font-size:1.1rem;font-weight:600;color:var(--dark);margin-bottom:15px;text-align:center}.stars-container{display:flex;justify-content:center;gap:10px;margin-bottom:10px}.star{display:inline-block;cursor:pointer;transition:var(--transition);-webkit-user-select:none;user-select:none}.star img{width:40px;height:40px;display:block;transition:var(--transition)}.star:hover,.star:hover img{transform:scale(1.1)}.rating-text{text-align:center;font-size:.9rem;color:#636e72;min-height:20px}.form-group{margin-bottom:25px}.form-label{display:block;font-size:1rem;font-weight:600;color:var(--dark);margin-bottom:10px}.form-textarea{width:100%;padding:15px 18px;border:2px solid var(--gray);border-radius:10px;font-size:1rem;transition:var(--transition);background:#fff;color:var(--dark);resize:vertical;min-height:150px;font-family:inherit}.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6c5ce71a}.submit-button{width:100%;padding:14px 28px;border-radius:999px;border:none;background:var(--primary);color:#fff;font-weight:600;font-size:1rem;letter-spacing:.02em;cursor:pointer;box-shadow:0 10px 20px #6c5ce773;transition:var(--transition);margin-top:10px}.submit-button:hover{transform:translateY(-1px);box-shadow:0 14px 26px #6c5ce799}.submit-button:active{transform:translateY(0);box-shadow:0 8px 16px #6c5ce780}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.back-button{padding:12px 24px;border-radius:999px;border:2px solid var(--primary);background:#fff;color:var(--primary);font-weight:600;font-size:.95rem;letter-spacing:.02em;cursor:pointer;box-shadow:0 4px 10px #6c5ce740;transition:var(--transition);margin-top:15px;width:100%}.back-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #6c5ce759;background:var(--primary);color:#fff}.back-button:active{transform:translateY(0);box-shadow:0 4px 10px #6c5ce740}.delete-button{padding:12px 24px;border-radius:999px;border:2px solid var(--danger);background:#fff;color:var(--danger);font-weight:600;font-size:.95rem;letter-spacing:.02em;cursor:pointer;box-shadow:0 4px 10px #fab1a040;transition:var(--transition);margin-top:10px;width:100%}.delete-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #fab1a059;background:var(--danger);color:#fff}.delete-button:active{transform:translateY(0);box-shadow:0 4px 10px #fab1a040}.delete-button:disabled{opacity:.6;cursor:not-allowed;transform:none}body.dark-theme .delete-button{background:#2d3436;border-color:var(--danger);color:var(--danger);box-shadow:0 4px 14px #0009}body.dark-theme .delete-button:hover{background:var(--danger);color:#fff;box-shadow:0 8px 22px #fab1a080}body.dark-theme .back-button{background:#2d3436;border-color:#ffeaa7;color:#ffeaa7;box-shadow:0 4px 14px #0009}body.dark-theme .back-button:hover{background:#ffeaa7;color:#2d3436;box-shadow:0 8px 22px #000000bf}.notification{position:fixed;top:20px;right:20px;padding:14px 22px;background:var(--primary);color:#fff;border-radius:999px;box-shadow:0 6px 20px #6c5ce759;z-index:1000;opacity:0;transform:translateY(-20px);transition:all .4s ease;font-size:.9rem;font-weight:500}.notification.show{opacity:1;transform:translateY(0)}.notification.error{background:var(--danger);box-shadow:0 6px 20px #fab1a059}.notification.success{background:var(--success);box-shadow:0 6px 20px #55efc459}body.dark-theme .notification{background:#6c5ce7d9;color:#fff;box-shadow:0 0 0 1px #a29bfe80,0 6px 20px #6c5ce766}body.dark-theme .feedback-container{background:linear-gradient(135deg,#2d3436,#000);border-left-color:var(--accent)}body.dark-theme .feedback-title,body.dark-theme .form-label,body.dark-theme .rating-label{color:#f5f6fa}body.dark-theme .feedback-subtitle{color:#b2bec3}body.dark-theme .form-textarea{background:#353b48;border-color:#718093;color:#f5f6fa}body.dark-theme .form-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #ff767533}body.dark-theme .submit-button{background:#ffeaa7;color:#2d3436;box-shadow:0 8px 22px #0009}body.dark-theme .submit-button:hover{box-shadow:0 10px 28px #000000bf}body.dark-theme .star img{filter:drop-shadow(0 0 8px rgba(255,234,167,.6)) brightness(1.2)}body.dark-theme .star.active img,body.dark-theme .star.selected img{filter:drop-shadow(0 0 12px rgba(255,234,167,.9)) brightness(1.4)}body.dark-theme .star:hover img{filter:drop-shadow(0 0 15px rgba(255,234,167,1)) brightness(1.5)}@media (max-width: 768px){body{padding:15px}.app-header{flex-direction:column;gap:15px;padding:15px;align-items:center}.app-header>div{width:100%;display:flex;justify-content:center;align-items:center}.app-header>div:first-child{justify-content:flex-start;align-items:flex-start}.app-header>div:nth-child(2){justify-content:center}.app-header>div:last-child{justify-content:center}.language-theme{justify-content:flex-start;align-items:flex-start;gap:15px}.navigation-arrows{width:100%;justify-content:center}.emblem-img{height:175px}.feedback-container{padding:30px 20px}.feedback-title{font-size:1.5rem}.feedback-subtitle{font-size:.9rem}.star img{width:35px;height:35px}.form-textarea{min-height:120px}}@media (max-width: 480px){.app-header{padding:12px;gap:12px;align-items:center}.app-header>div{align-items:center}.app-header>div:first-child{justify-content:flex-start;align-items:flex-start}.app-header .language-theme{justify-content:flex-start;align-items:flex-start;gap:12px}.lang-btn{width:35px;height:35px}.theme-switch{width:55px;height:26px}.emblem-img{height:150px}.feedback-container{padding:25px 15px}.feedback-title{font-size:1.3rem}.star img{width:30px;height:30px}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .3s ease}body.dark-theme .loading-overlay{background:#1e272ef2}.loading-overlay.hidden{opacity:0;pointer-events:none}.loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-spinner{width:50px;height:50px;border:4px solid var(--gray);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{margin-top:20px;font-size:1.1rem;color:var(--dark);font-weight:500;text-align:center;width:100%}body.dark-theme .loading-text{color:#f5f6fa}:root{--ui-brand: #d96b47;--ui-brand-dark: #c45a38;--ui-secondary: #f5deb3;--ui-coral: #d96b47;--ui-select: #0c783c;--ui-active: #40c677;--ui-ink: #333333;--ui-muted: #68696d;--ui-line: #ded8d3;--ui-surface: #ffffff;--ui-surface-alt: #fffdfb;--ui-page: #f8f5f2;--ui-success: #40c677;--ui-warning: #faf089;--ui-danger: #dc2626;--ui-shadow: 0 10px 26px rgba(168, 182, 199, .32)}body{background:var(--ui-page);color:var(--ui-ink);padding:clamp(14px,2.5vw,30px)}body.dark-theme{--ui-ink: #f5f6fa;--ui-muted: #b2bec3;--ui-line: #4d4d4d;--ui-surface: #333333;--ui-surface-alt: #303133;--ui-shadow: 0 12px 30px rgba(0, 0, 0, .35);background:#292929;color:var(--ui-ink)}body.login-page{background:var(--ui-page)}.app-header{display:grid!important;grid-template-columns:minmax(100px,1fr) auto minmax(100px,1fr)!important;align-items:center;gap:20px;min-height:160px;padding:14px 24px;margin-bottom:24px;background:var(--ui-surface);border:1px solid var(--ui-line);border-radius:24px;box-shadow:var(--ui-shadow)}.app-header:before{height:4px;background:var(--ui-brand)}.app-header>div:first-child{justify-self:start;min-width:0}.app-header>div:nth-child(2){justify-self:center;min-width:0}.app-header>div:last-child{justify-self:end;min-width:0}.language-theme{gap:12px}.emblem-img{width:min(340px,32vw)!important;height:160px!important;object-fit:cover;object-position:center;display:block}.theme-switch{width:54px;height:30px}.theme-slider{background:#e1e7ed;border:1px solid #d5dde6}.theme-thumb{width:24px;height:24px;top:2px;left:2px}.theme-switch input:checked+.theme-slider{background:var(--ui-brand);border-color:var(--ui-brand)}.theme-switch input:checked+.theme-slider .theme-thumb{transform:translate(24px)}.nav-buttons{gap:8px;flex-wrap:wrap;justify-content:flex-end}.day-btn{width:44px;height:44px;border:1px solid var(--ui-line);background:var(--ui-surface);color:var(--ui-ink);box-shadow:none;font-size:.78rem;font-weight:700;transition:transform .2s ease,border-color .2s ease,background .2s ease}.day-btn:hover{transform:translateY(-2px);border-color:var(--ui-brand);box-shadow:0 5px 12px #d96b4733}.day-btn.active{background:var(--ui-brand);border-color:var(--ui-brand);color:#fff;box-shadow:0 7px 16px #d96b474d}.day-btn.no-selections{border-color:var(--ui-line);color:var(--ui-coral)}.day-btn.active.no-selections,body.dark-theme .day-btn.active.no-selections{color:#fff}body.dark-theme .app-header{background:#2a2a2a;border-color:#454647;box-shadow:0 12px 30px #00000059}body.dark-theme .theme-slider,body.dark-theme .day-btn{background:#303133;border-color:#4d4d4d;color:#f5f5f0}body.dark-theme .day-btn.active{background:var(--ui-brand);border-color:var(--ui-brand)}.menu-category,.feedback-container{background:var(--ui-surface);border-left-color:var(--ui-brand);box-shadow:var(--ui-shadow)}.category-header{border-bottom-color:var(--ui-line)}.category-icon{background:var(--ui-secondary)}.category-title,.option-label,.feedback-title,.rating-label,.form-label{color:var(--ui-ink)}.option-item{border-color:var(--ui-line)}.option-item:hover{border-color:var(--ui-brand);background:#d96b470d}.option-item.selected{border-color:var(--ui-brand);background:#d96b471a;box-shadow:0 0 15px #d96b4733}.option-radio{border-color:var(--ui-line)}.option-radio.selected{background:var(--ui-select);border-color:var(--ui-select)}.feedback-subtitle,.rating-text{color:var(--ui-muted)}.form-textarea{border-color:var(--ui-line);background:var(--ui-surface-alt);color:var(--ui-ink)}.form-textarea:focus{border-color:var(--ui-brand);box-shadow:0 0 0 3px #d96b4729}.form-textarea::placeholder{color:#b2bec3}.submit-button{background:var(--ui-brand);box-shadow:0 10px 20px #d96b4759}.submit-button:hover{background:var(--ui-brand-dark);box-shadow:0 14px 26px #d96b477a}.back-button{border-color:var(--ui-brand);background:var(--ui-surface);color:var(--ui-brand)}.delete-button{border-color:var(--ui-danger);background:var(--ui-surface);color:var(--ui-danger)}body.dark-theme .menu-category,body.dark-theme .feedback-container{background:#333;border-left-color:var(--ui-brand)}body.dark-theme .category-header{border-bottom-color:#4b4b4b}body.dark-theme .option-item{border-color:#4d4d4d}body.dark-theme .option-item:hover{border-color:var(--ui-brand);background:#d96b471f}body.dark-theme .option-item.selected{background:#d96b4729;box-shadow:0 0 15px #0000006b}body.dark-theme .option-radio{border-color:#68696d}body.dark-theme .option-radio.selected{background:var(--ui-active);border-color:var(--ui-active)}body.dark-theme .form-textarea{background:#303133;border-color:#4d4d4d;color:#f5f5f0}body.dark-theme .form-textarea:focus{border-color:var(--ui-brand);box-shadow:0 0 0 3px #d96b473d}body.dark-theme .feedback-subtitle,body.dark-theme .rating-text{color:#b2bec3}body.dark-theme .submit-button{background:var(--ui-brand);color:#fff;box-shadow:0 8px 22px #0009}body.dark-theme .submit-button:hover{background:var(--ui-brand-dark);box-shadow:0 10px 28px #000000bf}body.dark-theme .back-button{background:#303133;border-color:var(--ui-brand);color:var(--ui-brand)}body.dark-theme .back-button:hover{background:var(--ui-brand);color:#fff}body.dark-theme .delete-button{background:#303133;border-color:var(--ui-danger);color:#ff8f8f}body.dark-theme .delete-button:hover{background:var(--ui-danger);color:#fff}.notification{background:var(--ui-brand);box-shadow:0 6px 20px #d96b4759}.notification.error{background:var(--ui-danger);box-shadow:0 6px 20px #dc26264d}.notification.success{background:var(--ui-active)}body.dark-theme .notification{background:var(--ui-brand);color:#fff;box-shadow:0 0 0 1px #d96b4780,0 8px 22px #00000073}body.dark-theme .notification.error{background:var(--ui-danger)}.gradient-bg{background:var(--ui-surface);color:var(--ui-ink);border-top-color:var(--ui-brand);box-shadow:var(--ui-shadow)}.gradient-bg .summary-highlight{color:var(--ui-ink)}.gradient-bg .save-button{background:var(--ui-brand);color:#fff;box-shadow:0 10px 20px #d96b4759}.gradient-bg .save-button:hover{background:var(--ui-brand-dark)}.gradient-bg .reset-button{background:var(--ui-surface);color:var(--ui-brand);border-color:var(--ui-brand);box-shadow:0 4px 10px #d96b473d}body.dark-theme .gradient-bg{background:#333;color:#f5f5f0;border-top-color:var(--ui-brand)}body.dark-theme .gradient-bg .summary-highlight{color:#f5f5f0}body.dark-theme .gradient-bg .save-button{background:var(--ui-brand);color:#fff}body.dark-theme .gradient-bg .save-button:hover{background:var(--ui-brand-dark)}body.dark-theme .gradient-bg .reset-button{background:#303133;color:var(--ui-brand);border-color:var(--ui-brand)}body.login-page{min-height:100dvh;padding:clamp(16px,4vw,40px);align-items:center}.login-page .container{max-width:560px}.login-page .app-header{margin-bottom:18px}.login-page .login-container{max-width:none;padding:clamp(28px,5vw,46px);border:1px solid var(--ui-line);border-top:4px solid var(--ui-brand);border-left:0;border-radius:24px;background:var(--ui-surface);box-shadow:var(--ui-shadow)}.login-page .login-container:hover{transform:none;box-shadow:var(--ui-shadow)}.login-title{margin-bottom:8px;color:var(--ui-ink);font-size:clamp(1.8rem,4vw,2.25rem);letter-spacing:-.03em;text-align:left}.login-subtitle{margin-bottom:30px;color:var(--ui-muted);text-align:left}.login-page #loginForm{display:grid;gap:20px}.login-page .form-group{margin-bottom:0}.login-page .form-label{margin-bottom:8px;color:var(--ui-ink);font-size:.86rem}.login-page .form-input{height:52px;padding:14px 16px;border:1px solid var(--ui-line);border-radius:12px;background:var(--ui-surface-alt);color:var(--ui-ink);box-shadow:inset 0 1px 2px #1f2b440a}.login-page .form-input:focus{border-color:var(--ui-brand);box-shadow:0 0 0 4px #d96b4729}.login-page .login-button{height:52px;margin-top:4px;padding:0 24px;border-radius:12px;background:var(--ui-brand);box-shadow:0 8px 18px #d96b474d}.login-page .login-button:hover{background:var(--ui-brand-dark);box-shadow:0 10px 22px #d96b4766}.login-page .login-button:active{transform:translateY(1px)}body.dark-theme.login-page .login-container{background:#333;border-color:#454647;border-top-color:var(--ui-brand)}body.dark-theme.login-page .login-title,body.dark-theme.login-page .form-label{color:#f5f5f0}body.dark-theme.login-page .login-subtitle{color:#b3b3b3}body.dark-theme.login-page .form-input{background:#303133;border-color:#4d4d4d;color:#f5f5f0}body.dark-theme.login-page .form-input:focus{border-color:var(--ui-brand);box-shadow:0 0 0 4px #d96b473d}body.dark-theme.login-page .login-button{background:var(--ui-brand);color:#fff;box-shadow:0 8px 22px #0009}body.dark-theme.login-page .login-button:hover{background:var(--ui-brand-dark);box-shadow:0 10px 28px #000000bf}@media (max-width: 760px){body{padding:12px}.app-header{grid-template-columns:1fr auto 1fr!important;min-height:142px;gap:10px 12px;padding:10px 14px;border-radius:20px}.emblem-img{width:min(280px,56vw)!important;height:136px!important}.app-header>div:last-child:has(.nav-buttons){grid-column:1 / -1;justify-self:stretch}.app-header>div:last-child:has(.nav-buttons) .nav-buttons{justify-content:center}.login-page .app-header{min-height:142px}.login-page .login-container{padding:30px 22px}}@media (max-width: 480px){.app-header{min-height:124px;padding:8px 10px}.emblem-img{width:min(250px,58vw)!important;height:120px!important}.day-btn{width:40px;height:40px;font-size:.72rem}.login-page .login-container{padding:26px 18px;border-radius:20px}.login-page #loginForm{gap:16px}}
