.privacy-container{padding:2rem 0;min-height:100vh;background:var(--background-blue)}.privacy-content{margin:0 auto;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem}.privacy-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem!important;color:var(--text-primary)}.privacy-date,.privacy-title{text-align:center;font-family:Inter,sans-serif}.privacy-date{font-size:1rem;font-weight:600;color:var(--text-secondary);margin-bottom:2rem!important}.privacy-section{margin-bottom:2rem}.privacy-section-title{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem!important;margin-top:2rem!important;padding-bottom:.5rem}.privacy-section-title:first-child{margin-top:0!important}.privacy-subsection{margin-bottom:1.5rem;margin-left:1rem}.privacy-subsection-title{font-size:1.25rem;margin-bottom:.75rem!important;margin-top:1rem!important}.privacy-subsection-title,.privacy-subsubsection-title{font-family:Inter,sans-serif;font-weight:600;color:var(--text-primary)}.privacy-subsubsection-title{font-size:1.125rem;margin-bottom:.5rem!important;margin-top:.75rem!important}.privacy-text{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.privacy-text a{color:var(--primary-blue);text-decoration:none;transition:color .2s ease}.privacy-text a:hover{color:var(--primary-blue-hover);text-decoration:underline}.privacy-list{margin:.75rem 0 1rem 1.5rem;padding:0;list-style-type:disc}.privacy-list li{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem}.privacy-list li:last-child{margin-bottom:0}.privacy-list li p{margin:0;display:inline}@media (max-width:768px){.privacy-container{padding:1rem 0}.privacy-content{padding:1.5rem;margin:0 .5rem}.privacy-title{font-size:2rem}.privacy-section-title{font-size:1.5rem}.privacy-subsection-title{font-size:1.125rem}.privacy-subsubsection-title{font-size:1rem}.privacy-subsection{margin-left:.5rem}}@media (max-width:480px){.privacy-content{padding:1rem;margin:0 .25rem}.privacy-title{font-size:1.75rem}.privacy-section-title{font-size:1.25rem}.privacy-subsection-title{font-size:1rem}.privacy-subsubsection-title{font-size:.9rem}}.typography{margin:0;font-family:Inter,sans-serif;line-height:1.4}.typography-h1{font-size:2.5rem!important;font-weight:800;line-height:1.2}.typography-h2{font-size:2rem!important;font-weight:700;line-height:1.3}.typography-h3{font-size:1.5rem!important;font-weight:600;line-height:1.3}.typography-h4{font-size:1.25rem!important;font-weight:600;line-height:1.4}.typography-h5{font-size:1.125rem!important;font-weight:500;line-height:1.4}.typography-paragraph{font-size:1rem;font-weight:400;line-height:1.6}@media (max-width:768px){.typography-h1{font-size:2rem}.typography-h2{font-size:1.75rem}.typography-h3{font-size:1.25rem}}.flex-container{display:flex}.footer-container{background:var(--white);border-top:1px solid var(--border-light);padding:var(--spacing-2xl) 0;margin-top:auto;box-shadow:0 -2px 8px rgba(0,0,0,.05)}.footer-nav-container a{color:var(--text-secondary);text-decoration:none;transition:all .2s ease;font-weight:500}.footer-nav-container a:hover{color:var(--primary-blue);text-decoration:none}.footer-nav-container div:first-child{color:var(--text-light);font-size:14px}.footer-logo-container{display:flex;flex-direction:column;gap:16px;align-items:flex-start}@media (max-width:768px){.footer-logo-container{align-items:center;width:100%}}.footer-copyright-container{display:flex;flex-direction:column;align-items:flex-start;gap:8px}@media (max-width:768px){.footer-copyright-container{align-items:center;width:100%}}.footer-copyright-text{display:flex;align-items:center;gap:8px}@media (max-width:768px){.footer-copyright-text{justify-content:center}}.footer-social-icons-container{display:flex;gap:12px}@media (max-width:768px){.footer-social-icons-container{justify-content:center}}.footer-main-container{display:flex;gap:60px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;margin-bottom:40px}@media (max-width:768px){.footer-main-container{flex-direction:column;align-items:center;gap:40px}}.footer-sections-container{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:160px;gap:160px;align-items:start}@media (max-width:1200px){.footer-sections-container{gap:80px}}@media (max-width:768px){.footer-sections-container{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px;justify-items:center}.footer-sections-container>div:first-child,.footer-sections-container>div:nth-child(2){grid-row:1}.footer-sections-container>div:nth-child(3){grid-row:2;grid-column:1/-1;justify-self:center}}.header-styled{background:var(--white);border-bottom:1px solid #e2e4ea;margin-bottom:20px;position:relative}.header-styled .container{padding:0 20px}@media (max-width:768px){.header-styled .container{padding:0 16px}}.header-styled .row{min-height:64px}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.header-styled-menu{display:flex;align-items:center;gap:32px;font-family:Inter,sans-serif;font-weight:600;font-size:16px;background-color:transparent;border:0;margin:0;padding:0}.nav-link{color:var(--text-primary);text-decoration:none;padding:8px 0;transition:color .2s ease;position:relative}.nav-link:hover{color:var(--primary-blue)}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-blue);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--primary-blue)}.nav-link.active:after{width:100%}@media (max-width:768px){.header-styled-menu{display:none}}.header-logo-container svg{cursor:pointer}@media (max-width:768px){.header-logo-container svg{width:120px;height:auto}}.desktop-signin{display:flex!important}.header-user-section{display:flex;align-items:center;gap:10px}.desktop-projects-button{display:flex!important}@media (max-width:768px){.desktop-projects-button{display:none!important}}.header-username{font-family:Source Sans\ 3,sans-serif;font-weight:600;font-size:14px;color:#2b2b2b}.dropdown-item{display:flex;gap:10px;align-items:center;cursor:pointer}@media (max-width:768px){.desktop-signin{display:none!important}.header-user-section{gap:8px}.header-username{display:none!important}}.header-mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:8px;border-radius:4px;flex-direction:column;gap:4px;transition:all .3s ease}.header-mobile-menu-button:hover{background-color:#f5f5f5}@media (max-width:768px){.header-mobile-menu-button{display:flex}}.header-mobile-menu-button .hamburger-line{width:24px;height:2px;background-color:var(--text-primary);transition:all .3s ease}.header-mobile-menu-button.active .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}.header-mobile-menu-button.active .hamburger-line:nth-child(2){opacity:0}.header-mobile-menu-button.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid #e2e4ea;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);z-index:1000;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content{padding:16px 20px;display:flex;flex-direction:column;gap:16px}.mobile-menu-link{color:var(--text-primary);text-decoration:none;padding:12px 0;font-family:Inter,sans-serif;font-weight:600;font-size:16px;transition:color .2s ease;border-bottom:1px solid transparent}.mobile-menu-link.active,.mobile-menu-link:hover{color:var(--primary-blue);border-bottom-color:var(--primary-blue)}.mobile-menu-divider{height:1px;background-color:#e2e4ea;margin:8px 0}.mobile-signin{margin-top:8px}@media (max-width:480px){.mobile-menu-content{padding:16px}}.styled-button{padding:10px 118px;margin:auto;width:302px;height:auto;font-family:Inter,sans-serif;font-size:16px;display:flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease;font-weight:500;text-decoration:none;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.styled-button:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.styled-button:active{transform:translateY(0)}.styled-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.styled-button-primary{background:linear-gradient(135deg,var(--primary-blue) 0,#2970e6 100%);color:#fff;border:none}.styled-button-primary:hover{background:linear-gradient(135deg,#2970e6,#1e5bb8)}.styled-button-default{background:#fff;color:var(--text-primary);border:1px solid var(--border-light)}.styled-button-default:hover{background:#f8fafc;border-color:var(--primary-blue)}.styled-button-text{background:transparent;color:var(--primary-blue);border:none;box-shadow:none}.styled-button-text:hover{background:var(--accent-blue);box-shadow:none}.styled-button-link{background:transparent;color:var(--primary-blue);border:none;box-shadow:none;text-decoration:underline}.styled-button-link:hover{color:var(--primary-blue-hover);box-shadow:none}.styled-button-dashed{background:#fff;color:var(--text-primary);border:1px dashed var(--border-light)}.styled-button-dashed:hover{border-color:var(--primary-blue);background:var(--accent-blue)}.styled-button-danger{background:var(--error);color:#fff;border:none}.styled-button-danger:hover{background:#e02d20}.styled-button-block{width:100%!important}.styled-button-small{padding:4px 12px;font-size:14px;height:28px}.styled-button-middle{padding:8px 16px;font-size:16px;height:36px}.styled-button-large{padding:12px 24px;font-size:18px;height:44px}.styled-button-loading{pointer-events:none}.button-loading-spinner{width:16px;height:16px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.styled-button{font-size:14px;padding:8px 16px;width:auto;min-width:120px}}.button-icon{display:flex;align-items:center;justify-content:center;margin-right:8px}.styled-button:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.styled-button:focus:not(:focus-visible){outline:none}.base-layout-container{height:100%;min-height:calc(100vh - 104px)}