:root{--color-primary:#6aa8ff;--color-secondary:#b88fff;--color-joy:#ffb366;--color-calm:#38d67a;--color-reflect:#b88fff;--color-dark-base:#0f0f12;--color-dark-surface:#1a1a22;--color-dark-text:#e8e8f0;--color-dark-text-muted:rgba(232,232,240,.6);--color-light-bg:#fff;--color-light-text:#1a1a22;--color-light-text-muted:rgba(26,26,34,.6)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-light-bg);color:var(--color-light-text);transition:background-color .3s ease,color .3s ease}html.dark body{background-color:var(--color-dark-base);color:var(--color-dark-text)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{line-height:1.6;margin-bottom:1rem}a{color:var(--color-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-secondary)}button{font-family:inherit;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s ease}button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}button:active{transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed}input,select,textarea{font-family:inherit;font-size:1rem;padding:.75rem;border:1px solid rgba(106,168,255,.2);border-radius:.5rem;background-color:rgba(26,26,34,.5);color:var(--color-dark-text);transition:all .3s ease}html.dark input,html.dark select,html.dark textarea{background-color:rgba(26,26,34,.8);color:var(--color-dark-text)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(106,168,255,.1)}ol,ul{margin-left:2rem;margin-bottom:1rem}li{line-height:1.6}code{font-family:Courier New,Courier,monospace;background-color:rgba(106,168,255,.1);color:var(--color-primary);padding:.2rem .4rem;border-radius:.25rem;font-size:.9em}pre{background-color:var(--color-dark-surface);padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1rem}pre code{background-color:transparent;color:var(--color-dark-text);padding:0}img{max-width:100%;height:auto;display:block}table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}td,th{padding:1rem;text-align:left;border-bottom:1px solid rgba(106,168,255,.1)}th{background-color:rgba(106,168,255,.1);font-weight:600}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(106,168,255,.1)}::-webkit-scrollbar-thumb{background:rgba(106,168,255,.5);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(106,168,255,.7)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media print{body{background-color:#fff;color:#000}a{color:var(--color-primary)}button,input[type=button],input[type=submit]{display:none}}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}body{font-size:1rem}}@media (max-width:480px){h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1rem}button{padding:.6rem 1rem;font-size:.9rem}}.atrium-container{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.atrium-content{display:grid;grid-template-columns:1fr;gap:2rem;animation:fadeIn .3s ease-in}@media (min-width:768px){.atrium-content{grid-template-columns:1fr 1fr}}.atrium-card{background:linear-gradient(135deg,rgba(106,168,255,.1),rgba(184,143,255,.1));border:1px solid rgba(106,168,255,.2);border-radius:1rem;padding:1.5rem;backdrop-filter:blur(10px);transition:all .3s ease}.atrium-card:hover{border-color:rgba(106,168,255,.4);box-shadow:0 8px 24px rgba(106,168,255,.15);transform:translateY(-4px)}.atrium-header{gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid rgba(106,168,255,.2)}.atrium-header,.atrium-icon{display:flex;align-items:center}.atrium-icon{font-size:2rem;justify-content:center;width:3rem;height:3rem;background:rgba(106,168,255,.15);border-radius:.75rem}.atrium-title{font-size:1.5rem;font-weight:700}.atrium-title,html.dark .atrium-title{color:var(--color-dark-text)}.atrium-features{display:flex;flex-direction:column;gap:1rem}.atrium-feature{display:flex;gap:1rem;align-items:flex-start}.atrium-feature-icon{font-size:1.5rem;flex-shrink:0;margin-top:.25rem}.atrium-feature-content{flex:1}.atrium-feature-title{font-weight:600;margin-bottom:.25rem;font-size:1rem}.atrium-feature-description{font-size:.9rem;opacity:.8;line-height:1.5}.atrium-button{background:linear-gradient(135deg,#6aa8ff,#b88fff);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;transition:all .3s ease;font-size:1rem}.atrium-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(106,168,255,.3)}.atrium-button:active{transform:translateY(0)}.atrium-button-secondary{background:rgba(106,168,255,.2);color:var(--color-primary);border:1px solid rgba(106,168,255,.4)}.atrium-button-secondary:hover{background:rgba(106,168,255,.3);border-color:rgba(106,168,255,.6)}.atrium-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1rem 0}.atrium-badge{display:inline-block;background:rgba(56,214,122,.2);color:#38d67a;padding:.25rem .75rem;border-radius:2rem;font-size:.85rem;font-weight:600;border:1px solid rgba(56,214,122,.4)}.atrium-badge.accent{background:rgba(255,179,102,.2);color:#ffb366;border-color:rgba(255,179,102,.4)}.atrium-badge.primary{background:rgba(106,168,255,.2);color:#6aa8ff;border-color:rgba(106,168,255,.4)}.atrium-badge.secondary{background:rgba(184,143,255,.2);color:#b88fff;border-color:rgba(184,143,255,.4)}.atrium-section{margin:2rem 0;padding:2rem;background:rgba(106,168,255,.05);border-radius:1rem;border-left:4px solid var(--color-primary)}.atrium-section-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.atrium-section-content{line-height:1.8;opacity:.9}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.atrium-animate-in{animation:fadeIn .3s ease-in}.atrium-animate-pulse{animation:pulse 2s ease-in-out infinite}@media (max-width:768px){.atrium-container{padding:1rem}.atrium-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.atrium-section{padding:1.5rem}.atrium-title{font-size:1.25rem}}@media (max-width:480px){.atrium-card,.atrium-container{padding:1rem}.atrium-grid{grid-template-columns:1fr}.atrium-header{flex-direction:column;align-items:flex-start}}