*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{width:100%;min-height:100%;font-family:Arial,Helvetica,sans-serif}body{background:#e9edf5;color:#111827;overflow-x:hidden}#app{width:100%;max-width:430px;min-height:100vh;margin:0 auto;background:#f4f6fb;box-shadow:0 0 0 1px #0f172a0a}button,input,select,textarea{font-family:inherit}button{cursor:pointer;border:none;background:none}img{max-width:100%;display:block}.landing-page{width:100%;min-height:100vh;padding:36px 24px 28px;background:linear-gradient(180deg,#03081429,#03081447),url(/assets/main-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;color:#fff;display:flex;flex-direction:column}.landing-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(0,102,255,.12),transparent 48%);pointer-events:none}.hero,.direction-buttons,.home-bottom-slogan{position:relative;z-index:2}.hero{text-align:center;padding-top:4px}.avatar-wrapper{width:132px;height:132px;margin:0 auto 26px;position:relative;display:flex;align-items:center;justify-content:center}.avatar-glow{position:absolute;width:155px;height:155px;border-radius:50%;background:radial-gradient(circle,rgba(25,121,255,.72),transparent 68%);filter:blur(4px);animation:pulse 2.8s infinite ease-in-out}.avatar{width:124px;height:124px;border-radius:50%;object-fit:cover;border:5px solid #3b7cff;box-shadow:0 0 0 8px #3b7cff29,0 12px 32px #00000073;position:relative;z-index:2}.hero h1{font-size:37px;line-height:1.14;font-weight:800;letter-spacing:-1.2px;margin-bottom:0}.hero h1 span{color:#3176ff}.group-logo-scene{width:260px;height:185px;margin:0 auto 8px;position:relative;display:flex;align-items:flex-end;justify-content:center}.group-arc-text{position:absolute;left:50%;top:0;width:260px;height:130px;transform:translate(-50%);overflow:visible;filter:drop-shadow(0 0 10px rgba(255,116,23,.85));pointer-events:none}.group-arc-text text,.group-arc-text textPath{fill:#ff7417!important}.logo-avatar-wrapper{width:155px;height:155px;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:center}.logo-avatar-wrapper .avatar-glow{display:none!important}.main-landing-logo{width:155px!important;height:155px!important;padding:0!important;object-fit:contain!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;animation:landingLogoSpin 7s infinite linear;transform-style:preserve-3d}@keyframes landingLogoSpin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.direction-buttons{margin-top:56px;display:flex;flex-direction:column;gap:18px}.direction-buttons-raised{margin-top:34px}.direction-btn{width:100%;min-height:92px;border-radius:28px;padding:18px 24px;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 32px #00000042,inset 0 1px #ffffff2e;transition:transform .16s ease,filter .16s ease}.direction-btn:active{transform:scale(.97);filter:brightness(.94)}.direction-btn img{width:76%;max-width:320px;max-height:62px;object-fit:contain}.direction-btn.blue{background:linear-gradient(135deg,#6179bd,#4965aa)}.direction-btn.orange{background:linear-gradient(135deg,#ff9555,#ff7d35)}.direction-btn.red{background:linear-gradient(135deg,#ff4f60,#e73649)}.home-bottom-slogan{margin-top:auto;padding:24px 0 4px}.subtitle{font-size:18px;line-height:1.45;color:#ffffffe6;max-width:380px;margin:0 auto;text-align:center}.color-slogan{font-size:20px;line-height:1.35;font-weight:900;letter-spacing:.5px;text-transform:uppercase}.color-slogan span{display:inline-block;margin:0 3px}.slogan-biz{color:#ff7417;text-shadow:0 0 14px rgba(255,116,23,.5)}.slogan-har-kuni{color:#2f43a3;text-shadow:0 0 14px rgba(47,67,163,.5)}.slogan-ozgaramiz{color:#ff0019;text-shadow:0 0 14px rgba(255,0,25,.5)}.divider{width:66px;height:5px;border-radius:99px;background:#3b7cff;margin:20px auto 0;box-shadow:0 0 14px #3b7cffe6}.light-page{min-height:100vh;background:#f4f6fb;padding:14px 14px 96px}.app-page{width:100%}.top-bar{width:100%;min-height:48px;display:grid;grid-template-columns:auto 1fr 44px;align-items:center;gap:8px;margin-bottom:16px}.top-bar h2{text-align:center;font-size:17px;color:#111827;font-weight:900;line-height:1.2}.top-back-btn{height:42px;min-width:94px;border-radius:999px;background:#fff;color:#0f5132;font-size:14px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px 0 10px;box-shadow:0 8px 22px #0f172a14;border:1px solid rgba(229,231,235,.9)}.top-back-btn:active{transform:scale(.96)}.back-icon{width:25px;height:25px;border-radius:50%;background:#0b172a;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:17px;line-height:1}.back-text{line-height:1}.top-dots{width:44px;height:42px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;color:#111827;letter-spacing:1px}.form{display:flex;flex-direction:column;gap:15px}.form label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:700;color:#374151}.form input,.form select,.form textarea,textarea{width:100%;border:1px solid #e5e7eb;border-radius:16px;padding:0 15px;font-size:16px;outline:none;background:#fff;color:#111827}.form input,.form select{height:52px}.form input[type=file]{padding:13px;height:auto}.form textarea,textarea{min-height:120px;padding:14px 15px;resize:vertical}.form input:focus,.form select:focus,.form textarea:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.primary-btn{width:100%;height:54px;border-radius:17px;background:#079455;color:#fff;font-size:17px;font-weight:900;margin-top:6px}.secondary-btn{width:100%;height:52px;border-radius:16px;background:#eef2f7;color:#111827;font-size:16px;font-weight:900}.primary-btn:active,.secondary-btn:active{transform:scale(.98)}.auth-page{min-height:100vh;background:#f4f6fb;padding:24px 16px;display:flex;align-items:center;justify-content:center}.auth-card{width:100%;background:#fff;border-radius:28px;padding:18px;box-shadow:0 18px 42px #0f172a1f}.auth-logo-box{width:100%;height:120px;border-radius:22px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;overflow:hidden}.auth-logo-box img{width:82%;max-height:82px;object-fit:contain}.auth-card h2{font-size:27px;margin-bottom:8px;color:#111827}.auth-desc{color:#6b7280;font-size:15px;line-height:1.45;margin-bottom:22px}.top-banner{min-height:178px;border-radius:18px;padding:22px 18px;color:#fff;position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:14px;box-shadow:0 14px 30px #0f172a29}.top-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 20%,rgba(255,255,255,.18),transparent 28%),radial-gradient(circle at 80% 0%,rgba(255,255,255,.15),transparent 32%);pointer-events:none}.banner-logo{width:190px;max-height:72px;object-fit:contain;margin-bottom:16px;position:relative;z-index:2}.top-banner p{position:relative;z-index:2;font-size:17px;line-height:1.45;max-width:230px;font-weight:600}.banner-illustration{position:absolute;z-index:3;right:22px;top:50%;width:82px;height:82px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;perspective:800px;pointer-events:none}.animated-side-logo{width:78px;height:78px;object-fit:contain;animation:sideLogoFlipLarge 7s infinite linear;transform-style:preserve-3d;filter:drop-shadow(0 10px 18px rgba(0,0,0,.28))}@keyframes sideLogoFlipLarge{0%{transform:scale(2.35) rotateY(0)}to{transform:scale(2.35) rotateY(360deg)}}.welcome-card{margin:-34px 16px 16px;background:#fff;border-radius:17px;padding:17px 18px;position:relative;z-index:5;box-shadow:0 10px 28px #0f172a1f}.welcome-card h3{font-size:18px;margin-bottom:7px}.welcome-card p{font-size:14px;line-height:1.45;color:#6b7280}.menu-list{display:flex;flex-direction:column;gap:11px}.menu-card{width:100%;min-height:82px;border-radius:17px;background:#fff;display:flex;align-items:center;gap:13px;padding:12px;text-align:left;box-shadow:0 8px 22px #0f172a12}.menu-card:active{transform:scale(.99)}.menu-icon{width:54px;height:54px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:26px;color:#fff;flex-shrink:0}.menu-content{flex:1}.menu-content h4{font-size:15.5px;color:#111827;margin-bottom:4px}.menu-content p{font-size:12.5px;line-height:1.35;color:#6b7280}.menu-arrow{font-size:30px;color:#9ca3af;padding-left:4px}.inner-list{width:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 10px 28px #0f172a14}.inner-row-wrap{width:100%;background:#fff;border-bottom:1px solid #eef2f7}.inner-row-wrap:last-child{border-bottom:none}.inner-row,.test-row{width:100%;min-height:78px;background:#fff;display:flex;align-items:center;gap:14px;padding:14px;text-align:left}.inner-row:active,.test-row:active{background:#f8fafc}.inner-icon{width:50px;height:50px;border-radius:15px;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;font-size:23px;flex-shrink:0}.inner-content{flex:1;min-width:0}.inner-content h4{font-size:15.5px;color:#111827;margin-bottom:4px;line-height:1.25;font-weight:900}.inner-content p{font-size:12.5px;color:#6b7280;line-height:1.35}.inner-arrow{font-size:30px;color:#9ca3af;flex-shrink:0}.green-callout{margin-top:14px;background:linear-gradient(135deg,#058847,#04703d);color:#fff;border-radius:14px;padding:16px;font-size:14px;font-weight:900;text-align:center;box-shadow:0 8px 22px #05884738}.admin-content-actions{margin-bottom:12px}.admin-add-btn{width:100%;height:46px;border-radius:15px;background:#111827;color:#fff;font-size:15px;font-weight:900}.row-admin-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 14px 12px}.row-admin-controls button{height:38px;border-radius:12px;background:#eef2ff;color:#1e3a8a;font-weight:900}.row-admin-controls button.danger{background:#fee2e2;color:#991b1b}.test-start-btn{min-width:72px;height:36px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:13px;font-weight:900;flex-shrink:0}.test-start-btn:active{transform:scale(.96)}.test-form{display:flex;flex-direction:column;gap:14px;margin-top:18px}.question-card{background:#f8fafc;border-radius:18px;padding:16px}.question-card h4{font-size:16px;margin-bottom:12px;color:#111827}.answer-option{display:flex;align-items:center;gap:10px;background:#fff;border-radius:14px;padding:12px;margin-bottom:8px;font-size:14px;color:#374151}.answer-option input{width:18px;height:18px}.test-builder-head{background:#f8fafc;border-radius:16px;padding:14px;border:1px solid #eef2f7}.test-builder-head h3{font-size:18px;color:#111827;margin-bottom:5px}.test-builder-head p{font-size:13px;line-height:1.45;color:#6b7280}.questions-builder{display:flex;flex-direction:column;gap:14px}.question-builder-card{background:#f8fafc;border:1px solid #eef2f7;border-radius:20px;padding:14px;display:flex;flex-direction:column;gap:12px}.question-builder-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.question-builder-top h4{font-size:17px;color:#111827;font-weight:900}.question-delete-btn{height:34px;border-radius:11px;background:#fee2e2;color:#991b1b;font-size:12px;font-weight:900;padding:0 10px}.options-builder{display:flex;flex-direction:column;gap:9px}.option-builder-row{background:#fff;border-radius:15px;padding:10px;display:grid;grid-template-columns:78px 1fr 34px;align-items:center;gap:8px;border:1px solid #e5e7eb}.correct-radio-label{display:flex!important;flex-direction:row!important;align-items:center;gap:5px!important;font-size:12px!important;color:#047857!important;font-weight:900!important}.correct-radio-label input{width:16px!important;height:16px!important}.option-builder-row input[type=text]{height:42px;border-radius:12px;font-size:14px}.option-delete-btn{width:34px;height:34px;border-radius:11px;background:#fee2e2;color:#991b1b;font-size:20px;font-weight:900}.add-option-btn{width:100%;height:42px;border-radius:14px;background:#eef2ff;color:#1e3a8a;font-weight:900}.correct-answer-note{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;border-radius:14px;padding:10px;font-size:12px;line-height:1.4;font-weight:800}.sheet-sync-card{background:#fff;border-radius:20px;padding:16px;margin-bottom:12px;box-shadow:0 8px 24px #0f172a14}.sheet-sync-card h3{font-size:17px;margin-bottom:6px;color:#111827}.sheet-sync-card p{color:#6b7280;font-size:13px;line-height:1.4;margin-bottom:12px}.sheet-sync-card input{width:100%;height:48px;border-radius:14px;border:1px solid #e5e7eb;padding:0 12px;font-size:14px;margin-bottom:10px;outline:none}.sheet-sync-card input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.sheet-sync-card button{width:100%;height:44px;border-radius:14px;background:#111827;color:#fff;font-weight:900;margin-bottom:8px}.sheet-sync-card small{display:block;color:#9ca3af;font-size:12px;line-height:1.35}.rating-hero,.pharmacist-rating-hero{background:linear-gradient(135deg,#079455,#047857);color:#fff;border-radius:22px;padding:18px;display:flex;align-items:center;gap:14px;box-shadow:0 14px 30px #05966938;margin-bottom:14px}.rating-hero-icon{width:58px;height:58px;border-radius:18px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}.rating-hero h3,.pharmacist-rating-hero h3{font-size:20px;margin-bottom:5px}.rating-hero p,.pharmacist-rating-hero p{font-size:13px;line-height:1.4;opacity:.92}.result-list,.pharmacist-rating-list{display:flex;flex-direction:column;gap:10px}.result-row,.pharmacist-rating-row{background:#fff;border-radius:18px;padding:13px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 24px #0f172a12}.result-place,.rating-medal{width:38px;height:38px;border-radius:14px;background:#f1f5f9;color:#111827;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:900;flex-shrink:0}.result-info,.rating-user-info{flex:1;min-width:0}.result-info h4,.rating-user-info h4{font-size:15px;color:#111827;margin-bottom:4px;font-weight:900}.result-info p,.rating-user-info p{font-size:13px;color:#6b7280;line-height:1.35}.result-info small,.rating-user-info small{display:block;margin-top:4px;font-size:12px;color:#9ca3af}.result-score{min-width:62px;border-radius:14px;background:#ecfdf5;color:#047857;padding:8px 9px;text-align:center;flex-shrink:0}.result-score b{display:block;font-size:15px}.result-score span{display:block;font-size:12px;font-weight:900}.rating-user-photo-wrap{width:54px;height:54px;flex-shrink:0}.rating-user-photo,.rating-user-photo-placeholder{width:54px;height:54px;border-radius:50%}.rating-user-photo{object-fit:cover}.rating-user-photo-placeholder{background:linear-gradient(135deg,#079455,#10b981);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900}.rating-stars{color:#f59e0b!important;font-size:16px!important;font-weight:900;letter-spacing:1px;margin-top:2px}.rating-category{color:#047857!important;font-weight:900;margin-top:2px}.empty-rating-card{background:#fff;border-radius:22px;padding:28px 18px;text-align:center;box-shadow:0 8px 24px #0f172a14}.empty-rating-card div{font-size:42px;margin-bottom:10px}.empty-rating-card h3{font-size:18px;margin-bottom:6px}.empty-rating-card p{color:#6b7280;font-size:14px}.medicine-search-card{background:linear-gradient(135deg,#7c3aed,#5b21b6);color:#fff;border-radius:22px;padding:18px;display:flex;align-items:center;gap:14px;box-shadow:0 14px 30px #7c3aed38;margin-bottom:14px}.medicine-search-icon{width:58px;height:58px;border-radius:18px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}.medicine-search-card h3{font-size:20px;margin-bottom:5px}.medicine-search-card p{font-size:13px;line-height:1.4;opacity:.92}.medicine-search-box{margin-bottom:12px}.medicine-search-box input{width:100%;height:52px;border:1px solid #e5e7eb;border-radius:17px;background:#fff;padding:0 16px;font-size:16px;outline:none;box-shadow:0 8px 24px #0f172a0f}.medicine-search-box input:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.medicine-list{display:flex;flex-direction:column;gap:10px}.medicine-row-wrap{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #0f172a12}.medicine-row{width:100%;min-height:76px;background:#fff;display:flex;align-items:center;gap:12px;padding:13px;text-align:left}.medicine-row:active{background:#f8fafc}.medicine-row-photo{width:54px;height:54px;border-radius:16px;background:#f3e8ff;color:#7c3aed;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0;overflow:hidden}.medicine-row-photo img{width:100%;height:100%;object-fit:cover}.medicine-row-content{flex:1;min-width:0}.medicine-row-content h4{font-size:16px;color:#111827;margin-bottom:4px;font-weight:900}.medicine-row-content p{font-size:13px;color:#6b7280;line-height:1.35}.medicine-row-content small{display:inline-block;margin-top:5px;color:#7c3aed;font-size:12px;font-weight:900}.medicine-row-arrow{font-size:30px;color:#9ca3af}.medicine-empty{background:#fff;border-radius:22px;padding:28px 18px;text-align:center;box-shadow:0 8px 24px #0f172a14}.medicine-empty div{font-size:42px;margin-bottom:10px}.medicine-empty h3{font-size:18px;margin-bottom:6px}.medicine-empty p{color:#6b7280;font-size:14px;line-height:1.45}.medicine-detail-card{background:#fff;border-radius:24px;padding:20px;box-shadow:0 8px 24px #0f172a14}.medicine-detail-image{width:100%;max-height:260px;object-fit:contain;border-radius:20px;margin-bottom:18px;background:#f8fafc}.medicine-detail-placeholder{width:96px;height:96px;border-radius:26px;background:#f3e8ff;color:#7c3aed;display:flex;align-items:center;justify-content:center;font-size:48px;margin:0 auto 18px}.medicine-detail-card h2{font-size:25px;text-align:center;margin-bottom:8px}.medicine-category{text-align:center;color:#7c3aed;font-weight:900;margin-bottom:18px}.medicine-admin-hint{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:18px;padding:14px;margin-bottom:16px;text-align:center}.medicine-admin-hint p{font-size:14px;line-height:1.4;margin-bottom:10px;font-weight:800}.medicine-admin-hint .secondary-btn{background:#ffedd5;color:#9a3412}.medicine-card-image-box{background:#f8fafc;border-radius:20px;padding:14px;margin-bottom:16px}.medicine-card-image-box h3{font-size:16px;margin-bottom:10px;color:#111827}.medicine-card-image{width:100%;border-radius:16px;object-fit:contain;background:#fff}.medicine-card-preview{width:100%;max-height:260px;object-fit:contain;border-radius:16px;background:#f8fafc;margin-top:4px;border:1px solid #eef2f7}.medicine-info-list{display:flex;flex-direction:column;gap:12px}.medicine-info-block{background:#f8fafc;border-radius:17px;padding:15px}.medicine-info-block h4{font-size:15px;color:#111827;margin-bottom:7px;font-weight:900}.medicine-info-block p{font-size:14px;color:#374151;line-height:1.55}.image-empty-preview{width:100%;min-height:72px;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc;color:#64748b;display:flex;align-items:center;justify-content:center;text-align:center;padding:14px;font-size:14px;font-weight:800}.birthday-hero{background:linear-gradient(135deg,#e11d48,#be123c);color:#fff;border-radius:22px;padding:18px;display:flex;align-items:center;gap:14px;box-shadow:0 14px 30px #e11d4838;margin-bottom:14px}.birthday-hero-icon{width:58px;height:58px;border-radius:18px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}.birthday-hero h3{font-size:20px;margin-bottom:5px}.birthday-hero p{font-size:13px;line-height:1.4;opacity:.92}.birthday-list{display:flex;flex-direction:column;gap:10px}.birthday-row{background:#fff;border-radius:18px;padding:13px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 24px #0f172a12;border:1px solid transparent}.birthday-row.soon{border-color:#fecdd3;background:#fff1f2}.birthday-photo-wrap{width:54px;height:54px;flex-shrink:0}.birthday-photo,.birthday-photo-placeholder{width:54px;height:54px;border-radius:50%}.birthday-photo{object-fit:cover}.birthday-photo-placeholder{background:linear-gradient(135deg,#e11d48,#fb7185);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900}.birthday-info{flex:1;min-width:0}.birthday-info h4{font-size:15px;color:#111827;margin-bottom:4px}.birthday-info p{font-size:13px;color:#6b7280}.birthday-badge{min-width:62px;height:34px;border-radius:999px;background:#f1f5f9;color:#334155;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:12px;font-weight:900;flex-shrink:0}.birthday-row.soon .birthday-badge{background:#e11d48;color:#fff}.birthday-badge.today{background:#16a34a!important;color:#fff!important}.empty-birthday-card{background:#fff;border-radius:22px;padding:28px 18px;text-align:center;box-shadow:0 8px 24px #0f172a14}.empty-birthday-card div{font-size:42px;margin-bottom:10px}.empty-birthday-card h3{font-size:18px;margin-bottom:6px}.empty-birthday-card p{color:#6b7280;font-size:14px}.local-storage-note{margin-top:14px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:16px;padding:13px 14px;font-size:13px;line-height:1.45}.food-hero{background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;border-radius:22px;padding:18px;display:flex;align-items:center;gap:14px;box-shadow:0 14px 30px #14b8a638;margin-bottom:14px}.food-hero-icon{width:58px;height:58px;border-radius:18px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}.food-hero h3{font-size:20px;margin-bottom:5px}.food-hero p{font-size:13px;line-height:1.4;opacity:.92}.food-admin-card{background:#fff;border-radius:20px;padding:16px;margin-bottom:12px;box-shadow:0 8px 24px #0f172a14}.food-admin-card h3{font-size:17px;margin-bottom:12px;color:#111827}.food-image-preview{width:100%;max-height:320px;object-fit:contain;border-radius:16px;background:#f8fafc;border:1px solid #eef2f7}.food-menu-list{display:flex;flex-direction:column;gap:12px}.food-menu-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 8px 24px #0f172a14}.food-menu-image{width:100%;max-height:520px;object-fit:contain;background:#f8fafc}.food-menu-content{padding:16px}.food-menu-content h3{font-size:19px;margin-bottom:7px;color:#111827}.food-menu-content p{color:#6b7280;font-size:14px;line-height:1.45}.food-order-form{padding:0 16px 16px}.food-order-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.food-order-grid label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:800;color:#374151}.food-order-grid select{height:48px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;padding:0 12px;font-size:16px;outline:none}.food-order-grid select:focus{border-color:#0f766e;box-shadow:0 0 0 4px #0f766e1f}.food-order-form button{width:100%;height:46px;border-radius:15px;background:#0f766e;color:#fff;font-weight:900}.food-warning{margin:0 16px 16px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:16px;padding:13px;font-size:13px;font-weight:800;line-height:1.4}.food-admin-summary{margin:0 16px 14px;background:#f0fdfa;border:1px solid #99f6e4;border-radius:16px;padding:13px;color:#115e59;font-size:13px;line-height:1.5}.food-admin-summary b{display:block;margin-bottom:4px}.food-order-users{margin-top:8px;display:flex;flex-direction:column;gap:5px}.food-order-users div{background:#ffffffb3;border-radius:10px;padding:7px}.food-allowed-form{display:grid;grid-template-columns:110px 1fr;gap:8px;margin-bottom:12px}.food-allowed-form select,.food-allowed-form input{height:44px;border-radius:14px;border:1px solid #e5e7eb;padding:0 10px;min-width:0;background:#fff;outline:none}.food-allowed-form select:focus,.food-allowed-form input:focus{border-color:#0f766e;box-shadow:0 0 0 4px #0f766e1f}.food-allowed-form button{grid-column:1/-1;height:42px;border-radius:14px;background:#111827;color:#fff;font-weight:900}.food-allowed-list{display:flex;flex-direction:column;gap:8px}.food-allowed-row{background:#f8fafc;border-radius:14px;padding:10px;display:flex;justify-content:space-between;gap:8px;align-items:center}.food-allowed-row span{font-size:13px;color:#374151;font-weight:800;word-break:break-word}.food-allowed-row button{background:#fee2e2;color:#991b1b;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:900;flex-shrink:0}.material-detail-card{background:#fff;border-radius:24px;padding:22px;box-shadow:0 8px 24px #0f172a14;text-align:center}.detail-icon{width:78px;height:78px;border-radius:22px;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;font-size:38px;margin:0 auto 18px}.material-detail-card h2{font-size:24px;margin-bottom:8px}.material-description{color:#6b7280;line-height:1.45;margin-bottom:16px}.material-image{width:100%;max-height:260px;object-fit:cover;border-radius:18px;margin:12px 0 16px}.material-text{text-align:left;color:#374151;line-height:1.6;background:#f8fafc;border-radius:18px;padding:16px;margin-top:14px}.video-link{display:block;margin-top:16px;background:#111827;color:#fff;text-decoration:none;border-radius:16px;padding:15px;font-weight:900}.material-admin-actions{margin-top:16px}.material-image-preview{width:100%;max-height:180px;object-fit:cover;border-radius:16px;margin-top:4px}.score-card{min-height:120px;border-radius:20px;background:linear-gradient(135deg,#0b8f4d,#04703d);color:#fff;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 14px 30px #05884738;margin-bottom:18px}.score-icon{font-size:42px}.score-card p{opacity:.9;font-size:14px}.score-card h2{font-size:28px;margin:4px 0}.score-card span{font-size:13px;opacity:.9}.announcement-block{background:#fff;border-radius:20px;padding:16px;box-shadow:0 8px 24px #0f172a14;margin-bottom:16px}.block-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.block-title-row h3{font-size:17px}.block-title-row button{color:#047857;font-size:12px;font-weight:900}.announcement-row{position:relative;background:#f8fafc;border-radius:16px;padding:14px 38px 14px 14px}.real-announcement-row{margin-bottom:10px;padding-left:30px}.real-announcement-row:last-child{margin-bottom:0}.announcement-red-dot{position:absolute;left:10px;top:14px;width:10px;height:10px;background:#ef4444;border-radius:50%;box-shadow:0 0 0 4px #ef44441f}.announcement-date{color:#9ca3af;font-size:12px;margin-bottom:4px}.announcement-row h4{font-size:14px;margin-bottom:3px}.announcement-row p{font-size:13px;color:#374151;line-height:1.4}.announcement-row span{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:28px;color:#9ca3af}.announcement-empty{background:#f8fafc;border-radius:16px;padding:22px 16px;text-align:center}.announcement-empty div{font-size:36px;margin-bottom:8px}.announcement-empty h4{font-size:16px;margin-bottom:6px}.announcement-empty p{font-size:13px;color:#6b7280}.quick-actions{background:#fff;border-radius:20px;padding:16px;box-shadow:0 8px 24px #0f172a14}.quick-actions h3{font-size:17px;margin-bottom:12px}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick-grid button{min-height:52px;border-radius:15px;background:#f8fafc;color:#111827;font-size:14px;font-weight:900;text-align:left;padding:0 14px}.bottom-nav{position:fixed;left:50%;bottom:12px;transform:translate(-50%);width:calc(100% - 28px);max-width:402px;min-height:68px;background:#fff;border-radius:22px;box-shadow:0 16px 40px #0f172a29;z-index:30;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:7px}.bottom-nav-three{grid-template-columns:repeat(3,1fr)}.bottom-nav button{position:relative;border-radius:16px;background:transparent;color:#374151;font-size:11px;font-weight:800;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.bottom-nav button span{line-height:1}.bottom-nav button.active{background:#079455;color:#fff}.nav-icon{font-size:22px;line-height:1;position:relative}.nav-icon-wrap{display:inline-flex;position:relative}.nav-label{font-size:11px;font-weight:900}.nav-badge{position:absolute;right:-12px;top:-10px;min-width:19px;height:19px;border-radius:999px;background:#ef4444;color:#fff;border:2px solid #fff;font-size:10px;font-style:normal;font-weight:900;display:flex;align-items:center;justify-content:center;padding:0 4px}.profile-header{background:#fff;border-radius:22px;padding:18px;display:flex;gap:14px;align-items:center;box-shadow:0 8px 24px #0f172a14;margin-bottom:14px}.profile-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#10b981);color:#fff;font-size:24px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-photo-wrap{width:72px;height:72px;flex-shrink:0}.profile-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 8px 22px #0f172a2e}.profile-header h2{font-size:21px;margin-bottom:4px}.profile-header p{font-size:13px;color:#6b7280;line-height:1.35}.profile-card{background:#fff;border-radius:22px;padding:18px;box-shadow:0 8px 24px #0f172a14}.profile-card h3{font-size:19px;margin-bottom:16px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.photo-position-box{background:#f8fafc;border-radius:16px;padding:13px;border:1px solid #eef2f7}.photo-position-box p{font-size:13px;color:#6b7280;font-weight:800;margin-bottom:10px}.photo-position-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.photo-position-grid button{min-height:38px;border-radius:12px;background:#fff;color:#374151;font-size:13px;font-weight:900;border:1px solid #e5e7eb}.photo-position-grid button.active{background:#079455;color:#fff;border-color:#079455}.photo-position-grid button:active{transform:scale(.97)}.profile-header-clean{align-items:center;gap:18px;padding:20px}.profile-photo-wrap-large{width:92px;height:92px;flex-shrink:0}.profile-photo-large,.profile-avatar-large{width:92px;height:92px;border-radius:50%}.profile-photo-large{object-fit:cover;border:5px solid #fff;box-shadow:0 10px 28px #0f172a2e}.profile-avatar-large{background:linear-gradient(135deg,#2563eb,#10b981);color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:900}.profile-main-info{flex:1;min-width:0}.profile-main-info h2{font-size:24px;line-height:1.15;margin-bottom:8px;color:#111827;word-break:break-word}.profile-rating-row{margin-bottom:5px}.profile-stars{color:#f59e0b;font-size:19px;font-weight:900;letter-spacing:1px}.profile-category-text{font-size:14px!important;color:#047857!important;font-weight:900;line-height:1.35!important}.hidden-file-input{display:none!important}.change-photo-btn{width:100%;height:52px;border-radius:16px;background:#111827;color:#fff;font-size:16px;font-weight:900;box-shadow:0 8px 22px #0f172a24}.change-photo-btn:active{transform:scale(.98)}.work-time-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;width:100%}.work-time-grid label{min-width:0}.work-time-grid input{width:100%;min-width:0;text-align:center;padding-left:8px;padding-right:8px}.admin-shortcut{margin-top:14px}.admin-btn{width:100%;height:52px;border-radius:16px;background:#111827;color:#fff;font-size:16px;font-weight:900}.admin-panel{display:flex;flex-direction:column;gap:14px}.admin-panel h3{font-size:19px;margin-top:8px}.muted{color:#6b7280;line-height:1.45}.admin-status-card,.warning-card,.admin-announcement-card{background:#fff;border-radius:18px;padding:16px;box-shadow:0 8px 24px #0f172a14}.admin-status-card p{line-height:1.6}.warning-card{background:#fff7ed;color:#9a3412;font-weight:700}.admin-form{background:#fff;border-radius:18px;padding:16px;box-shadow:0 8px 24px #0f172a14}.admin-list,.users-list,.admin-announcement-list{display:flex;flex-direction:column;gap:10px}.admin-list-item,.user-row{background:#fff;border-radius:16px;padding:14px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;box-shadow:0 6px 18px #0f172a0f}.admin-list-item p,.user-row p{color:#6b7280;font-size:13px;margin-top:3px}.admin-list-item span{background:#dcfce7;color:#166534;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900}.admin-list-item.super{border:1px solid #bbf7d0}.delete-admin-btn{background:#fee2e2;color:#991b1b;border-radius:12px;padding:9px 11px;font-weight:900}.empty-text{color:#6b7280;background:#fff;border-radius:16px;padding:14px}.user-row-left{display:flex;align-items:flex-start;gap:12px;width:100%}.admin-user-info{flex:1;min-width:0}.admin-user-photo,.admin-user-photo-placeholder{width:54px;height:54px;border-radius:50%;flex-shrink:0}.admin-user-photo{object-fit:cover}.admin-user-photo-placeholder{background:linear-gradient(135deg,#2563eb,#10b981);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px}.admin-announcement-card h3{margin-top:0;margin-bottom:12px}.admin-announcement-item{background:#f8fafc;border-radius:15px;padding:13px;display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.admin-announcement-item b{font-size:14px}.admin-announcement-item p{font-size:13px;color:#6b7280;margin:5px 0;line-height:1.4}.admin-announcement-item small{color:#9ca3af;font-size:12px}.admin-announcement-item button{background:#fee2e2;color:#991b1b;border-radius:12px;padding:9px 10px;font-size:12px;font-weight:900;flex-shrink:0}.admin-stars-control{margin-top:10px;background:#f8fafc;border-radius:14px;padding:12px;border:1px solid #eef2f7}.admin-stars-control label{display:flex;flex-direction:column;gap:6px;color:#374151;font-size:13px;font-weight:900}.admin-stars-control select{width:100%;height:42px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;padding:0 10px;font-size:14px;outline:none}.admin-stars-control button{width:100%;height:40px;margin-top:8px;border-radius:12px;background:#079455;color:#fff;font-weight:900}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.07)}}@media (max-width:390px){#app{max-width:100%}.landing-page{padding-left:18px;padding-right:18px;background:linear-gradient(180deg,#03081424,#03081442),url(/assets/main-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero{padding-top:0}.hero h1{font-size:33px}.subtitle{font-size:16px}.group-logo-scene{width:240px;height:172px;margin-bottom:6px}.group-arc-text{width:240px;height:122px}.logo-avatar-wrapper{width:145px;height:145px}.main-landing-logo{width:145px!important;height:145px!important;padding:0!important;border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.color-slogan{font-size:18px}.direction-buttons{margin-top:42px}.direction-buttons-raised{margin-top:30px}.home-bottom-slogan{padding-bottom:2px}.direction-btn{min-height:84px;border-radius:24px}.top-back-btn{min-width:88px;font-size:13px;padding:0 11px 0 8px}.top-bar h2{font-size:16px}.banner-logo{width:160px}.top-banner p{font-size:15px}.banner-illustration{right:22px;top:50%;width:70px;height:70px;transform:translateY(-50%);margin-right:0}.animated-side-logo{width:66px;height:66px}@keyframes sideLogoFlipLarge{0%{transform:scale(2.1) rotateY(0)}to{transform:scale(2.1) rotateY(360deg)}}.menu-content h4{font-size:14px}.menu-content p{font-size:12px}.inner-content h4{font-size:14.5px}.inner-content p{font-size:12px}.two-columns{grid-template-columns:1fr}.birthday-badge{min-width:54px;font-size:11px}.photo-position-grid{grid-template-columns:1fr}.result-row,.pharmacist-rating-row{gap:9px}.rating-medal,.result-place{width:34px;height:34px;font-size:15px}.option-builder-row{grid-template-columns:1fr 34px}.correct-radio-label{grid-column:1/-1}.profile-header-clean{gap:14px;padding:16px}.profile-photo-wrap-large,.profile-photo-large,.profile-avatar-large{width:76px;height:76px}.profile-main-info h2{font-size:21px}.profile-stars{font-size:17px}.profile-category-text{font-size:13px!important}.work-time-grid{grid-template-columns:1fr 1fr;gap:8px}.work-time-grid input{padding-left:6px;padding-right:6px;font-size:15px}.food-order-grid{grid-template-columns:1fr 1fr;gap:8px}.food-allowed-form{grid-template-columns:1fr}.food-menu-image{max-height:420px}}
