@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;500;600&display=swap";:root{--gold: #c9a84c;--gold-light: #e8c96b;--gold-dark: #a07830;--black: #0a0a0a;--dark: #111111;--dark-2: #1a1a1a;--dark-3: #222222;--gray: #444444;--gray-light: #888888;--white: #f5f0e8;--white-dim: #d4cfc7}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--black);color:var(--white);min-height:100vh;line-height:1.6}h1,h2,h3,h4{font-family:Playfair Display,serif}a{color:inherit;text-decoration:none}img{max-width:100%}#app{display:flex;flex-direction:column;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;padding:.75rem 2rem;border-radius:2px;font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:none;transition:all .3s ease;text-decoration:none}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--black)}.btn-gold:hover{background:linear-gradient(135deg,var(--gold-light),var(--gold));transform:translateY(-1px);box-shadow:0 8px 25px #c9a84c59}.btn-outline{background:transparent;border:1px solid var(--gold);color:var(--gold)}.btn-outline:hover{background:var(--gold);color:var(--black)}.btn-block{display:block;width:100%;text-align:center}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.4rem;font-size:.8rem;font-weight:500;color:var(--white-dim);letter-spacing:.05em;text-transform:uppercase}.form-group input{width:100%;padding:.85rem 1rem;background:var(--dark-3);border:1px solid var(--gray);border-radius:2px;color:var(--white);font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .3s ease;outline:none}.form-group input:focus{border-color:var(--gold)}.form-group input::placeholder{color:var(--gray-light)}.form-error{margin-top:.35rem;font-size:.8rem;color:#e74c3c}.alert{padding:.85rem 1rem;border-radius:2px;margin-bottom:1.25rem;font-size:.9rem}.alert-error{background:#c0392b1f;border:1px solid rgba(192,57,43,.4);color:#e74c3c}.alert-success{background:#27ae601f;border:1px solid rgba(39,174,96,.35);color:#2ecc71}.alert-warning{background:#c9a84c14;border:1px solid rgba(201,168,76,.3);color:var(--gold-light)}.divider{width:60px;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-light));margin:1rem auto}.divider-left{margin-left:0}.spinner{width:38px;height:38px;border:3px solid var(--dark-3);border-top:3px solid var(--gold);border-radius:50%;animation:spin .8s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.text-gold{color:var(--gold)}.gold-text{background:linear-gradient(135deg,var(--gold),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--gray);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}.fade-enter-active,.fade-leave-active{transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}.navbar[data-v-cec530c3]{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s ease,box-shadow .3s ease;padding:1.25rem 0}.navbar.scrolled[data-v-cec530c3]{background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px #c9a84c26;padding:.85rem 0}.nav-inner[data-v-cec530c3]{display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand[data-v-cec530c3]{display:flex;flex-direction:column;line-height:1.1;text-decoration:none}.brand-text[data-v-cec530c3]{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:900;letter-spacing:-.01em}.brand-sub[data-v-cec530c3]{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:500}.nav-links[data-v-cec530c3]{display:flex;align-items:center;gap:2rem}.nav-links a[data-v-cec530c3]{font-size:.85rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--white-dim);transition:color .2s ease;position:relative;padding-bottom:2px}.nav-links a[data-v-cec530c3]:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--gold);transition:width .3s ease}.nav-links a[data-v-cec530c3]:hover,.nav-links a.active[data-v-cec530c3]{color:var(--gold)}.nav-links a[data-v-cec530c3]:hover:after,.nav-links a.active[data-v-cec530c3]:after{width:100%}.nav-btn[data-v-cec530c3]{font-size:.8rem!important;padding:.5rem 1.25rem!important}.nav-user[data-v-cec530c3]{display:flex;align-items:center;gap:.75rem}.user-name[data-v-cec530c3]{font-size:.85rem;color:var(--gold-light);font-weight:500}.btn-logout[data-v-cec530c3]{font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:transparent;border:1px solid var(--gray);color:var(--gray-light);padding:.35rem .85rem;border-radius:2px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.btn-logout[data-v-cec530c3]:hover{border-color:#e74c3c;color:#e74c3c}.hamburger[data-v-cec530c3]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span[data-v-cec530c3]{display:block;width:24px;height:2px;background:var(--white);transition:all .3s ease}.hamburger span.open[data-v-cec530c3]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger span.open[data-v-cec530c3]:nth-child(2){opacity:0}.hamburger span.open[data-v-cec530c3]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.hamburger[data-v-cec530c3]{display:flex}.nav-links[data-v-cec530c3]{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:flex-start;padding:1.5rem;background:#0a0a0afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(201,168,76,.15);gap:1.25rem}.nav-links.open[data-v-cec530c3]{display:flex}.nav-btn[data-v-cec530c3]{width:100%;text-align:center!important}.nav-user[data-v-cec530c3]{width:100%}}.footer[data-v-fce86157]{background:var(--dark);border-top:1px solid rgba(201,168,76,.15);margin-top:auto}.footer-inner[data-v-fce86157]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4rem 1.5rem 3rem}.brand-text[data-v-fce86157]{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:900;display:block;margin-bottom:.2rem}.brand-sub[data-v-fce86157]{display:block;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:1rem}.footer-desc[data-v-fce86157]{font-size:.85rem;color:var(--gray-light);line-height:1.7}.footer-links[data-v-fce86157]{display:flex;flex-direction:column;gap:.5rem}.footer-links h4[data-v-fce86157],.footer-contact h4[data-v-fce86157]{font-family:Playfair Display,serif;font-size:.95rem;color:var(--gold);margin-bottom:.75rem;letter-spacing:.05em}.footer-links a[data-v-fce86157]{font-size:.85rem;color:var(--gray-light);transition:color .2s ease}.footer-links a[data-v-fce86157]:hover{color:var(--gold)}.footer-contact p[data-v-fce86157]{font-size:.85rem;color:var(--gray-light);margin-bottom:.5rem}.footer-price[data-v-fce86157]{margin-top:1rem;font-size:.85rem;color:var(--white-dim)!important;line-height:1.6}.price-value[data-v-fce86157]{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--gold)!important;font-weight:700}.footer-bottom[data-v-fce86157]{border-top:1px solid var(--dark-3);padding:1.25rem 0}.footer-bottom p[data-v-fce86157]{font-size:.78rem;color:var(--gray-light);text-align:center}.footer-policy-link[data-v-fce86157]{color:var(--gray-light);transition:color .2s ease}.footer-policy-link[data-v-fce86157]:hover{color:var(--gold)}@media(max-width:768px){.footer-inner[data-v-fce86157]{grid-template-columns:1fr;gap:2rem;padding:2.5rem 1.5rem 2rem}}
