:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}@media (max-width: 768px){:root{font-size:15px}}@media (max-width: 576px){:root{font-size:14px}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;flex-direction:column;min-width:100%;min-height:100vh;width:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}@media (max-width: 768px){h1{font-size:2.5em}}@media (max-width: 576px){h1{font-size:2em}}h2{font-size:2.4em;line-height:1.2}@media (max-width: 768px){h2{font-size:2em}}@media (max-width: 576px){h2{font-size:1.75em}}h3{font-size:1.8em;line-height:1.3}@media (max-width: 768px){h3{font-size:1.5em}}@media (max-width: 576px){h3{font-size:1.25em}}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}@media (max-width: 576px){button{padding:.5em 1em}}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}img{max-width:100%;height:auto}.section{padding:5rem 0}@media (max-width: 768px){.section{padding:4rem 0}}@media (max-width: 576px){.section{padding:3rem 0}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background-color:var(--primary-color);color:#fff;box-shadow:0 2px 10px #0000001a;z-index:10;width:100%;position:sticky;top:0}.header__logo h1{font-size:1.5rem;font-weight:700;margin:0}.header__actions{display:flex;align-items:center;gap:1rem}.header__theme-toggle{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;transition:background-color .2s}.header__theme-toggle:hover{background-color:#ffffff1a}.header__menu-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;transition:background-color .2s}.header__menu-toggle:hover{background-color:#ffffff1a}.header__login-button{display:flex;align-items:center;gap:.5rem;background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s}.header__login-button:hover{background-color:#fff3}.user-menu{position:relative}.user-menu__toggle{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.user-menu__dropdown{position:absolute;top:calc(100% + .5rem);right:0;background-color:var(--bg-secondary);border-radius:.5rem;box-shadow:var(--card-shadow);width:240px;z-index:100;overflow:hidden}.user-menu__header{padding:1rem;border-bottom:1px solid var(--border-color)}.user-menu__name{font-weight:600;color:var(--text-color);margin-bottom:.25rem}.user-menu__email{font-size:.875rem;color:var(--text-secondary);word-break:break-all}.user-menu__divider{height:1px;background-color:var(--border-color)}.user-menu__list{list-style:none;padding:.5rem 0;margin:0}.user-menu__item{margin:0}.user-menu__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--text-color);text-decoration:none;transition:background-color .2s;width:100%;text-align:left}.user-menu__link:hover{background-color:var(--hover-color);text-decoration:none}.user-menu__link i{font-size:1.25rem;color:var(--text-secondary)}.user-menu__link--button{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit}.user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden;border:2px solid rgba(255,255,255,.2);transition:border-color .2s}.user-avatar:hover{border-color:#fff6}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--primary-light);color:var(--primary-color);font-weight:600;font-size:1.25rem}@media (max-width: 768px){.header{padding:.75rem 1rem}.header__menu-toggle{display:flex}}.icon-menu{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/%3E%3C/svg%3E")}.icon-close{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E")}.icon-moon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9c0-.46-.04-.92-.1-1.36-.98 1.37-2.58 2.26-4.4 2.26-2.98 0-5.4-2.42-5.4-5.4 0-1.81.89-3.42 2.26-4.4-.44-.06-.9-.1-1.36-.1z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9c0-.46-.04-.92-.1-1.36-.98 1.37-2.58 2.26-4.4 2.26-2.98 0-5.4-2.42-5.4-5.4 0-1.81.89-3.42 2.26-4.4-.44-.06-.9-.1-1.36-.1z'/%3E%3C/svg%3E")}.icon-login{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 7L9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5-5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8v14z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 7L9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5-5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8v14z'/%3E%3C/svg%3E")}.icon-logout{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4V5z'/%3E%3C/svg%3E")}.icon-settings{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E")}.layout{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100%;overflow-x:hidden;background-color:var(--bg-color);color:var(--text-color)}.layout__content{flex:1;display:flex}.layout__content--no-sidebar{display:block;padding:0;margin:0;width:100%}.main-content{flex:1;padding:2rem;overflow-y:auto;background:var(--bg-color);height:calc(100vh - 64px);width:100%;max-width:100%}.main-content--full{padding:0;margin:0;width:100%}.sidebar{width:250px;background:var(--bg-secondary);border-right:1px solid var(--border-color);transition:transform .3s ease;overflow-y:auto;height:calc(100vh - 64px);z-index:5}@media (max-width: 768px){.sidebar{position:fixed;top:60px;left:0;bottom:0;z-index:100;transform:translate(-100%)}.sidebar--open{transform:translate(0)}}.sidebar__nav{padding:1rem}.sidebar__list{list-style:none;padding:0;margin:0}.sidebar__item{margin-bottom:.5rem}.sidebar__item--active .sidebar__link{background:var(--primary-color);color:#fff}.sidebar__item--active .sidebar__link i{color:#fff}.sidebar__link{display:flex;align-items:center;padding:.75rem 1rem;color:var(--text-color);text-decoration:none;border-radius:8px;transition:all .3s ease}.sidebar__link:hover{background:rgba(var(--primary-rgb),.1)}.sidebar__link i{margin-right:1rem;color:var(--text-secondary);font-size:1.2rem}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99;display:none}@media (max-width: 768px){.sidebar-overlay{display:block}}[class^=icon-]{display:inline-block;width:1.5rem;height:1.5rem;background-color:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.icon-home{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E")}.icon-image{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z'/%3E%3C/svg%3E")}.icon-gallery{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-11-4l2.03 2.71L16 11l4 5H8l3-4zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-11-4l2.03 2.71L16 11l4 5H8l3-4zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z'/%3E%3C/svg%3E")}.icon-settings{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z'/%3E%3C/svg%3E")}.icon-history{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z'/%3E%3C/svg%3E")}.icon-images{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-11-4l2.03 2.71L16 11l4 5H8l3-4zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 16V4c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2zm-11-4l2.03 2.71L16 11l4 5H8l3-4zM2 6v14c0 1.1.9 2 2 2h14v-2H4V6H2z'/%3E%3C/svg%3E")}.icon-user{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E")}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 576px){.container{padding:0 1rem}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;cursor:pointer;position:relative;z-index:10}.btn--primary{background-color:var(--accent-color);color:#fff;border:2px solid var(--accent-color)}.btn--primary:hover{background-color:#d65b06;border-color:#d65b06;transform:translateY(-2px);box-shadow:0 4px 12px #f9731666}.btn--outline{background-color:#ffffffe6;color:var(--primary-color);border:2px solid var(--primary-color)}.btn--outline:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.btn--lg{padding:1rem 2rem;font-size:1.125rem}@media (max-width: 576px){.btn--lg{padding:.75rem 1.5rem;font-size:1rem}}.section-header{text-align:center;margin-bottom:3rem}@media (max-width: 576px){.section-header{margin-bottom:2rem}}.section-header .section-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}@media (max-width: 768px){.section-header .section-title{font-size:1.5rem}}@media (max-width: 576px){.section-header .section-title{font-size:1.25rem;margin-bottom:.75rem}}.section-header .section-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:700px;margin:0 auto}@media (max-width: 768px){.section-header .section-subtitle{font-size:1rem}}@media (max-width: 576px){.section-header .section-subtitle{font-size:.875rem;max-width:100%}}.home-page{overflow-x:hidden;width:100%}.hero{position:relative;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:6rem 0 8rem;overflow:hidden}@media (max-width: 768px){.hero{padding:4rem 0 6rem}}@media (max-width: 576px){.hero{padding:3rem 0 5rem}}.hero__container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:5}@media (max-width: 992px){.hero__container{flex-direction:column;text-align:center}}@media (max-width: 576px){.hero__container{padding:0 1rem}}.hero__content{flex:1;max-width:600px;position:relative;z-index:5}@media (max-width: 992px){.hero__content{max-width:100%;margin-bottom:3rem}}@media (max-width: 576px){.hero__content{margin-bottom:2rem}}.hero__title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}@media (max-width: 768px){.hero__title{font-size:2.5rem}}@media (max-width: 576px){.hero__title{font-size:2rem;margin-bottom:1rem}}@media (max-width: 320px){.hero__title{font-size:1.75rem}}.hero__subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9}@media (max-width: 768px){.hero__subtitle{font-size:1.125rem;margin-bottom:1.5rem}}@media (max-width: 576px){.hero__subtitle{font-size:1rem;margin-bottom:1.25rem}}.hero__actions{display:flex;gap:1rem;position:relative;z-index:10}@media (max-width: 992px){.hero__actions{justify-content:center}}@media (max-width: 576px){.hero__actions{flex-direction:column;gap:.75rem}.hero__actions .btn{width:100%}}.hero__image{flex:1;display:flex;justify-content:flex-end;max-width:50%;position:relative;z-index:4}.hero__image img{max-width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));animation:float 6s ease-in-out infinite}@media (max-width: 992px){.hero__image{justify-content:center;max-width:80%}}@media (max-width: 768px){.hero__image{max-width:70%}}@media (max-width: 576px){.hero__image{max-width:90%}.hero__image img{max-width:100%}}.hero__wave{position:absolute;bottom:0;left:0;width:100%;line-height:0;z-index:2}.hero__wave svg{width:100%;height:auto}.features{padding:5rem 0;background-color:var(--bg-color)}@media (max-width: 768px){.features{padding:4rem 0}}@media (max-width: 576px){.features{padding:3rem 0}}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 992px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features__grid{grid-template-columns:1fr;gap:1.5rem}}.feature-card{background-color:var(--bg-secondary);border-radius:.5rem;padding:2rem;box-shadow:var(--card-shadow);transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover)}@media (max-width: 768px){.feature-card{padding:1.75rem}}@media (max-width: 576px){.feature-card{padding:1.5rem}}.feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background-color:var(--primary-light);margin-bottom:1.5rem}.feature-card__icon i{font-size:2rem;color:var(--primary-color)}@media (max-width: 768px){.feature-card__icon{width:3.5rem;height:3.5rem}.feature-card__icon i{font-size:1.75rem}}@media (max-width: 576px){.feature-card__icon{width:3rem;height:3rem;margin-bottom:1rem}.feature-card__icon i{font-size:1.5rem}}.feature-card__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}@media (max-width: 768px){.feature-card__title{font-size:1.125rem}}@media (max-width: 576px){.feature-card__title{font-size:1rem;margin-bottom:.75rem}}.feature-card__description{color:var(--text-secondary);line-height:1.6;flex-grow:1}@media (max-width: 768px){.feature-card__description{line-height:1.5}}@media (max-width: 576px){.feature-card__description{font-size:.95rem;line-height:1.4}}.differentiators{padding:5rem 0;background-color:var(--bg-secondary)}@media (max-width: 768px){.differentiators{padding:4rem 0}}@media (max-width: 576px){.differentiators{padding:3rem 0}}.comparison{display:flex;flex-direction:column;gap:2rem}@media (max-width: 768px){.comparison{gap:1.75rem}}@media (max-width: 576px){.comparison{gap:1.5rem}}.comparison__item{background-color:var(--bg-color);border-radius:.5rem;overflow:hidden;box-shadow:var(--card-shadow);transition:transform .3s ease,box-shadow .3s ease}.comparison__item:hover{transform:translateY(-3px);box-shadow:var(--card-shadow-hover)}.comparison__header{background:linear-gradient(90deg,var(--primary-color) 0%,var(--secondary-color) 100%);padding:1.5rem 2rem;color:#fff}@media (max-width: 768px){.comparison__header{padding:1.25rem 1.75rem}}@media (max-width: 576px){.comparison__header{padding:1rem 1.5rem}}.comparison__title{font-size:1.25rem;font-weight:700;margin:0}@media (max-width: 768px){.comparison__title{font-size:1.125rem}}@media (max-width: 576px){.comparison__title{font-size:1rem}}.comparison__content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}@media (max-width: 768px){.comparison__content{gap:1.5rem;padding:1.75rem}}@media (max-width: 576px){.comparison__content{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem}}.comparison__others h4,.comparison__us h4{font-size:1.125rem;font-weight:700;margin-bottom:1rem;color:var(--text-color);display:flex;align-items:center}.comparison__others h4:before,.comparison__us h4:before{content:"";display:inline-block;width:1rem;height:1rem;border-radius:50%;margin-right:.75rem}@media (max-width: 768px){.comparison__others h4,.comparison__us h4{font-size:1rem;margin-bottom:.75rem}.comparison__others h4:before,.comparison__us h4:before{width:.875rem;height:.875rem;margin-right:.5rem}}@media (max-width: 576px){.comparison__others h4,.comparison__us h4{font-size:.875rem}.comparison__others h4:before,.comparison__us h4:before{width:.75rem;height:.75rem;margin-right:.5rem}}.comparison__others p,.comparison__us p{color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.comparison__others p,.comparison__us p{line-height:1.5}}@media (max-width: 576px){.comparison__others p,.comparison__us p{font-size:.95rem;line-height:1.4}}.comparison__others h4:before{background-color:var(--danger-color)}.comparison__us h4:before{background-color:var(--success-color)}.testimonials{padding:5rem 0;background-color:var(--bg-color)}@media (max-width: 768px){.testimonials{padding:4rem 0}}@media (max-width: 576px){.testimonials{padding:3rem 0}}.testimonials__slider{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 768px){.testimonials__slider{gap:1.5rem}}@media (max-width: 576px){.testimonials__slider{grid-template-columns:1fr;gap:1.25rem}}.testimonial-card{background-color:var(--bg-secondary);border-radius:.5rem;padding:2rem;box-shadow:var(--card-shadow);transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow-hover)}@media (max-width: 768px){.testimonial-card{padding:1.75rem}}@media (max-width: 576px){.testimonial-card{padding:1.5rem}}.testimonial-card__content{margin-bottom:1.5rem;flex-grow:1}@media (max-width: 576px){.testimonial-card__content{margin-bottom:1.25rem}}.testimonial-card__quote{font-size:1.125rem;color:var(--text-color);line-height:1.6;font-style:italic;position:relative;padding:0 1rem}.testimonial-card__quote:before,.testimonial-card__quote:after{content:'"';font-size:3rem;color:var(--primary-light);position:absolute;font-family:serif}.testimonial-card__quote:before{top:-1rem;left:-1rem}.testimonial-card__quote:after{bottom:-2rem;right:-1rem}@media (max-width: 768px){.testimonial-card__quote{font-size:1rem;line-height:1.5}.testimonial-card__quote:before,.testimonial-card__quote:after{font-size:2.5rem}}@media (max-width: 576px){.testimonial-card__quote{font-size:.95rem;line-height:1.4;padding:0 .75rem}.testimonial-card__quote:before,.testimonial-card__quote:after{font-size:2rem}.testimonial-card__quote:before{top:-.75rem;left:-.75rem}.testimonial-card__quote:after{bottom:-1.5rem;right:-.75rem}}.testimonial-card__author{display:flex;align-items:center;gap:1rem}@media (max-width: 576px){.testimonial-card__author{gap:.75rem}}.testimonial-card__avatar{width:3.5rem;height:3.5rem;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.testimonial-card__avatar{width:3rem;height:3rem}}@media (max-width: 576px){.testimonial-card__avatar{width:2.5rem;height:2.5rem}}.testimonial-card__info{flex-grow:1}.testimonial-card__name{font-size:1rem;font-weight:700;margin:0 0 .25rem;color:var(--text-color)}@media (max-width: 576px){.testimonial-card__name{font-size:.95rem;margin:0 0 .125rem}}.testimonial-card__position{font-size:.875rem;color:var(--text-secondary);margin:0}@media (max-width: 576px){.testimonial-card__position{font-size:.85rem}}.cta{padding:5rem 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;position:relative}@media (max-width: 768px){.cta{padding:4rem 0}}@media (max-width: 576px){.cta{padding:3rem 0}}.cta__content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:5}.cta__title{font-size:1.875rem;font-weight:800;margin-bottom:1.5rem}@media (max-width: 768px){.cta__title{font-size:1.5rem;margin-bottom:1.25rem}}@media (max-width: 576px){.cta__title{font-size:1.25rem;margin-bottom:1rem}}.cta__description{font-size:1.125rem;margin-bottom:2.5rem;opacity:.9}@media (max-width: 768px){.cta__description{font-size:1rem;margin-bottom:2rem}}@media (max-width: 576px){.cta__description{font-size:.95rem;margin-bottom:1.5rem}}.cta__actions{display:flex;justify-content:center;gap:1.5rem;position:relative;z-index:10}@media (max-width: 768px){.cta__actions{gap:1.25rem}}@media (max-width: 576px){.cta__actions{flex-direction:column;width:100%;max-width:300px;margin:0 auto;gap:1rem}.cta__actions .btn{width:100%}}.cta__actions .btn--outline{border-color:#fff;color:var(--primary-dark);background-color:#ffffffe6}.cta__actions .btn--outline:hover{background-color:#fff;color:var(--primary-color);box-shadow:0 4px 12px #ffffff4d}.cta__actions .btn--primary{background-color:var(--accent-color);border-color:var(--accent-color)}.cta__actions .btn--primary:hover{background-color:#d65b06;border-color:#d65b06;box-shadow:0 4px 12px #f9731666}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}[class^=icon-]{display:inline-block;width:100%;height:100%;background-color:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.icon-security{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'/%3E%3C/svg%3E")}.icon-brain{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z'/%3E%3C/svg%3E")}.icon-devices{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z'/%3E%3C/svg%3E")}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));padding:1rem}.login-container{display:flex;flex-direction:column;width:100%;max-width:480px;background-color:var(--bg-secondary);border-radius:.5rem;box-shadow:var(--card-shadow);overflow:hidden}.login-logo{padding:2rem;text-align:center;background-color:var(--bg-color);border-bottom:1px solid var(--border-color)}.login-logo h1{font-size:1.875rem;font-weight:700;margin-bottom:.5rem;color:var(--text-color)}.login-logo p{color:var(--text-secondary);font-size:1rem}.login-form{padding:2rem;display:flex;flex-direction:column;align-items:center}.login-form h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.login-form .login-description{color:var(--text-secondary);margin-bottom:2rem;text-align:center}.login-error{background-color:#ef44441a;color:var(--danger-color);padding:.75rem 1rem;border-radius:.375rem;margin-bottom:1.5rem;width:100%;text-align:center}.google-signin-button{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;background-color:#fff;color:#757575;border:1px solid #ddd;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a}.google-signin-button:hover{background-color:#f8f8f8;box-shadow:0 2px 4px #0000001a}.google-signin-button:active{background-color:#f1f1f1}.google-signin-button:disabled{opacity:.7;cursor:not-allowed}.google-signin-button .google-icon{width:24px;height:24px;margin-right:.75rem}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(0,0,0,.1);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 576px){.login-container{max-width:100%}.login-logo{padding:1.5rem}.login-logo h1{font-size:1.5rem}.login-form{padding:1.5rem}}.unauthorized-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--bg-color);padding:1rem}.unauthorized-container{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:480px;background-color:var(--bg-secondary);border-radius:.5rem;box-shadow:var(--card-shadow);padding:3rem 2rem}.unauthorized-icon{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;background-color:#ef44441a;color:var(--danger-color);border-radius:50%;margin-bottom:1.5rem;font-size:2.5rem}.unauthorized-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem;color:var(--text-color)}.unauthorized-message{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.unauthorized-user-info{background-color:var(--bg-color);padding:1rem;border-radius:.375rem;margin-bottom:2rem;width:100%}.unauthorized-user-info p{margin-bottom:.5rem;color:var(--text-secondary)}.unauthorized-user-info .user-email{font-weight:600;color:var(--text-color)}.unauthorized-actions{display:flex;flex-direction:column;gap:1rem;width:100%}.unauthorized-actions .button{width:100%}@media (min-width: 576px){.unauthorized-actions{flex-direction:row;justify-content:center}.unauthorized-actions .button{width:auto}}:root{--primary-color: #3b82f6;--primary-dark: #2563eb;--primary-light: rgba(59, 130, 246, .1);--secondary-color: #8b5cf6;--accent-color: #f97316;--danger-color: #ef4444;--success-color: #10b981;--warning-color: #f59e0b;--info-color: #06b6d4;--bg-color: #f9fafb;--bg-secondary: white;--bg-hover: #f3f4f6;--text-color: #111827;--text-secondary: #4b5563;--border-color: #e5e7eb;--sidebar-bg: white;--hover-color: #f3f4f6;--card-shadow: 0 4px 20px -1px rgba(0, 0, 0, .08), 0 2px 10px -1px rgba(0, 0, 0, .04);--card-shadow-hover: 0 10px 25px -3px rgba(0, 0, 0, .08), 0 4px 15px -2px rgba(0, 0, 0, .05)}.dark-theme{--primary-color: #3b82f6;--primary-dark: #2563eb;--primary-light: rgba(59, 130, 246, .2);--secondary-color: #8b5cf6;--accent-color: #f97316;--danger-color: #ef4444;--success-color: #10b981;--warning-color: #f59e0b;--info-color: #06b6d4;--bg-color: #111827;--bg-secondary: #1f2937;--bg-hover: #374151;--text-color: #f3f4f6;--text-secondary: #9ca3af;--border-color: #374151;--sidebar-bg: #1f2937;--hover-color: #374151;--card-shadow: 0 4px 20px -1px rgba(0, 0, 0, .3), 0 2px 10px -1px rgba(0, 0, 0, .2);--card-shadow-hover: 0 10px 25px -3px rgba(0, 0, 0, .4), 0 4px 15px -2px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.5}.button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none}.button--primary{background-color:var(--primary-color);color:#fff}.button--primary:hover{background-color:#291fd9}.button--primary:active{background-color:#251bc3}.button--secondary{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color)}.button--secondary:hover{background-color:var(--primary-light)}.button--secondary:active{background-color:#4f46e533}.button--small{font-size:.875rem;padding:.375rem .75rem}.button--medium{font-size:1rem;padding:.5rem 1rem}.button--large{font-size:1.125rem;padding:.75rem 1.5rem}.button:disabled{opacity:.6;cursor:not-allowed}.container{width:100%;max-width:100%;margin:0;padding:0 1rem}.card{background-color:var(--bg-secondary);border-radius:.5rem;box-shadow:var(--card-shadow);overflow:hidden}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em}p{margin-bottom:1rem}ul,ol{margin-bottom:1rem;padding-left:1.5rem}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}
