body{font-family:Segoe UI,Roboto,Arial,sans-serif;background:#f7f7f7;color:#222;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.product-hero-section{width:100vw;min-width:100vw;max-width:100vw;margin:0;border-radius:0;box-shadow:0 8px 32px #1e3c721a;justify-content:center;align-items:center;text-align:center;background:linear-gradient(120deg,#1e3c72,#38c6ff);padding:5rem 0;position:relative;overflow:hidden}.product-hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#ffffff14,#38c6ff1a);z-index:0}.product-hero-content{position:relative;z-index:1}.product-hero-title{color:#fff;font-size:3rem;font-weight:900;margin-bottom:1.2rem;letter-spacing:1.5px;text-shadow:0 2px 16px rgba(30,60,114,.18)}.product-hero-subtitle{color:#e3f0ff;font-size:1.35rem;margin-bottom:2.2rem;line-height:1.7;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:0 1px 8px rgba(30,60,114,.1)}.hero-btn.hero-btn-primary{background:linear-gradient(90deg,#ff9800,#ffb347);color:#fff;font-size:1.35rem;font-weight:800;border:none;border-radius:.9rem;padding:1.1rem 3.2rem;box-shadow:0 4px 24px #ff98002e,0 1.5px 8px #1e3c721a;cursor:pointer;transition:background .2s,transform .13s,box-shadow .2s;margin-top:.5rem;letter-spacing:1px;outline:none;position:relative}.hero-btn.hero-btn-primary:hover{background:linear-gradient(90deg,#ffb347,#ff9800);transform:scale(1.06) translateY(-2px);box-shadow:0 8px 32px #ff980038,0 2px 12px #1e3c7221}.section-title{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);font-size:2rem;font-weight:700;color:#1e3c72;margin-bottom:2rem;text-align:center;padding:2rem 0 1rem;background:none}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:0 2.5rem}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(3,1fr);padding:0 1.5rem}}@media (max-width: 900px){.product-hero-section{padding:3rem .5rem}.product-hero-title{font-size:2.1rem}.product-hero-subtitle{font-size:1.1rem}.hero-btn.hero-btn-primary{font-size:1.1rem;padding:.9rem 2.2rem}.product-hero-img{width:220px}.product-grid{grid-template-columns:repeat(2,1fr);padding:0 .7rem}}@media (max-width: 600px){.product-hero-section{padding:1.5rem .2rem}.product-hero-title{font-size:1.3rem}.product-hero-subtitle{font-size:.98rem;margin-bottom:1.2rem}.hero-btn.hero-btn-primary{font-size:.98rem;padding:.7rem 1.2rem}.product-hero-img{width:120px}.product-grid{grid-template-columns:1fr;padding:0}.section-title{font-size:1.2rem;padding:1.2rem 0 .7rem}}.cart-section{width:100vw;min-width:100vw;max-width:100vw;margin:0;padding:3rem 0;background:linear-gradient(90deg,#f8fafc 60%,#e3f0ff);border-radius:0;box-shadow:none}.cart-section .section-title{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);font-size:2rem;font-weight:700;color:#1e3c72;margin-bottom:2rem;text-align:center;padding:2rem 0 1rem;background:transparent}.cart-list{display:flex;flex-direction:column;gap:1.2rem;margin:0 auto 2rem;max-width:700px}.cart-item{background:#fff;border-radius:.8rem;box-shadow:0 2px 8px #1e3c720f;padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.cart-summary{max-width:700px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:.8rem;padding:1.2rem 1.5rem;box-shadow:0 2px 8px #1e3c720f;margin-bottom:2rem}.modern-btn{width:100%;margin-top:1rem}@media (max-width: 900px){.cart-section{padding:1.5rem .2rem}.cart-list,.cart-summary{max-width:98vw}}@media (max-width: 600px){.cart-section .section-title{font-size:1.2rem;padding:1.2rem 0 .7rem}.cart-list,.cart-summary{max-width:100vw}}.orders-card{background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #1e3c7212;max-width:700px;margin:2.5rem auto 3rem;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;gap:2rem}.orders-title{font-size:2rem;font-weight:700;color:#1e3c72;margin-bottom:1.2rem;text-align:center}.order-info{margin-bottom:1.2rem;color:#333;font-size:1.08rem;line-height:1.7}.orders-table{width:100%;border-collapse:separate;border-spacing:0;background:#f8fafc;border-radius:.8rem;overflow:hidden;box-shadow:0 2px 8px #1e3c720f}.orders-table th,.orders-table td{padding:.9rem 1rem;text-align:left}.orders-table th{background:#e3f0ff;color:#1e3c72;font-weight:700}.orders-table tr:nth-child(2n){background:#f0f6fa}.orders-table tr:nth-child(odd){background:#fff}.orders-table td{color:#333;font-size:1rem}@media (max-width: 700px){.orders-card{padding:1.2rem .5rem;max-width:99vw}.orders-title{font-size:1.2rem}.orders-table th,.orders-table td{padding:.5rem .3rem;font-size:.95rem}}.admin-nav{display:flex;gap:2rem;justify-content:center;align-items:center;background:linear-gradient(90deg,#e3f0ff,#f8fafc);padding:1.5rem 0;border-radius:1.2rem;margin:2rem auto 2.5rem;max-width:900px;box-shadow:0 2px 12px #1e3c720f}.admin-nav a{color:#1e3c72;font-weight:600;text-decoration:none;font-size:1.1rem;padding:.5rem 1.2rem;border-radius:.6rem;transition:background .2s,color .2s}.admin-nav a:hover,.admin-nav a.active{background:#38c6ff;color:#fff}@media (max-width: 600px){.admin-nav{flex-direction:column;gap:1rem;padding:1rem .2rem;max-width:98vw}.admin-nav a{width:100%;text-align:center}}.admin-panel-card{background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #1e3c7212;max-width:900px;margin:2.5rem auto 3rem;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;gap:2rem}.admin-panel-title{font-size:2rem;font-weight:700;color:#1e3c72;margin-bottom:1.5rem;text-align:center}.admin-panel-form{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;margin-bottom:1.2rem}.admin-panel-form input,.admin-panel-form select{padding:.7rem 1rem;border:1.5px solid #e0e7ef;border-radius:.6rem;font-size:1rem;background:#f8fafd;transition:border .2s;min-width:160px}.admin-panel-form input:focus,.admin-panel-form select:focus{border:1.5px solid #38c6ff;outline:none}.admin-panel-form button{background:linear-gradient(90deg,#4f8cff,#38c6ff);color:#fff;border:none;border-radius:.7rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.admin-panel-form button:hover{background:linear-gradient(90deg,#38c6ff,#4f8cff);transform:translateY(-2px) scale(1.04)}.admin-panel-table{width:100%;border-collapse:separate;border-spacing:0;background:#f8fafc;border-radius:.8rem;overflow:hidden;box-shadow:0 2px 8px #1e3c720f}.admin-panel-table th,.admin-panel-table td{padding:.9rem 1rem;text-align:left}.admin-panel-table th{background:#e3f0ff;color:#1e3c72;font-weight:700}.admin-panel-table tr:nth-child(2n){background:#f0f6fa}.admin-panel-table tr:nth-child(odd){background:#fff}.admin-panel-table td{color:#333;font-size:1rem}.admin-panel-table button{background:#ff9800;color:#fff;border:none;border-radius:.5rem;padding:.4rem 1rem;font-size:.98rem;font-weight:600;margin-right:.5rem;cursor:pointer;transition:background .2s}.admin-panel-table button:hover{background:#1e3c72}.admin-panel-pagination{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:1.5rem}.admin-panel-search{display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem;justify-content:center}.admin-panel-search input{padding:.6rem 1rem;border:1.5px solid #e0e7ef;border-radius:.6rem;font-size:1rem;background:#f8fafd;transition:border .2s}.admin-panel-search input:focus{border:1.5px solid #38c6ff;outline:none}.admin-panel-search button{background:#38c6ff;color:#fff;border:none;border-radius:.6rem;padding:.6rem 1.2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.admin-panel-search button:hover{background:#1e3c72}.admin-table-responsive{width:100%;overflow-x:auto}.ellipsis{max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 900px){.admin-panel-card{padding:1.2rem .5rem;max-width:99vw}.admin-panel-form input,.admin-panel-form select{min-width:110px}}@media (max-width: 600px){.admin-panel-title{font-size:1.2rem}.admin-panel-card{padding:.7rem .1rem;gap:1rem}.admin-panel-form{flex-direction:column;gap:.7rem}.admin-panel-table th,.admin-panel-table td{padding:.5rem .3rem;font-size:.95rem}.admin-table-responsive{max-width:99vw}}.profile-card{background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #1e3c7212;max-width:500px;margin:2.5rem auto 3rem;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.profile-title{font-size:2rem;font-weight:700;color:#1e3c72;margin-bottom:1.2rem;text-align:center}.profile-form{display:flex;flex-direction:column;gap:1rem}.profile-form input{padding:.7rem 1rem;border:1.5px solid #e0e7ef;border-radius:.6rem;font-size:1rem;background:#f8fafd;transition:border .2s}.profile-form input:focus{border:1.5px solid #38c6ff;outline:none}.profile-btn{background:linear-gradient(90deg,#4f8cff,#38c6ff);color:#fff;border:none;border-radius:.7rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;margin-top:.5rem}.profile-btn:hover{background:linear-gradient(90deg,#38c6ff,#4f8cff);transform:translateY(-2px) scale(1.04)}.logout-btn{background:#ff9800;color:#fff;border:none;border-radius:.7rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;margin-bottom:1rem}.logout-btn:hover{background:#1e3c72}@media (max-width: 600px){.profile-title{font-size:1.2rem}.profile-card{padding:.7rem .1rem;gap:1rem}.profile-form input{font-size:.95rem}}.footer{width:100vw;min-width:100vw;max-width:100vw;background:linear-gradient(90deg,#1e3c72,#38c6ff);color:#fff;text-align:center;padding:2.5rem 0 1.2rem;font-size:1.1rem;letter-spacing:1px;margin-top:4rem;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;box-shadow:0 -2px 8px #1e3c7214;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.footer-content{display:flex;justify-content:center;align-items:flex-start;gap:4rem;max-width:1100px;margin:0 auto 1.5rem;flex-wrap:wrap}.footer-brand{flex:1 1 250px;text-align:left}.footer-brand h3{font-size:1.7rem;font-weight:800;margin-bottom:.5rem;color:#fff}.footer-desc{color:#e3f0ff;font-size:1.05rem;margin-bottom:.5rem;line-height:1.6}.footer-links{flex:1 1 180px;text-align:left}.footer-links h4{font-size:1.1rem;font-weight:700;margin-bottom:.7rem;color:#fff}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#e3f0ff;text-decoration:none;font-weight:500;transition:color .2s}.footer-links a:hover{color:#ff9800;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:1.5rem;padding-top:1rem;color:#e3f0ff;font-size:1rem;letter-spacing:1px}@media (max-width: 900px){.footer-content{flex-direction:column;gap:2rem;align-items:center;text-align:center}.footer-brand,.footer-links{text-align:center}}@media (max-width: 600px){.footer{font-size:1.05rem;padding:1.2rem 0;margin-top:2rem;border-top-left-radius:1rem;border-top-right-radius:1rem}.footer-content{gap:1.2rem}.footer-brand h3{font-size:1.2rem}}.App-Container{background-color:#eee;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start}body,#root{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 0 auto;display:flex;flex-direction:column}.footer{flex-shrink:0}.home-container{background:#fff;max-width:400px;margin:2rem auto;padding:2rem 2.5rem;border-radius:1.2rem;box-shadow:0 4px 24px #00000014;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.auth-container{background:#fff;max-width:400px;margin:2.5rem auto;padding:2.5rem 2.5rem 2rem;border-radius:1.2rem;box-shadow:0 4px 24px #0000001a;display:flex;flex-direction:column;align-items:center}.register-form{width:100%;display:flex;flex-direction:column;align-items:center}.modern-btn{background:linear-gradient(90deg,#4f8cff,#38c6ff);color:#fff;border:none;border-radius:.7rem;padding:.7rem 2.2rem;font-size:1.1rem;font-weight:600;cursor:pointer;margin:.5rem 0;box-shadow:0 2px 8px #4f8cff14;transition:background .2s,transform .1s}.modern-btn:hover{background:linear-gradient(90deg,#38c6ff,#4f8cff);transform:translateY(-2px) scale(1.04)}.modern-input{width:100%;padding:.7rem 1rem;border:1.5px solid #e0e7ef;border-radius:.6rem;font-size:1rem;margin-bottom:.7rem;background:#f8fafd;transition:border .2s}.modern-input:focus{border:1.5px solid #4f8cff;outline:none}.error-message{color:#ff3b3b;background:#ffeaea;border-radius:.5rem;padding:.5rem 1rem;margin-bottom:1rem;font-size:1rem;width:100%;text-align:center}.score{font-size:2.2rem;color:#4f8cff;margin:.2rem 0 .7rem}.message{font-size:1.1rem;color:#38c6ff;margin-top:.5rem;min-height:1.5rem}.auth-link{color:#4f8cff;text-decoration:none;font-weight:500;transition:color .2s}.auth-link:hover{color:#38c6ff;text-decoration:underline}.hero-section{background:linear-gradient(120deg,#f8fafc 60%,#e3f0ff);padding:3.5rem 1.5rem 2.5rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3rem;border-radius:1.5rem;box-shadow:0 6px 32px #1e3c7212;margin:2.5rem auto 2rem;max-width:1100px;position:relative;overflow:hidden}.hero-content{flex:1 1 350px;display:flex;flex-direction:column;gap:1.2rem}.hero-title{font-size:2.7rem;font-weight:800;color:#1e3c72;letter-spacing:1px;margin-bottom:.5rem}.hero-subtitle{font-size:1.3rem;color:#444;margin-bottom:1.2rem}.hero-cta{background:linear-gradient(90deg,#ff9800,#ffb347);color:#fff;font-size:1.2rem;font-weight:700;border:none;border-radius:.7rem;padding:.9rem 2.5rem;box-shadow:0 2px 12px #ff98001a;cursor:pointer;transition:background .2s,transform .1s}.hero-cta:hover{background:linear-gradient(90deg,#ffb347,#ff9800);transform:translateY(-2px) scale(1.04)}.hero-images{flex:1 1 350px;display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;align-items:center}.hero-img{width:110px;height:110px;object-fit:cover;border-radius:1.2rem;box-shadow:0 2px 16px #1e3c721a;background:#fff;border:2px solid #e3f0ff}.hero-icon{position:absolute;opacity:.08;font-size:7rem;color:#1e3c72;z-index:0}.section-title{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);font-size:2rem;font-weight:700;color:#1e3c72;margin-bottom:2rem;text-align:center;padding:2rem 0 1rem;background:linear-gradient(90deg,#f8fafc 60%,#e3f0ff)}@media (max-width: 600px){.section-title{font-size:1.2rem;padding:1.2rem 0 .7rem}}.product-section{max-width:1200px;margin:2.5rem auto;padding:2rem 1rem;background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #1e3c7212}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.product-card{background:#fff;border-radius:1.2rem;border:1.5px solid #e3f0ff;box-shadow:0 2px 8px #1e3c720a;padding:1.2rem 1rem 1rem;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,transform .1s,border .2s;min-height:340px}.product-card:hover{box-shadow:0 8px 32px #1e3c7221;border:1.5px solid #38c6ff;transform:translateY(-4px) scale(1.03)}.product-img{width:110px;height:110px;object-fit:cover;border-radius:1rem;margin-bottom:1rem;background:#f8fafc;border:2px solid #e3f0ff}.product-name{font-size:1.1rem;font-weight:600;color:#1e3c72;margin-bottom:.2rem;text-align:center}.product-desc{color:#555;font-size:.98rem;margin-bottom:.7rem;text-align:center;min-height:40px}.product-price{color:#ff9800;font-size:1.1rem;font-weight:700;margin-bottom:.7rem}.product-card .modern-btn{margin-top:auto;width:100%}.cart-section{max-width:700px;margin:2.5rem auto;padding:2rem 1rem;background:#fff;border-radius:1.2rem;box-shadow:0 4px 24px #1e3c7212}.cart-list{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}.cart-item{background:#f8fafc;border-radius:.8rem;box-shadow:0 2px 8px #1e3c720f;padding:1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.cart-item-info{flex:2;display:flex;flex-direction:column;gap:.2rem}.cart-item-name{font-weight:600;color:#1e3c72}.cart-item-price{color:#ff9800;font-weight:500}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.qty-btn{background:#e3f0ff;color:#1e3c72;border:none;border-radius:.5rem;font-size:1.1rem;font-weight:700;width:2.2rem;height:2.2rem;cursor:pointer;transition:background .2s}.qty-btn:hover{background:#1e3c72;color:#fff}.cart-item-qty{font-size:1.1rem;font-weight:600;color:#222}.cart-item-total{font-weight:700;color:#38c6ff;font-size:1.1rem}.cart-summary{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border-radius:.8rem;padding:1.2rem 1.5rem;box-shadow:0 2px 8px #1e3c720f}.cart-summary-value{color:#ff9800;font-size:1.2rem;font-weight:700}.product-hero-section{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;background:linear-gradient(120deg,#2e8b57,#a8e063);border-radius:1.5rem;box-shadow:0 6px 32px #1e3c7212;margin:2.5rem auto 2rem;max-width:1200px;padding:3rem 2.5rem;position:relative;overflow:hidden}.product-hero-content{flex:1 1 400px;display:flex;flex-direction:column;gap:1.2rem}.product-hero-title{font-size:2.7rem;font-weight:800;color:#fff;letter-spacing:1px;margin-bottom:.5rem}.product-hero-subtitle{font-size:1.2rem;color:#e6f5e9;margin-bottom:1.2rem;max-width:500px}.product-hero-btns{display:flex;gap:1.2rem}.hero-btn{font-size:1.1rem;font-weight:600;border-radius:.7rem;padding:.7rem 2.2rem;cursor:pointer;border:none;transition:background .2s,color .2s,box-shadow .2s}.hero-btn-primary{background:linear-gradient(90deg,#43e97b,#38f9d7);color:#fff;box-shadow:0 2px 12px #43e97b1a}.hero-btn-primary:hover{background:linear-gradient(90deg,#38f9d7,#43e97b)}.hero-btn-outline{background:#fff;color:#2e8b57;border:2px solid #2e8b57}.hero-btn-outline:hover{background:#2e8b57;color:#fff}.product-hero-img-wrap{flex:1 1 350px;display:flex;align-items:center;justify-content:center}.product-hero-img{width:340px;max-width:100%;border-radius:1.2rem;box-shadow:0 2px 16px #1e3c721a;background:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.hero-section{flex-direction:column;gap:2rem;padding:2.5rem 1rem 1.5rem}.hero-title{font-size:2.1rem}.hero-img{width:90px;height:90px}.product-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cart-section,.product-section{padding:1rem .2rem}.product-hero-section{flex-direction:column;gap:2rem;padding:2.5rem 1rem 1.5rem}.product-hero-title{font-size:2.1rem}.product-hero-img{width:220px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.hero-section{padding:1.2rem .2rem;border-radius:.7rem;margin:1rem .2rem 1.2rem}.hero-title{font-size:1.3rem}.hero-img{width:65px;height:65px}.cart-section,.product-section{margin:1rem .2rem;border-radius:.7rem}.product-hero-section{padding:1.2rem .2rem;border-radius:.7rem;margin:1rem .2rem 1.2rem}.product-hero-title{font-size:1.3rem}.product-hero-img{width:120px}.product-grid{grid-template-columns:1fr}}.center-hero{width:100vw;min-width:100vw;max-width:100vw;margin:0;border-radius:0;box-shadow:none;justify-content:center;align-items:center;text-align:center;background:linear-gradient(120deg,#1e3c72,#38c6ff);padding:3rem 0}@media (max-width: 600px){.center-hero{padding:1.5rem .2rem}}.center-hero-content{margin:0 auto;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.center-hero .product-hero-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:.7rem}.center-hero .product-hero-subtitle{color:#e3f0ff;font-size:1.2rem;margin-bottom:1.2rem}.center-hero .hero-btn-primary{background:linear-gradient(90deg,#ff9800,#ffb347);color:#fff;font-size:1.2rem;font-weight:700;border:none;border-radius:.7rem;padding:.9rem 2.5rem;box-shadow:0 2px 12px #ff98001a;cursor:pointer;transition:background .2s,transform .1s;margin-top:1rem}.center-hero .hero-btn-primary:hover{background:linear-gradient(90deg,#ffb347,#ff9800);transform:translateY(-2px) scale(1.04)}@media (max-width: 600px){.center-hero .product-hero-title{font-size:1.3rem}.center-hero-content{max-width:95vw;padding:0 .5rem}}.header{background:linear-gradient(90deg,#1e3c72,#2a5298);color:#fff;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #1e3c7214;position:sticky;top:0;z-index:100}.header h1{font-size:2rem;letter-spacing:2px;font-weight:800;color:#fff;margin:0}.header nav{display:flex;gap:1.5rem}.header a{color:#fff;text-decoration:none;font-weight:500;transition:color .2s;padding:.3rem .7rem;border-radius:.4rem}.header a:hover{color:#ff9800;background:#ff980014}@media (max-width: 900px){.header{flex-direction:column;align-items:flex-start;padding:1rem}.header nav{gap:1rem}.header h1{font-size:1.3rem}}
