.grecian-calculator-page .validation-area{display:flex;flex-direction:column;gap:6px}.grecian-calculator-page .validation-msg{display:flex;align-items:flex-start;gap:6px;padding:8px 12px;border-radius:var(--radius-sm);font-size:.78rem;font-weight:500;line-height:1.45}.grecian-calculator-page .validation-error{background:#fceeee;border:1px solid hsl(0,50%,82%);color:#862d2d}.grecian-calculator-page .validation-warning{background:#fcf7e8;border:1px solid hsl(45,60%,82%);color:#7d5f36}.grecian-calculator-page .validation-info,.grecian-calculator-page .validation-note{background:#f0f5fa;border:1px solid hsl(210,40%,88%);color:#4b6b8b}[data-theme=dark] .grecian-calculator-page .validation-error{background:#2e1919;border-color:#462a2a;color:#c98282}[data-theme=dark] .grecian-calculator-page .validation-warning{background:#2e2919;border-color:#463f2a;color:#bcb18f}[data-theme=dark] .grecian-calculator-page .validation-info,[data-theme=dark] .grecian-calculator-page .validation-note{background:#19242e;border-color:#2a3846;color:#8fa6bc}.grecian-calculator-page .hero{background:var(--bg-hero);padding:var(--space-3xl) var(--space-md) var(--space-2xl);text-align:center;position:relative;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%)}.grecian-calculator-page .hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,var(--bg-primary),transparent);pointer-events:none}.grecian-calculator-page .hero-content-wrap{position:relative;z-index:1;max-width:720px;margin:0 auto}.grecian-calculator-page .hero h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;margin-bottom:var(--space-sm);letter-spacing:-.03em}.grecian-calculator-page .hero p{font-size:clamp(1rem,2vw,1.15rem);color:#ffffffdb;max-width:640px;margin:0 auto}.grecian-calculator-page .hero-tip{display:inline-flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-lg);padding:var(--space-sm) var(--space-md);background:#ffffff1f;backdrop-filter:blur(8px);border-radius:var(--radius-full);color:#ffffffeb;font-size:.85rem;border:1px solid rgba(255,255,255,.15);text-align:left}.grecian-calculator-page .grecian-diagram{min-height:240px;padding:var(--space-md) var(--space-lg) var(--space-sm);display:flex;justify-content:center;align-items:center}.grecian-calculator-page .grecian-diagram svg{width:100%;max-width:clamp(300px,84vw,460px);height:auto}.grecian-calculator-page .grecian-diagram .pool-shape-fill{fill:#e8f4fd;stroke:#2563eb;stroke-width:2}[data-theme=dark] .grecian-calculator-page .grecian-diagram .pool-shape-fill{fill:#1f262e;stroke:#2e8ab8}.grecian-calculator-page .tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;background:none;color:#2563eb;font-size:14px;cursor:pointer;border-radius:50%;vertical-align:middle;margin-left:4px;transition:color .15s ease;line-height:1}.grecian-calculator-page .tooltip-trigger:hover,.grecian-calculator-page .tooltip-trigger:focus{color:#1d4ed8;outline:2px solid #2563EB;outline-offset:1px}.grecian-calculator-page .tooltip-card{position:absolute;z-index:100;max-width:240px;padding:10px 14px;background:#fff;color:#334155;font-size:13px;line-height:1.45;border-radius:8px;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease}.grecian-calculator-page .tooltip-card.visible{opacity:1;visibility:visible;pointer-events:auto}.grecian-calculator-page .tooltip-card .tooltip-arrow{position:absolute;bottom:-6px;left:20px;width:12px;height:12px;background:#fff;transform:rotate(45deg);box-shadow:2px 2px 4px #0000000f}.grecian-calculator-page .tooltip-card.below .tooltip-arrow{top:-6px;bottom:auto;box-shadow:-2px -2px 4px #0000000f}[data-theme=dark] .grecian-calculator-page .tooltip-card{background:#252b37;color:#c2ccd6;box-shadow:0 4px 12px #0006}[data-theme=dark] .grecian-calculator-page .tooltip-card .tooltip-arrow{background:#252b37}[data-theme=dark] .grecian-calculator-page .tooltip-trigger{color:#3c8cdd}.grecian-calculator-page .grecian-corner-mode-row{display:flex;align-items:center;gap:10px;margin-top:6px;margin-bottom:2px;flex-wrap:wrap}.grecian-calculator-page .grecian-corner-mode-label{font-size:.78rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em}.grecian-calculator-page .grecian-corner-toggle{display:inline-flex;border-radius:var(--radius-md, 8px);overflow:hidden;border:1px solid var(--border-color)}.grecian-calculator-page .grecian-corner-toggle button{padding:5px 14px;font-size:.78rem;font-weight:600;cursor:pointer;border:none;background:var(--bg-card, #fff);color:var(--text-secondary);transition:all var(--transition-fast, .15s ease)}.grecian-calculator-page .grecian-corner-toggle button.active{background:#2385e7;color:#fff}.grecian-calculator-page .grecian-corner-toggle button:not(.active):hover{background:var(--bg-tertiary)}.grecian-calculator-page .grecian-estimate-notice{padding:8px 12px;margin-top:4px;background:#f0f5fa;border:1px solid hsl(210,40%,88%);border-radius:var(--radius-sm);font-size:.78rem;font-weight:500;color:#4b6b8b;line-height:1.5;text-align:left}[data-theme=dark] .grecian-calculator-page .grecian-estimate-notice{background:#19242e;border-color:#2a3846;color:#8fa6bc}.grecian-calculator-page .left-column-stack{display:flex;flex-direction:column;gap:var(--space-md);min-width:0}.grecian-calculator-page .advanced-section{padding:0}.grecian-calculator-page .advanced-section .input-panel{width:100%}.grecian-calculator-page .advanced-input-fields{padding-top:var(--space-md)}.grecian-calculator-page .results-meta{margin-top:var(--space-md);padding-top:var(--space-sm);border-top:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:4px;text-align:left}.grecian-calculator-page .results-meta-line{font-size:.72rem;font-weight:600;color:#fffc;letter-spacing:.02em;line-height:1.4}.grecian-calculator-page .field{position:relative}.grecian-calculator-page .grecian-single-group{grid-template-columns:1fr}.grecian-calculator-page .derived-value-display{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;margin-top:4px;background:var(--color-input-disabled-bg, #f0f4f8);border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:.82rem;color:var(--color-input-disabled-text, #64748b)}.grecian-calculator-page .derived-value-display .derived-label{font-weight:500;font-style:italic}.grecian-calculator-page .derived-value-display .derived-val{font-weight:700;color:#156bc1;font-family:var(--font-family-mono)}.grecian-calculator-page .derived-value-display.derived-primary{background:#f0f5fa;border-color:#bfd1e3}[data-theme=dark] .grecian-calculator-page .derived-value-display.derived-primary{background:#1d2935;border-color:#364759}[data-theme=dark] .grecian-calculator-page .derived-value-display{background:#252e37}[data-theme=dark] .grecian-calculator-page .derived-value-display .derived-val{color:#5ab2f2}.grecian-calculator-page .accuracy-badge{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--radius-sm);font-size:.72rem;font-weight:600;line-height:1.4}.grecian-calculator-page .accuracy-badge.exact{background:#22c55e26;color:#ffffffe6}.grecian-calculator-page .accuracy-badge.estimated{background:#ffc10726;color:#ffffffe6}.grecian-calculator-page .grecian-advanced-note{margin-top:var(--space-sm);padding:8px 12px;background:#f0f5fa;border:1px solid hsl(210,40%,88%);border-radius:var(--radius-sm);font-size:.78rem;font-weight:500;color:#4b6b8b;line-height:1.5}[data-theme=dark] .grecian-calculator-page .grecian-advanced-note{background:#19242e;border-color:#2a3846;color:#8fa6bc}@media(max-width:640px){.grecian-calculator-page .grecian-diagram{min-height:200px;padding:var(--space-sm) var(--space-md)}.grecian-calculator-page .grecian-diagram svg{max-width:360px}}
