.navbar{background:var(--white);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0;box-shadow:0 2px 12px #2222220d}.navbar-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;height:70px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{align-items:center;gap:.625rem;text-decoration:none;display:flex}.logo-mark{border-radius:var(--radius);background:var(--primary-red);width:34px;height:34px;color:var(--white);place-items:center;font-weight:800;display:grid}.logo-text{color:var(--primary-red);font-size:1.5rem;font-weight:700}.navbar-menu{flex:1;justify-content:center;gap:.5rem;display:flex}.nav-link{color:var(--black);border-radius:var(--radius);padding:.5rem 1.25rem;font-weight:500;text-decoration:none;transition:all .3s}.nav-link:hover{background:var(--gray-light);color:var(--primary-red)}.nav-link.active{background:var(--primary-red);color:var(--white)}.navbar-user{align-items:center;gap:1rem;display:flex}.notifications-wrapper{position:relative}.notifications-button{border:1px solid var(--border);background:var(--white);width:40px;height:40px;color:var(--black);border-radius:50%;place-items:center;font-weight:800;transition:all .3s;display:grid;position:relative}.notifications-button:hover,.notifications-button.active{border-color:var(--primary-red);color:var(--primary-red);background:#b31d150f}.notifications-icon{font-size:1.2rem}.notifications-badge{background:var(--primary-red);min-width:18px;height:18px;color:var(--white);border:2px solid var(--white);border-radius:999px;place-items:center;padding:0 .25rem;font-size:.7rem;font-weight:800;display:grid;position:absolute;top:-4px;right:-4px}.notifications-popover{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);width:min(360px,100vw - 2rem);max-height:460px;box-shadow:var(--shadow-soft);z-index:160;position:absolute;top:calc(100% + .75rem);right:0;overflow:hidden}.notifications-popover-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.notifications-popover-header h2{color:var(--black);margin-bottom:.15rem;font-size:1rem}.notifications-popover-header span{color:var(--primary-red);font-size:.75rem;font-weight:800}.btn-mark-all-read{color:var(--primary-red);border:1px solid var(--primary-red);border-radius:var(--radius);white-space:nowrap;background:0 0;padding:.45rem .65rem;font-size:.75rem;font-weight:800}.btn-mark-all-read:hover{background:var(--primary-red);color:var(--white)}.notifications-list{max-height:390px;overflow-y:auto}.notification-item{border:0;border-bottom:1px solid var(--border);background:var(--white);text-align:left;grid-template-columns:8px 1fr;gap:.75rem;width:100%;padding:.95rem 1rem;display:grid}.notification-item:hover{background:var(--gray-light)}.notification-item.unread{background:#b31d150d}.notification-dot{background:0 0;border-radius:50%;width:8px;height:8px;margin-top:.35rem}.notification-item.unread .notification-dot{background:var(--primary-red)}.notification-content{flex-direction:column;gap:.3rem;display:flex}.notification-content strong{color:var(--black);font-size:.9rem}.notification-content span{color:var(--gray-dark);font-size:.85rem;line-height:1.35}.notification-content time{color:var(--gray-dark);font-size:.75rem;font-weight:700}.notifications-empty{color:var(--gray-dark);text-align:center;padding:1.5rem;font-size:.9rem}.user-info{align-items:center;gap:.75rem;display:flex}.user-avatar{background:var(--primary-red);width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.user-avatar img{object-fit:cover;width:100%;height:100%}.user-details{flex-direction:column;display:flex}.user-name{color:var(--black);font-size:.875rem;font-weight:600}.user-area{color:var(--gray-dark);font-size:.75rem}.btn-logout{color:var(--primary-red);border:2px solid var(--primary-red);border-radius:var(--radius);background:0 0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s}.mobile-tabbar{display:none}.btn-logout:hover{background:var(--primary-red);color:var(--white)}@media (width<=768px){.navbar-container{height:60px;padding:0 1rem}.logo-text{font-size:1.25rem}.navbar-menu,.user-details{display:none}.btn-logout{padding:.375rem .75rem;font-size:.8rem}.navbar-user{gap:.5rem}.notifications-popover{width:auto;position:fixed;top:66px;left:1rem;right:1rem}.mobile-tabbar{z-index:120;background:var(--white);border-top:1px solid var(--border);height:68px;padding-bottom:env(safe-area-inset-bottom);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #22222214}.mobile-tab{color:var(--gray-dark);flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;display:flex}.mobile-tab-icon{border:1px solid #0000;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.875rem;display:grid}.mobile-tab.active{color:var(--primary-red)}.mobile-tab.active .mobile-tab-icon{background:#b31d1514;border-color:#b31d1533}}.auth-container{background:var(--primary-red);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:var(--white);border-radius:var(--radius);width:100%;max-width:450px;padding:2.5rem;box-shadow:0 20px 60px #00000038}.register-card{max-width:650px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{color:var(--primary-red);margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.auth-header p{color:var(--gray-dark);font-size:1rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--black);font-size:.875rem;font-weight:600}.form-group input,.form-group select{border:1px solid var(--gray-medium);border-radius:var(--radius);background:var(--white);color:var(--black);padding:.875rem;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group select:focus{border-color:var(--primary-red);outline:none;box-shadow:0 0 0 3px #b31d151a}.btn-primary{background:var(--primary-red);color:var(--white);border-radius:var(--radius);border:none;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary:hover:not(:disabled){background:#8b1410;transform:translateY(-2px);box-shadow:0 4px 12px #b31d154d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-google{background:var(--white);color:var(--black);border:1px solid var(--gray-medium);border-radius:var(--radius);padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.btn-google:hover:not(:disabled){border-color:var(--primary-red);color:var(--primary-red);box-shadow:0 4px 12px #22222214}.btn-google:disabled{opacity:.6;cursor:not-allowed}.auth-divider{color:var(--gray-dark);justify-content:center;font-size:.875rem;display:flex;position:relative}.auth-divider:before{content:"";background:var(--gray-medium);height:1px;position:absolute;top:50%;left:0;right:0}.auth-divider span{background:var(--white);padding:0 .75rem;position:relative}.error-message{color:#c33;border-radius:var(--radius);background:#fee;border-left:4px solid #c33;padding:.875rem;font-size:.875rem}.auth-footer{text-align:center;border-top:1px solid var(--gray-medium);margin-top:1.5rem;padding-top:1.5rem}.auth-footer p{color:var(--gray-dark);font-size:.875rem}.auth-footer a{color:var(--primary-red);font-weight:600;transition:color .3s}.auth-footer a:hover{color:#8b1410;text-decoration:underline}@media (width<=768px){.auth-card{padding:1.5rem}.register-card{max-width:100%}.auth-header h1{font-size:2rem}.form-row{grid-template-columns:1fr}}@media (width<=480px){.auth-container{align-items:flex-start;padding-top:1rem}.auth-card{padding:1.25rem}.auth-header h1{font-size:1.75rem}}.home-container{max-width:1200px;min-height:calc(100vh - 70px);margin:0 auto;padding:1.5rem}.home-header{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);margin-bottom:1.5rem;padding:1.5rem}.welcome-section h1{color:var(--black);margin-bottom:.5rem;font-size:2rem;font-weight:700}.welcome-section p{color:var(--gray-dark);font-size:1.125rem}.shortcuts-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.shortcut-card{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--primary-red);border-radius:var(--radius);cursor:pointer;opacity:0;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;animation:.5s forwards fadeInUp;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.shortcut-card:hover{border-color:var(--primary-red);transform:translateY(-4px);box-shadow:0 8px 24px #b31d1526}.shortcut-icon{border-radius:var(--radius);background:var(--gray-light);flex-shrink:0;place-items:center;width:44px;height:44px;font-size:1.5rem;display:grid}.shortcut-content{flex:1}.shortcut-content h3{color:var(--black);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.shortcut-content p{color:var(--gray-dark);font-size:.875rem}.shortcut-arrow{color:var(--primary-red);opacity:0;font-size:1.5rem;transition:all .3s}.shortcut-card:hover .shortcut-arrow{opacity:1;transform:translate(4px)}.quick-info{gap:1.5rem;display:grid}.info-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:1.5rem}.info-card h3{color:var(--black);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.info-item{border-bottom:1px solid var(--gray-medium);justify-content:space-between;padding:.75rem 0;display:flex}.info-item:last-child{border-bottom:none}.info-label{color:var(--gray-dark);font-size:.875rem}.info-value{color:var(--black);font-size:.875rem;font-weight:600}@media (width<=768px){.home-container{padding:1rem}.home-header{padding:1.25rem}.welcome-section h1{font-size:1.875rem}.welcome-section p{font-size:1rem}.shortcuts-grid{grid-template-columns:1fr;gap:1rem}.shortcut-card{padding:1rem}}@media (width<=480px){.welcome-section h1{font-size:1.5rem}.shortcut-icon{font-size:2rem}.shortcut-content h3{font-size:1.125rem}}.profile-container{max-width:900px;min-height:calc(100vh - 70px);margin:0 auto;padding:1.5rem}.profile-header{margin-bottom:2rem}.profile-header h1{color:var(--black);margin-bottom:.5rem;font-size:2rem;font-weight:700}.profile-header p{color:var(--gray-dark);font-size:1rem}.profile-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:1.5rem}.profile-avatar-section{border-bottom:1px solid var(--border);align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.profile-avatar-large{border-radius:var(--radius);background:var(--primary-red);width:100px;height:100px;color:var(--white);flex-shrink:0;justify-content:center;align-items:center;font-size:2rem;font-weight:700;display:flex;overflow:hidden}.profile-avatar-large img{object-fit:cover;width:100%;height:100%}.profile-basic-info h2{color:var(--black);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.profile-basic-info p{color:var(--gray-dark);font-size:.875rem}.profile-form{flex-direction:column;gap:1.5rem;display:flex}.profile-form .form-group input:disabled,.profile-form .form-group select:disabled{background:var(--gray-light);cursor:not-allowed}.profile-actions{justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}.btn-secondary{color:var(--black);border:2px solid var(--gray-medium);border-radius:var(--radius);background:0 0;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-secondary:hover:not(:disabled){background:var(--gray-light);border-color:var(--black)}@media (width<=768px){.profile-container{padding:1rem}.profile-card{padding:1.5rem}.profile-avatar-section{text-align:center;flex-direction:column}.profile-actions{flex-direction:column-reverse}.profile-actions button{width:100%}}.patents-container{max-width:1200px;min-height:calc(100vh - 70px);margin:0 auto;padding:1.5rem}.patents-header{margin-bottom:1.25rem}.patents-header h1{color:var(--black);margin-bottom:.5rem;font-size:2rem;font-weight:700}.patents-header p{color:var(--gray-dark);font-size:1rem}.patents-filters{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);grid-template-columns:minmax(0,1.4fr) minmax(180px,.8fr) auto;gap:1rem;margin-bottom:.75rem;padding:1rem;display:grid}.filter-group{min-width:0}.search-input,.filter-select{border:1px solid var(--gray-medium);border-radius:var(--radius);background:var(--white);width:100%;color:var(--black);padding:.875rem 1rem;font-size:1rem;transition:all .3s}.search-input:focus,.filter-select:focus{border-color:var(--primary-red);outline:none;box-shadow:0 0 0 3px #b31d151a}.btn-clear{color:var(--primary-red);border:1px solid var(--primary-red);border-radius:var(--radius);white-space:nowrap;background:0 0;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s}.btn-clear:hover{background:var(--primary-red);color:var(--white)}.patents-stats{flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;display:flex}.stat-card{border:1px solid var(--border);border-radius:var(--radius);text-align:center;background:#faf8f7;flex-direction:row;align-items:center;gap:.45rem;min-width:0;padding:.55rem .8rem;display:flex}.stat-number{color:var(--primary-red);font-size:1rem;font-weight:700;line-height:1}.stat-label{color:var(--gray-dark);font-size:.82rem;font-weight:700;line-height:1}.patents-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.patent-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:all .3s}.patent-card:hover{border-color:var(--primary-red);transform:translateY(-4px);box-shadow:0 8px 24px #b31d1526}.patent-header{border-bottom:2px solid var(--gray-light);align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.patent-avatar{background:var(--primary-red);width:50px;height:50px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex;overflow:hidden}.patent-avatar img{object-fit:cover;width:100%;height:100%}.patent-user-info h3{color:var(--black);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.patent-area{color:var(--gray-dark);background:var(--gray-light);border-radius:4px;padding:.25rem .75rem;font-size:.875rem;display:inline-block}.patent-plate{background:var(--primary-red);color:var(--white);border-radius:var(--radius);text-align:center;margin-bottom:1.25rem;padding:1rem}.plate-label{opacity:.9;margin-bottom:.25rem;font-size:.75rem;font-weight:500;display:block}.plate-number{letter-spacing:0;font-family:Courier New,monospace;font-size:1.75rem;font-weight:700;display:block}.patent-contact{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.contact-item{color:var(--black);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.contact-icon{font-size:1.25rem}.contact-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.btn-request-move{background:var(--white);width:100%;color:var(--primary-red);border:1px solid var(--primary-red);border-radius:var(--radius);padding:.875rem 1rem;font-size:.875rem;font-weight:700;transition:all .3s}.btn-request-move:hover:not(:disabled){background:var(--primary-red);color:var(--white)}.btn-request-move:disabled{opacity:.55;cursor:not-allowed}.loading,.no-results{text-align:center;color:var(--gray-dark);padding:3rem;font-size:1.125rem}@media (width<=768px){.patents-container{padding:.85rem 1rem 1rem}.patents-header{margin-bottom:.85rem}.patents-header h1{margin-bottom:.2rem;font-size:1.5rem}.patents-header p{font-size:.95rem;line-height:1.35}.patents-filters{grid-template-columns:1fr;gap:.65rem;margin-bottom:.65rem;padding:.75rem}.filter-group{min-width:100%}.search-input,.filter-select{padding:.75rem .85rem;font-size:.95rem}.patents-filters .btn-clear{padding:.75rem 1rem;font-size:.85rem}.patents-stats{scrollbar-width:none;flex-wrap:nowrap;gap:.5rem;margin-bottom:.75rem;padding-bottom:.15rem;overflow-x:auto}.patents-stats::-webkit-scrollbar{display:none}.stat-card{flex:1 0 auto;padding:.5rem .65rem}.stat-number{font-size:.95rem}.stat-label{font-size:.78rem}.patents-grid{grid-template-columns:1fr}.patent-card{padding:1.25rem}}.announcements-container{max-width:1200px;min-height:calc(100vh - 70px);margin:0 auto;padding:1.5rem}.announcements-header,.announcements-list-section,.announcement-panel{margin-bottom:1.5rem}.announcements-header h1,.announcements-list-section h2,.announcement-panel h2{color:var(--black);font-weight:700}.announcements-header h1{margin-bottom:.5rem;font-size:2rem}.announcements-header p,.panel-heading p{color:var(--gray-dark);font-size:1rem}.announcement-panel{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:1.5rem}.panel-heading h2,.announcements-list-section h2{margin-bottom:.35rem;font-size:1.35rem}.announcement-form{flex-direction:column;gap:1.25rem;display:flex}.announcement-form .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.announcement-form .form-group{flex-direction:column;gap:.5rem;display:flex}.announcement-form .form-group label{color:var(--black);font-size:.875rem;font-weight:700}.announcement-form input[type=text],.announcement-form input[type=url],.announcement-form input[type=datetime-local],.announcement-form textarea,.announcement-form input[type=file]{border:1px solid var(--gray-medium);border-radius:var(--radius);background:var(--white);color:var(--black);padding:.875rem;font-size:1rem;transition:all .3s}.announcement-form input[type=text]:focus,.announcement-form input[type=url]:focus,.announcement-form input[type=datetime-local]:focus,.announcement-form textarea:focus,.announcement-form input[type=file]:focus{border-color:var(--primary-red);outline:none;box-shadow:0 0 0 3px #b31d151a}.areas-fieldset{border:1px solid var(--gray-medium);border-radius:var(--radius);grid-column:1/-1;min-width:0;padding:.875rem}.areas-fieldset legend{color:var(--black);padding:0 .35rem;font-size:.875rem;font-weight:700}.areas-checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;margin-top:.5rem;display:grid}.checkbox-item{color:var(--black);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.checkbox-item input{width:18px;height:18px;min-height:auto;accent-color:var(--primary-red)}.announcement-form .btn-primary{background:var(--primary-red);color:var(--white);border-radius:var(--radius);border:none;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.announcement-form .btn-primary:hover:not(:disabled){background:#8b1410;transform:translateY(-2px);box-shadow:0 4px 12px #b31d154d}.announcement-form .btn-primary:disabled{opacity:.6;cursor:not-allowed}.announcements-list{gap:1rem;display:grid}.announcement-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.announcement-card-link{transition:all .3s;display:block}.announcement-card-link:hover{border-color:var(--primary-red);transform:translateY(-2px);box-shadow:0 8px 24px #b31d1524}.announcement-cover{object-fit:cover;width:100%;max-height:320px;display:block}.announcement-body{padding:1.25rem}.announcement-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.announcement-meta span{background:var(--gray-light);color:var(--gray-dark);border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.announcement-body h3{color:var(--black);margin-bottom:.5rem;font-size:1.35rem}.announcement-body p{color:var(--black);white-space:pre-wrap;line-height:1.55}.management-list{gap:.75rem;display:grid}.management-item{border:1px solid var(--border);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.management-item h3{color:var(--black);margin-bottom:.25rem;font-size:1rem}.management-item p{color:var(--gray-dark);font-size:.875rem}.management-actions{flex-shrink:0;gap:.75rem;display:flex}.btn-danger{color:#c33;border-radius:var(--radius);background:0 0;border:1px solid #c33;padding:.875rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .3s}.btn-danger:hover{color:var(--white);background:#c33}.announcement-detail-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.detail-back-link{color:var(--primary-red);margin:1rem 1rem 0;font-size:.875rem;font-weight:800;display:inline-flex}.announcement-detail-cover{object-fit:cover;width:100%;max-height:460px;margin-top:1rem;display:block}.announcement-detail-content{padding:1.5rem}.announcement-detail-content h1{color:var(--black);margin-bottom:1rem;font-size:2rem;line-height:1.15}.announcement-detail-content p{color:var(--black);white-space:pre-wrap;font-size:1rem;line-height:1.7}.detail-external-link{background:var(--primary-red);color:var(--white);border-radius:var(--radius);margin-top:1.5rem;padding:.875rem 1.25rem;font-weight:800;display:inline-flex}@media (width<=768px){.announcements-container,.announcement-panel{padding:1rem}.panel-heading,.management-item,.management-actions{flex-direction:column;align-items:stretch}.announcement-form .form-row,.areas-checkbox-grid{grid-template-columns:1fr}}.lunch-container{max-width:1200px;min-height:calc(100vh - 70px);margin:0 auto;padding:1.5rem}.lunch-header{margin-bottom:1.5rem}.lunch-header h1,.lunch-panel h1,.lunch-panel h2{color:var(--black);font-weight:700}.lunch-header h1{margin-bottom:.5rem;font-size:2rem}.lunch-header p{color:var(--gray-dark)}.lunch-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.lunch-area-card,.lunch-panel{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.lunch-area-card{gap:1rem;padding:1.25rem;display:grid}.lunch-area-card h2{color:var(--black);margin-bottom:.25rem;font-size:1.25rem}.lunch-area-card p{color:var(--gray-dark);font-size:.9rem}.lunch-call-counter{color:var(--primary-red);align-items:baseline;gap:.5rem;display:flex}.lunch-call-counter span{font-size:2.25rem;font-weight:800}.lunch-call-counter small{color:var(--gray-dark);font-weight:700}.btn-lunch-call{background:var(--primary-red);width:100%;color:var(--white);border-radius:var(--radius);border:0;padding:.875rem 1rem;font-size:.9rem;font-weight:800;transition:all .3s}.btn-lunch-call:hover:not(:disabled){background:#8b1410;transform:translateY(-2px);box-shadow:0 4px 12px #b31d154d}.btn-lunch-call:disabled{opacity:.55;cursor:not-allowed}.lunch-panel{padding:1.5rem}.lunch-panel h1,.lunch-panel h2{margin-bottom:1rem;font-size:1.35rem}.lunch-history{gap:1rem;display:grid}.history-day{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.history-day h3{background:var(--gray-light);color:var(--black);padding:.875rem 1rem;font-size:.95rem}.history-item{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.history-item strong,.history-item span{display:block}.history-item strong{color:var(--black);margin-bottom:.25rem}.history-item span,.history-meta{color:var(--gray-dark);font-size:.875rem}.history-meta{text-align:right;flex-shrink:0;gap:.25rem;display:grid}@media (width<=768px){.lunch-container{padding:1rem}.history-item{flex-direction:column;align-items:flex-start}.history-meta{text-align:left}}.benefits-container{max-width:1200px;min-height:calc(100vh - 70px);margin:0 auto;padding:1.5rem}.benefits-header{margin-bottom:1.5rem}.benefits-header h1,.benefit-panel h2{color:var(--black);font-weight:700}.benefits-header h1{margin-bottom:.5rem;font-size:2rem}.benefits-header p,.panel-heading p{color:var(--gray-dark)}.benefit-panel{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);margin-bottom:1.5rem;padding:1.5rem}.panel-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.benefit-form{flex-direction:column;gap:1.25rem;display:flex}.benefit-form .form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.benefit-form .form-group{flex-direction:column;gap:.5rem;display:flex}.benefit-form label{color:var(--black);font-size:.875rem;font-weight:700}.benefit-form input,.benefit-form textarea{border:1px solid var(--gray-medium);border-radius:var(--radius);background:var(--white);color:var(--black);padding:.875rem;font-size:1rem;transition:all .3s}.benefit-form input:focus,.benefit-form textarea:focus{border-color:var(--primary-red);outline:none;box-shadow:0 0 0 3px #b31d151a}.benefit-form .btn-primary{background:var(--primary-red);color:var(--white);border-radius:var(--radius);border:none;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.benefit-form .btn-primary:hover:not(:disabled){background:#8b1410;transform:translateY(-2px);box-shadow:0 4px 12px #b31d154d}.benefit-form .btn-primary:disabled{opacity:.6;cursor:not-allowed}.benefits-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));align-items:stretch;gap:1.25rem;display:grid}.benefit-card{background:var(--white);border-radius:var(--radius);border:1px solid #e9e5e2;flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden;box-shadow:0 12px 32px #16161614}.benefit-card:hover{border-color:#b31d1538;transform:translateY(-2px);box-shadow:0 18px 42px #1616161f}.benefit-card.inactive{opacity:.65}.benefit-image{object-fit:cover;width:100%;height:164px;display:block}.benefit-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.benefit-meta{flex-wrap:wrap;gap:.5rem;margin-bottom:.875rem;display:flex}.benefit-meta span{color:#5f5b58;background:#f6f4f2;border-radius:4px;padding:.35rem .6rem;font-size:.75rem;font-weight:700;line-height:1}.benefit-meta .benefit-company{color:var(--primary-red);background:#b31d1514}.benefit-meta .benefit-status{color:#806000;background:#fff2cc}.benefit-body h2{color:var(--black);margin-bottom:.7rem;font-size:1.35rem;line-height:1.18}.benefit-body p{color:var(--black);white-space:pre-wrap;font-size:.98rem;line-height:1.6}.benefit-instructions{border:1px solid #eee5e0;border-left:4px solid var(--primary-red);border-radius:var(--radius);color:var(--black);background:#faf7f5;margin-top:1rem;padding:.9rem 1rem;font-size:.875rem;line-height:1.5}.benefit-actions{flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:1.15rem;display:flex}.btn-benefit-link{background:var(--primary-red);color:var(--white);border-radius:var(--radius);justify-content:center;align-items:center;min-height:42px;padding:.8rem 1rem;font-size:.875rem;font-weight:800;display:inline-flex}.btn-benefit-link:hover{background:#8b1410}.success-message{color:#247a35;border-radius:var(--radius);background:#edf9f0;border-left:4px solid #247a35;margin-bottom:1rem;padding:.875rem;font-size:.875rem}.error-message{color:#c33;border-radius:var(--radius);background:#fee;border-left:4px solid #c33;margin-bottom:1rem;padding:.875rem;font-size:.875rem}@media (width<=768px){.benefits-container,.benefit-panel{padding:1rem}.panel-heading{flex-direction:column}.benefit-form .form-row,.benefits-grid{grid-template-columns:1fr}}:root{--primary-red:#b31d15;--white:#fff;--black:#222;--gray-light:#f7f7f7;--gray-medium:#d9d9d9;--gray-dark:#666;--surface:#fff;--surface-muted:#fafafa;--border:#e7e7e7;--shadow-soft:0 12px 32px #22222214;--radius:8px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--surface-muted);color:var(--black);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{min-height:100vh}button{cursor:pointer;font-family:inherit}input,select,textarea{min-height:48px;font-family:inherit}a{color:inherit;text-decoration:none}button,a,input,select{-webkit-tap-highlight-color:transparent}@media (width<=768px){body{padding-bottom:76px}}
