:root{--primary: #FF7881;--primary-dark: #e86a73;--primary-light: #FCEEF5;--text: #333333;--text-light: #666666;--white: #ffffff;--gray-light: #f8f8f8;--shadow: 0 2px 20px rgba(0,0,0,.08);--radius: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);line-height:1.6;font-size:16px}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:600;line-height:1.3}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}.container{max-width:1140px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:14px 28px;border-radius:30px;font-weight:500;font-size:14px;transition:all .3s;cursor:pointer;border:none;text-align:center}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);color:var(--white)}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--white)}.admin-layout{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.admin-sidebar{background:var(--text);color:var(--white);padding:20px}.admin-sidebar a{color:#fffc;display:block;padding:12px 15px;border-radius:8px;margin-bottom:5px}.admin-sidebar a:hover,.admin-sidebar a.active{background:#ffffff1a;color:var(--white)}.admin-content{padding:30px;background:var(--gray-light)}.admin-card{background:var(--white);border-radius:var(--radius);padding:25px;box-shadow:var(--shadow);margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit}.form-group textarea{min-height:200px;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}@media(max-width:768px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:10px;z-index:100}.admin-sidebar a{padding:10px;margin:0}.admin-content{padding-bottom:80px}}:root{--primary: #FB5FAB;--primary-light: #FFF0F7;--primary-dark: #E0489A;--text: #2D2D2D;--text-light: #666666;--white: #FFFFFF;--gray-light: #F5F5F5;--shadow: 0 2px 10px rgba(0,0,0,.08);--radius: 12px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;color:var(--text);line-height:1.6;background:var(--white)}h1,h2,h3,h4{font-family:Outfit,sans-serif;font-weight:600;line-height:1.3}a{text-decoration:none;color:inherit;transition:color .2s}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:14px 30px;border-radius:50px;font-weight:500;font-size:15px;transition:all .3s;cursor:pointer;border:none}.btn-primary{background:var(--primary);color:#000}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:transparent}.btn-outline:hover{background:var(--primary);color:#000}.site-wrapper.svelte-12qhfyh{min-height:100vh;display:flex;flex-direction:column}main.svelte-12qhfyh{flex:1}.header.svelte-12qhfyh{position:sticky;top:0;background:var(--white);box-shadow:var(--shadow);z-index:100}.header-inner.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;padding:12px 20px}.logo.svelte-12qhfyh{display:flex;align-items:center}.logo-img.svelte-12qhfyh{height:50px;width:auto}.nav.svelte-12qhfyh{display:flex;align-items:center;gap:25px}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text);font-size:14px;font-weight:500}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--primary)}.nav.svelte-12qhfyh .tools-link:where(.svelte-12qhfyh){color:var(--primary);font-weight:600}.nav-toggle.svelte-12qhfyh{display:none;background:none;border:none;cursor:pointer;padding:10px}.nav-toggle.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:24px;height:2px;background:var(--text);margin:5px 0;transition:.3s}.footer.svelte-12qhfyh{background:var(--text);color:#fffc;padding:60px 0 30px;margin-top:auto}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-logo.svelte-12qhfyh{height:45px;width:auto;margin-bottom:15px;filter:brightness(0) invert(1)}.footer.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:var(--white);margin-bottom:20px;font-size:16px}.footer.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffffb3;display:block;margin-bottom:10px}.footer.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--white)}.footer-bottom.svelte-12qhfyh{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;text-align:center;font-size:14px}@media(max-width:968px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav.svelte-12qhfyh{display:none;position:fixed;top:70px;left:0;right:0;background:var(--white);flex-direction:column;padding:20px;box-shadow:var(--shadow);gap:15px}.nav.active.svelte-12qhfyh{display:flex}.nav-toggle.svelte-12qhfyh{display:block}.logo-img.svelte-12qhfyh{height:40px}.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;text-align:center}.footer-logo.svelte-12qhfyh{margin:0 auto 15px}}
