.menu-bar{width:100%;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #0000000a;position:sticky;top:0;z-index:50}.menu-container{max-width:980px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 16px}.menu-logo{font-weight:700;color:#111827;text-decoration:none;font-size:1.1rem}.menu-list{list-style:none;display:flex;gap:16px;margin:0;padding:0}.menu-list a{color:#374151;text-decoration:none;font-size:.95rem}.menu-list a:hover{color:#111827}@media(max-width:640px){.menu-list{display:none}}.menu-lang{margin-left:12px}.lang-btn{background:transparent;border:1px solid #e5e7eb;padding:6px 8px;border-radius:4px;cursor:pointer;font-weight:600}.lang-btn:hover{background:#f3f4f6}.menu-right{display:flex;align-items:center;gap:12px}.menu-auth{display:flex;align-items:center}.signout-btn{border:1px solid transparent;background:#0b5ed7;color:#fff;padding:6px 10px;border-radius:6px}.signout-btn:hover{opacity:.95}.menu-login{color:#0b5ed7;text-decoration:none;font-weight:600}.menu-link-button{background:transparent;border:none;padding:0;margin:0;color:inherit;font:inherit;cursor:pointer}.menu-link-button:hover{color:#111827}.offer-card{display:flex;flex-direction:column;align-items:flex-start;padding:15px;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:15px;width:100%;box-sizing:border-box}.offer-title-section{width:100%;display:flex;flex-direction:column;align-items:flex-start;margin-bottom:10px}.retailer-name{font-size:.8em;font-weight:400;color:#666;text-transform:uppercase}.lift-title{font-size:1.2em;font-weight:700;color:#3f51b5;margin:3px 0}.badge{font-size:.7em;padding:3px 8px;border-radius:4px;margin-top:5px;background-color:#fce4ec;color:#e91e63;font-weight:700}.offer-specs-section{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;font-size:.9em;color:#444;padding:10px 0;border-bottom:1px solid #eee;border-right:none;margin-bottom:10px}.spec-item{margin-right:15px;margin-bottom:3px}.offer-details-section{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.offer-price-info{text-align:left;margin-right:10px}.price-label{font-size:.8em;color:#999;margin-bottom:2px}.price-main{font-size:2em;font-weight:900;color:#d9534f;line-height:1.1}.price-total{font-size:.8em;color:#666;margin-top:5px}.offer-shipping-info{display:flex;flex-direction:column;font-size:.85em;color:#555;line-height:1.4;margin-right:10px}.shipping-cost.free{font-weight:700;color:#5cb85c}.stock-status.out-of-stock{color:#f0ad4e}.stock-status.in-stock{color:#5cb85c;font-weight:700}.buy-button{background-color:#3f51b5;color:#fff;padding:10px 15px;text-align:center;text-decoration:none;border-radius:4px;font-weight:700;transition:background-color .2s;white-space:nowrap;flex-grow:1;min-width:100px}.buy-button:hover{background-color:#303f9f}@media(min-width:768px){.offer-card{flex-direction:row;justify-content:space-between;align-items:center;padding:15px 20px}.offer-title-section{flex-basis:25%;margin-bottom:0}.retailer-name{font-size:.9em}.lift-title{font-size:1.3em}.offer-specs-section{flex-basis:20%;flex-direction:column;flex-wrap:nowrap;padding-right:15px;border-right:1px solid #eee;border-bottom:none;margin-bottom:0}.spec-item{margin-right:0}.offer-details-section{flex-basis:55%;justify-content:space-around;flex-wrap:nowrap}.offer-price-info{text-align:right;margin-right:20px}.price-main{font-size:2.2em}.offer-shipping-info{margin-right:20px;font-size:.9em}.buy-button{flex-grow:0;padding:10px 20px}}body{font-family:Arial,sans-serif;background-color:#f4f4f9;margin:0;padding:10px;box-sizing:border-box}h1{text-align:center;font-size:1.8em;margin:0 0 .2em;font-weight:800;letter-spacing:-1px;background:linear-gradient(90deg,#007bff,#00c6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-header{text-align:center;padding:1rem;background:#fff;border-radius:12px;margin-bottom:0;box-shadow:0 2px 8px #0000000d}.hero-title{margin-bottom:.5rem}.hero-subtitle{color:#555;font-size:1.1rem;line-height:1.6;max-width:700px;margin:0 auto}.main-header{margin-top:18px;margin-bottom:18px}.main-heading span{display:block;font-size:.7em;font-weight:400;letter-spacing:.5px;color:#222;-webkit-text-fill-color:initial;background:none}.results-heading{margin-top:1.2em;margin-bottom:.5em;font-size:1.2em;color:#333;font-weight:600}h2{text-align:left;font-size:1.5em}.container{max-width:1000px;margin:0 auto;padding:0 5px}.offer-list{display:flex;flex-direction:column;gap:10px;margin-top:15px}.filter-bar{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background-color:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 4px #0000000d;gap:10px}.filter-toggle{font-weight:700;margin-bottom:5px}.sort-controls select{padding:8px;border-radius:4px;width:100%}.search-input{width:100%;padding:10px 15px;border:1px solid #ccc;border-radius:20px;background-color:#fff;font-size:18px;color:#333;outline:none;transition:border-color .3s ease-in-out,box-shadow .3s ease-in-out;box-sizing:border-box}.search-input:focus{border-color:#007bff;box-shadow:0 0 12px #007bff40}.search-input::placeholder{color:#aaa;font-style:italic}.search-container:after{content:"🔍";position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:22px;color:#007bff;pointer-events:none;transition:transform .3s ease}.search-container:focus-within:after{transform:translateY(-50%) scale(1.15)}@media(min-width:768px){.search-container{width:80%;max-width:1000px;margin:0 auto}.search-input{width:100%;max-width:600px;font-size:1.3rem;padding:16px 55px 16px 30px;border-radius:50px}}.fp-title{text-align:center}@media(min-width:768px){body{padding:20px}h1{font-size:2.5em}h2{font-size:2em}.main-header{margin-top:32px;margin-bottom:32px}.main-heading{font-size:2.8em}.results-heading{font-size:1.5em}.offer-list{gap:15px;margin-top:20px}.searchbar-wrapper{max-width:600px;padding:6px 18px 6px 12px}.search-input{width:350px;max-width:400px;font-size:32px}}.hero-header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 0 12px;background:linear-gradient(90deg,#e3f0ff,#f4faff);border-radius:0 0 20px 20px;margin-bottom:12px;box-shadow:0 2px 16px #0000000a}.hero-title{font-size:2.5em;font-weight:900;letter-spacing:-2px;margin:0;background:linear-gradient(90deg,#007bff,#00c6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.hero-subtitle{font-size:1.1em;color:#333;margin:10px 0 0;font-weight:500;text-align:center;max-width:500px}.search-container{position:relative;width:100%;max-width:600px;margin:8px auto 12px}.categories-toggle-row{display:flex;justify-content:center;align-items:center;margin:16px 0 8px}.categories-toggle-btn{background:linear-gradient(90deg,#ff7a18,#ffb347);color:#fff;border:none;padding:12px 22px;border-radius:999px;font-size:1.05rem;font-weight:700;box-shadow:0 8px 26px #ff7b002e;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;display:inline-flex;gap:8px;align-items:center}.categories-toggle-btn:hover,.categories-toggle-btn:focus{transform:translateY(-3px);box-shadow:0 12px 36px #ff7b0038;outline:none}.categories-toggle-btn:after{content:"▾";font-size:.85rem;opacity:.95}.categories-backdrop{position:fixed;inset:0;background:#00000040;z-index:800}.categories-panel-wrapper{position:relative;z-index:900;margin:0 auto 18px;max-width:1100px;padding:0 12px}.search-input{width:85%;padding:14px 48px 14px 22px;border-radius:32px;border:1.5px solid #e0e0e0;background:#fff;font-size:1.1em;color:#222;box-shadow:0 2px 8px #0000000f;outline:none;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff33}.search-container:after{content:"🔍";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:1.4em;color:#007bff;opacity:.7;pointer-events:none}@media(min-width:768px){.hero-header{padding:24px 0 18px;border-radius:0 0 24px 24px;margin-bottom:16px}.hero-title{font-size:3.5em}.hero-subtitle{font-size:1.3em;max-width:900px}.search-container{max-width:600px}.search-input{font-size:1.3em;padding:20px 60px 20px 32px;min-width:85%}.search-container:after{font-size:1.7em;right:28px}}.header:hover{box-shadow:0 6px 18px #007bff26;transform:translateY(-2px)}.header h1{font-size:2rem;font-weight:800;color:#222;margin:0;line-height:1.3}.header h1 span{color:#007bff}.header p{margin-top:8px;color:#666;font-size:1.1rem;font-weight:400}@media(min-width:768px){.header{padding:40px 20px;margin:50px auto 30px}.header h1{font-size:3rem}.header p{font-size:1.25rem}}.benefits-section{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem 1rem;margin-top:1rem}.benefits-container{max-width:1200px;margin:0 auto}.benefits-title{font-size:2.2rem;color:#fff;text-align:center;margin-bottom:1.5rem;font-weight:700}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:0 1rem}.benefit-card{background-color:#fff;border-radius:12px;padding:1.25rem 1rem;text-align:center;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.benefit-icon{font-size:3rem;margin-bottom:1rem;line-height:1}.benefit-card-title{font-size:1.3rem;color:#2a2a2a;margin-bottom:.75rem;font-weight:600}.benefit-description{color:#666;line-height:1.6;font-size:1rem;margin:0}@media(max-width:768px){.benefits-section{padding:2rem .75rem}.benefits-title{font-size:1.75rem;margin-bottom:2rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem;padding:0}.benefit-card{padding:1.5rem 1rem}.benefit-icon{font-size:2.5rem}.benefit-card-title{font-size:1.15rem}.benefit-description{font-size:.95rem}}.categories-section{background-color:#fff;padding:1.5rem 1rem;margin-top:1rem;border-radius:12px;box-shadow:0 10px 30px #0f172a14}.categories-container{max-width:1200px;margin:0 auto}.categories-panel{padding:.5rem}.categories-title{font-size:2rem;color:#2a2a2a;text-align:center;margin-bottom:.5rem;font-weight:700}.categories-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:1.5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;padding:0 1rem}.category-card{background-color:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;padding:1.25rem 1rem;text-align:center;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.category-card:hover{border-color:#007bff;background-color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px #007bff26}.category-icon{font-size:3rem;margin-bottom:1rem;line-height:1}.category-name{font-size:1.4rem;color:#2a2a2a;margin-bottom:.5rem;font-weight:600}.category-description{color:#666;line-height:1.5;font-size:.95rem;margin:0 0 1rem}.category-link{color:#007bff;font-weight:600;font-size:1rem;margin-top:auto;transition:color .2s ease}.category-card:hover .category-link{color:#0056b3}@media(max-width:768px){.categories-section{padding:2rem .75rem}.categories-title{font-size:1.6rem}.categories-subtitle{font-size:1rem;margin-bottom:2rem}.categories-grid{grid-template-columns:1fr;gap:1rem;padding:0}.category-card{padding:1.5rem 1rem}.category-icon{font-size:2.5rem}.category-name{font-size:1.2rem}.category-description{font-size:.9rem}}.faq-section{background-color:#f8f9fa;padding:1.5rem 1rem;margin-top:1.5rem}.faq-container{max-width:900px;margin:0 auto}.faq-main-title{font-size:2rem;color:#2a2a2a;text-align:center;margin-bottom:1rem;font-weight:700}.faq-intro{text-align:center;color:#666;font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:box-shadow .3s ease}.faq-item:hover{box-shadow:0 4px 8px #00000026}.faq-question{width:100%;padding:1.25rem 1.5rem;background-color:#fff;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#2a2a2a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease,color .2s ease}.faq-question:hover{background-color:#f0f0f0}.faq-question.active{background-color:#007bff;color:#fff}.faq-question.active:hover{background-color:#0056b3}.faq-icon{font-size:1.5rem;font-weight:300;min-width:30px;text-align:center}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 1.5rem}.faq-answer.open{max-height:500px;padding:1.25rem 1.5rem;border-top:1px solid #e0e0e0}.faq-answer p{color:#555;line-height:1.7;margin:0;font-size:1rem}@media(max-width:768px){.faq-section{padding:2rem .75rem}.faq-main-title{font-size:1.5rem}.faq-intro{font-size:1rem;margin-bottom:2rem}.faq-question{padding:1rem;font-size:1rem}.faq-answer.open{padding:1rem}.faq-answer p{font-size:.95rem}}.cta-section{background:linear-gradient(135deg,#007bff,#00c6ff);padding:2rem 1rem;margin-top:1.5rem}.cta-container{max-width:800px;margin:0 auto;text-align:center}.cta-title{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700;line-height:1.2}.cta-description{font-size:1.2rem;color:#fffffff2;margin-bottom:2rem;line-height:1.6}.cta-button{background-color:#fff;color:#007bff;border:none;padding:1rem 2.5rem;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background-color:#f8f9fa}.cta-button:active{transform:translateY(0)}.cta-note{margin-top:1.5rem;color:#ffffffe6;font-size:.95rem;font-weight:500}@media(max-width:768px){.cta-section{padding:3rem 1rem}.cta-title{font-size:1.8rem}.cta-description{font-size:1rem;margin-bottom:1.5rem}.cta-button{padding:.875rem 2rem;font-size:1rem;width:100%;max-width:350px}.cta-note{font-size:.875rem}}.cookie-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;box-sizing:border-box;padding:10px}.cookie-popup{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 10px #0000004d;max-width:90%;width:350px;text-align:center;max-height:90vh;overflow-y:auto}.cookie-popup h2{margin-top:0;color:#333;font-size:1.4em}.cookie-actions{margin-top:15px;display:flex;flex-direction:column;gap:10px}.cookie-actions button{padding:12px 20px;border:none;border-radius:4px;cursor:pointer;font-weight:700;width:100%}.btn-accept{background-color:#007bff;color:#fff}.btn-decline{background-color:#f0f0f0;color:#333}@media(min-width:600px){.cookie-popup{padding:30px;max-width:400px;width:auto}.cookie-actions{flex-direction:row;justify-content:center}.cookie-actions button{width:auto}}.rental-login-root{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px 16px}.rental-login-card{width:920px;max-width:96%;display:flex;box-shadow:0 10px 30px #02061714;border-radius:6px;overflow:hidden;background:#fff}.rl-left{background:linear-gradient(180deg,#0ea5e9,#3b82f6);color:#fff;width:48%;display:flex;align-items:center;justify-content:center;padding:40px}.rl-left-inner{max-width:280px}.rl-welcome{font-size:28px;margin:0 0 8px;letter-spacing:1px}.rl-sub{margin:0 0 12px;opacity:.95;font-weight:600}.rl-desc{font-size:13px;line-height:1.4;opacity:.95}.rl-right{width:52%;padding:40px;display:flex;align-items:center}.rl-form-wrap{width:100%}.rl-title{margin:0 0 6px;color:#0f172a}.rl-note{margin:0 0 18px;color:#6b7280;font-size:13px}.rl-form{display:flex;flex-direction:column;gap:12px}.rl-input{width:100%;padding:12px 14px;border:1px solid #e6e9ef;border-radius:4px;font-size:14px}.rl-label{display:block}.rl-actions{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.rl-remember{font-size:13px;color:#6b7280}.rl-link{font-size:13px;color:#3b82f6;text-decoration:none}.rl-submit{margin-top:12px;background:#0ea5e9;color:#fff;border:none;padding:12px 18px;border-radius:24px;cursor:pointer;font-weight:600}@media(max-width:800px){.rental-login-card{flex-direction:column}.rl-left,.rl-right{width:100%}.rl-left{padding:24px}.rl-right{padding:20px}}.auth-root{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:40px 16px;background:#f7fafc}.auth-container{width:920px;max-width:96%}@media(max-width:800px){.auth-container{width:100%}}.dashboard-root{display:flex;min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.dash-sidebar{width:220px;background:#0b5ed7;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.ds-top{padding:20px}.ds-logo{font-weight:700;font-size:20px;margin-bottom:18px}.ds-nav{display:flex;flex-direction:column;gap:8px}.ds-item{background:transparent;border:none;color:#fffffff2;text-align:left;padding:10px 12px;border-radius:8px;cursor:pointer}.ds-item.active{background:#ffffff1f}.ds-footer{padding:16px;color:#ffffffd9}.settings-toggle{width:100%;text-align:left;padding:10px;border-radius:8px;background:transparent;border:none;color:inherit;cursor:pointer}.ds-submenu{margin-top:8px;display:flex;flex-direction:column;gap:8px;padding-left:10px}.ds-subitem{color:#fffffff2;text-decoration:none;padding:8px;border-radius:6px;background:#ffffff08}.ds-subitem:hover{background:#ffffff0f}.ds-subitem.ds-toggle{display:flex;justify-content:space-between;align-items:center;border:none;cursor:pointer;width:100%;background:transparent}.ds-subitem.ds-logout{background:#ffffff05;border:none;cursor:pointer}.ds-subitem.ds-logout:hover{background:#ff000014;color:#fff}.ds-subsection{margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.03)}.ds-subsection-title{font-size:13px;color:#ffffffe6;margin-bottom:6px}.ds-ical-input{display:flex;gap:8px}.ds-ical-input input{flex:1;padding:6px;border-radius:6px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;color:inherit}.ds-ical-input button{padding:6px 8px;border-radius:6px;border:none;background:#ffffff0f;color:inherit;cursor:pointer}.ds-ical-list{margin-top:8px;display:flex;flex-direction:column;gap:6px}.ds-ical-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.ds-ical-actions button{margin-left:6px;padding:4px 6px;border-radius:6px;border:none;background:#ffffff08;color:inherit;cursor:pointer}.ds-subnote{color:#ffffffb3;font-size:13px}.sync-panel{background:#fff;border-radius:8px;padding:10px;color:#222}.sync-panel .ds-ical-input input{background:#fff;color:#222;border:1px solid #ddd}.sync-panel .ds-subitem{color:#0b5ed7;background:transparent;padding:0;border-radius:0}.sync-panel .ds-ical-actions button{background:#f0f0f0;color:#333}.sync-panel button[disabled]{opacity:.5;cursor:not-allowed}.settings-panel{background:#fff;border-radius:8px;padding:16px}.settings-panel h3{margin:0 0 8px}.settings-row{display:flex;gap:8px}.dash-main{flex:1;background:#f6f7f4;padding:28px}.dm-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dm-header h1{margin:0;font-size:20px}.dm-controls{display:flex;gap:10px;align-items:center}.dm-search{padding:8px 10px;border-radius:8px;border:1px solid #ddd}.dm-add{background:#0b5ed7;color:#fff;border:none;padding:8px 12px;border-radius:8px;cursor:pointer}.dm-grid{display:grid;grid-template-columns:1fr 320px;gap:20px}.dm-calendar{background:#fff;border-radius:12px;padding:16px;box-shadow:0 6px 18px #0b5ed70f}.cal-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cal-body{min-height:360px}.cal-row{display:flex}.cal-cell{flex:1;padding:10px;border:1px solid #f0f0f0}.cal-grid-placeholder{color:#999;margin-top:12px}.dm-upcoming{background:#fff;border-radius:12px;padding:12px;box-shadow:0 6px 18px #0b5ed70f}.up-card{background:linear-gradient(180deg,#fff,#fbfbfb);padding:12px;border-radius:8px;margin-bottom:10px}.up-title{font-weight:600}.up-meta{font-size:13px;color:#666}@media(max-width:900px){.dash-sidebar{display:none}.dm-grid{grid-template-columns:1fr}}.dm-mobile-menu{display:none;border:none;background:transparent;font-size:20px}@media(max-width:900px){.dm-mobile-menu{display:inline-block}.mobile-sidebar-overlay{position:fixed;inset:0;background:#0006;z-index:999}.mobile-sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;background:#0b5ed7;color:#fff;z-index:1000;padding:16px;overflow:auto}.mobile-sidebar .ds-logo{color:#fff}.mobile-sidebar-close{background:transparent;border:none;color:#fff;font-size:20px;position:absolute;right:12px;top:12px}.dm-upcoming{position:relative}.up-collapse-toggle{display:none}@media(max-width:600px){.dm-grid{grid-template-columns:1fr}.up-collapse-toggle{display:inline-block;background:#eee;border:none;padding:6px;border-radius:6px}.dm-upcoming{padding:8px}.up-card{padding:10px}}}.front-calendar{background:#fff;border-radius:12px;padding:16px;margin:18px 0;box-shadow:0 6px 18px #0b5ed70a}.fc-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.fc-header h2{margin:0;font-size:18px}.fc-body{min-height:80px}.fc-loading,.fc-empty,.fc-error{color:#666;padding:18px}.fc-month-card{background:linear-gradient(180deg,#fff,#fbfdff);border-radius:12px;padding:12px}.fc-month-title{font-weight:700;margin-bottom:12px}.fc-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.fc-weekday{font-size:12px;color:#666;padding:6px 8px}.fc-cell{min-height:84px;background:#fff;border-radius:8px;padding:8px;border:1px solid #f0f0f0;display:flex;flex-direction:column}.fc-cell.empty{background:transparent;border:none}.fc-cell.today{box-shadow:0 0 0 3px #0b5ed70f}.fc-cell-day{font-weight:600;margin-bottom:6px}.fc-cell-events{display:flex;flex-direction:column;gap:6px}.fc-cell-event{background:linear-gradient(90deg,#e9f3ff,#fff);padding:6px;border-radius:6px;font-size:13px;color:#0b5ed7}.fc-more{font-size:12px;color:#666}.fc-controls{display:flex;gap:12px;align-items:center}.fc-view-toggle button{border:1px solid #e6eefb;background:transparent;padding:6px 8px;border-radius:6px;cursor:pointer}.fc-view-toggle button.active{background:#0b5ed7;color:#fff;border-color:#0b5ed7}.fc-nav button{border:1px solid #e6eefb;background:#fff;padding:6px 8px;border-radius:6px;cursor:pointer;margin-left:6px}.fc-nav button:hover{opacity:.95}
