@layer base{:root{--background:222 47% 11%;--foreground:210 40% 98%;--card:222 47% 14%;--card-foreground:210 40% 98%;--popover:222 47% 12%;--popover-foreground:210 40% 98%;--primary:187 85% 53%;--primary-foreground:222 47% 11%;--secondary:217 33% 22%;--secondary-foreground:210 40% 98%;--muted:217 33% 18%;--muted-foreground:215 20% 65%;--accent:187 85% 43%;--accent-foreground:222 47% 11%;--destructive:0 84% 60%;--destructive-foreground:210 40% 98%;--border:217 33% 25%;--input:217 33% 22%;--ring:187 85% 53%;--radius:.75rem;--ocean-deep:222 47% 8%;--ocean-surface:200 60% 30%;--wave:187 85% 53%;--ship-marker:45 93% 58%;--ship-marker-hover:45 93% 68%;--success:142 76% 36%;--success-foreground:210 40% 98%;--warning:38 92% 50%;--warning-foreground:222 47% 11%;--info:199 89% 48%;--info-foreground:210 40% 98%;--gradient-ocean:linear-gradient(180deg,#0f1729,#0f2e3d);--gradient-card:linear-gradient(135deg,#16213c,#10192d);--gradient-glow:radial-gradient(circle,rgba(33,213,237,.15) 0%,transparent 70%);--shadow-glow:0 0 30px rgba(33,213,237,.2);--shadow-card:0 8px 32px rgba(7,10,19,.5);--shadow-sm:0 1px 2px rgba(7,10,19,.3);--shadow-md:0 4px 6px rgba(7,10,19,.4);--shadow-lg:0 10px 15px rgba(7,10,19,.5);--shadow-xl:0 20px 25px rgba(7,10,19,.6);--sidebar-background:222 47% 11%;--sidebar-foreground:210 40% 98%;--sidebar-primary:187 85% 53%;--sidebar-primary-foreground:222 47% 11%;--sidebar-accent:217 33% 22%;--sidebar-accent-foreground:210 40% 98%;--sidebar-border:217 33% 25%;--sidebar-ring:187 85% 53%}.dark{--background:222 47% 11%;--foreground:210 40% 98%;--card:222 47% 14%;--card-foreground:210 40% 98%;--popover:222 47% 12%;--popover-foreground:210 40% 98%;--primary:187 85% 53%;--primary-foreground:222 47% 11%;--secondary:217 33% 22%;--secondary-foreground:210 40% 98%;--muted:217 33% 18%;--muted-foreground:215 20% 65%;--accent:187 85% 43%;--accent-foreground:222 47% 11%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217 33% 25%;--input:217 33% 22%;--ring:187 85% 53%}.light{--background:0 0% 100%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--primary:187 85% 40%;--primary-foreground:210 40% 98%;--secondary:220 14.3% 95.9%;--secondary-foreground:220 8.9% 46.1%;--muted:220 14.3% 95.9%;--muted-foreground:220 8.9% 46.1%;--accent:187 85% 40%;--accent-foreground:210 40% 98%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:220 13% 91%;--input:220 13% 91%;--ring:187 85% 40%}}@layer utilities{.bg-ocean-deep{background-color:hsl(var(--ocean-deep))}.bg-ocean-surface{background-color:hsl(var(--ocean-surface))}.bg-wave{background-color:hsl(var(--wave))}.text-wave{color:hsl(var(--wave))}.text-ship-marker{color:hsl(var(--ship-marker))}.bg-gradient-ocean{background:var(--gradient-ocean)}.bg-gradient-card{background:var(--gradient-card)}.shadow-glow{box-shadow:var(--shadow-glow)}.shadow-card{box-shadow:var(--shadow-card)}}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:#334766;border-radius:4px;-webkit-transition:background .2s;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#445e88}@keyframes pulse-ring{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(2)}}@keyframes wave-motion{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-pulse-ring{animation:pulse-ring 2s ease-out infinite}.animate-wave-motion{animation:wave-motion 3s ease-in-out infinite}.animate-shimmer{animation:shimmer 2s infinite;background:linear-gradient(to right,hsl(var(--muted)) 0,hsl(var(--accent)),hsl(var(--muted)));background-size:1000px 100%}*{border-color:hsl(var(--border));box-sizing:border-box;margin:0;padding:0}body{background:var(--gradient-ocean);color:hsl(var(--foreground));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;min-height:100vh}a{color:#06c;transition:color .2s}a:hover{color:#0052a3}.error-page[data-v-85ff61a3]{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem}.error-content[data-v-85ff61a3]{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-card);max-width:500px;padding:3rem 2rem;text-align:center}.error-page h1[data-v-85ff61a3]{color:hsl(var(--primary));font-size:6rem;margin-bottom:1rem;text-shadow:var(--shadow-glow)}.error-page p[data-v-85ff61a3]{color:hsl(var(--muted-foreground));font-size:1.25rem;margin-bottom:2rem}.home-link[data-v-85ff61a3]{align-items:center;background:hsl(var(--primary));border-radius:var(--radius);color:hsl(var(--primary-foreground));display:inline-flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.home-link[data-v-85ff61a3]:hover{background:hsl(var(--accent));box-shadow:var(--shadow-glow);transform:translateY(-2px)}.home-link span[data-v-85ff61a3]{font-size:1.25rem}
