@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap";:root{--fib-1:8px;--fib-2:13px;--fib-3:21px;--fib-4:34px;--fib-5:55px;--fib-6:89px;--fib-7:144px;--color-bg:#fff;--color-bg-secondary:#f8f8f8;--color-line:#000;--color-text-main:#000;--color-text-sub:#666;--color-text-light:#999;--color-accent:#000;--color-accent-hover:#333;--navbar-height:70px}*{box-sizing:border-box}body,html{background-color:var(--color-bg);height:100%;color:var(--color-text-main);scroll-behavior:smooth;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Helvetica Neue,Helvetica,Arial,sans-serif;overflow-x:hidden}.splash-container{z-index:9999;background:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .6s;display:flex;position:fixed;top:0;left:0}.splash-center{flex-direction:column;align-items:center;display:flex}.logo-box{background:#fff;border:1.5px solid #000;padding:12px 42px}.logo-text{letter-spacing:.1em;text-transform:uppercase;font-family:Inter,sans-serif;font-size:36px;display:flex}.iter{font-weight:300}.ativo-container{display:flex;position:relative}.ativo-ghost{color:#0000;font-weight:900}.ativo-bg{color:#d1d1d1;font-weight:300;position:absolute;top:0;left:0}.ativo-fill{color:#000;white-space:nowrap;background:#fff;width:0%;height:100%;font-weight:900;animation:2.2s forwards loadFullBlack;position:absolute;top:0;left:0;overflow:hidden}.urban-lab{letter-spacing:.35em;text-transform:uppercase;color:#000;text-align:center;margin-top:16px;font-family:Inter,sans-serif;font-size:11px;font-weight:300}@keyframes loadFullBlack{0%{width:0%}to{width:100%}}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{margin-top:var(--navbar-height);flex:1;width:100%}.navbar-fixed{width:100%;height:var(--navbar-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #e5e5e5;position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 40px;display:flex}.navbar-brand{letter-spacing:.08em;text-transform:uppercase;align-items:baseline;gap:2px;font-family:Inter,sans-serif;font-size:20px;display:flex}.brand-iter{font-weight:300}.brand-ativo{font-weight:900}.brand-subtitle{letter-spacing:.3em;color:var(--color-text-sub);margin-left:8px;font-size:9px;font-weight:300}.navbar-nav{align-items:center;gap:32px;display:flex}.nav-link{color:var(--color-text-main);cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:14px;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--color-text-sub)}.nav-cta-btn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.nav-cta-btn:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.navbar-user{cursor:pointer;align-items:center;gap:12px;display:flex;position:relative}.navbar-user:hover .user-dropdown{opacity:1;pointer-events:auto}.user-avatar-nav{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.user-dropdown{opacity:0;pointer-events:none;background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:220px;padding:16px;transition:opacity .2s;position:absolute;top:50px;right:0;box-shadow:0 4px 12px #0000001a}.user-email-nav{color:var(--color-text-main);margin-bottom:12px;font-size:13px;font-weight:500;display:block}.nav-logout-btn{cursor:pointer;background:#f5f5f5;border:none;border-radius:6px;width:100%;padding:8px 12px;font-size:13px;font-weight:600;transition:background .2s}.nav-logout-btn:hover{background:#e5e5e5}.landing-container{width:100%}.hero-section{min-height:calc(100vh - var(--navbar-height));background:linear-gradient(#fff 0%,#f8f8f8 100%);justify-content:center;align-items:center;padding:80px 40px;display:flex}.hero-content{text-align:center;max-width:900px}.hero-title{letter-spacing:-.02em;margin:0 0 32px;font-size:4rem;font-weight:900;line-height:1.1}.hero-subtitle{color:var(--color-text-sub);max-width:700px;margin:0 auto 48px;font-size:1.25rem;line-height:1.7}.hero-stats{justify-content:center;gap:60px;margin-bottom:48px;display:flex}.stat-item{text-align:center}.stat-number{margin-bottom:8px;font-size:3rem;font-weight:900;line-height:1}.stat-label{color:var(--color-text-sub);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:600}.hero-cta-btn{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:12px;padding:18px 48px;font-size:1.1rem;font-weight:700;transition:all .2s;display:inline-flex}.hero-cta-btn:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.cta-arrow{font-size:1.4rem;font-weight:400}.hero-notice{color:var(--color-text-light);margin-top:24px;font-size:.85rem}.features-section{background:#fff;padding:100px 40px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;max-width:1200px;margin:0 auto;display:grid}.feature-card{border:1px solid #e5e5e5;border-radius:12px;padding:32px;transition:all .2s}.feature-card:hover{border-color:#000;transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.feature-icon{margin-bottom:16px;font-size:2.5rem}.feature-title{margin:0 0 8px;font-size:1.25rem;font-weight:700}.feature-description{color:var(--color-text-sub);margin:0;font-size:.95rem;line-height:1.6}.cta-section{background:var(--color-bg-secondary);text-align:center;padding:100px 40px}.cta-title{margin:0 0 40px;font-size:2.5rem;font-weight:900}.modules-container{max-width:1400px;margin:0 auto;padding:60px 40px 100px}.modules-header{text-align:center;margin-bottom:60px}.modules-title{margin:0 0 16px;font-size:3rem;font-weight:900}.modules-subtitle{color:var(--color-text-sub);margin:0;font-size:1.15rem}.modules-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;display:grid}.module-card-new{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:16px;flex-direction:column;height:100%;padding:32px;transition:all .3s;display:flex}.module-card-new:hover{border-color:#000;transform:translateY(-6px);box-shadow:0 12px 32px #0000001f}.module-card-icon{width:64px;height:64px;color:var(--color-accent);margin-bottom:24px}.module-card-content{flex:1}.module-card-title{text-transform:uppercase;letter-spacing:-.01em;margin:0 0 8px;font-size:1.5rem;font-weight:900}.module-card-subtitle{color:var(--color-text-sub);text-transform:uppercase;letter-spacing:1px;margin:0 0 16px;font-size:.85rem;font-weight:600}.module-card-description{color:var(--color-text-sub);margin:0;font-size:.95rem;line-height:1.6}.module-card-footer{border-top:1px solid #f0f0f0;margin-top:24px;padding-top:24px}.module-card-cta{color:var(--color-accent);font-size:.9rem;font-weight:600}.modal-fullscreen-desktop{z-index:2000;background-color:#fff;flex-direction:row;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.back-btn{z-index:99999;color:#fff;text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;background:#000;border:none;border-radius:6px;padding:10px 20px;font-size:11px;font-weight:700;transition:all .3s;position:fixed;top:21px;right:21px}.back-btn:hover{background:#ff3b30;transform:scale(1.05)}.iframe-loader{z-index:1000;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.contact-modal-wrapper{width:100%;height:100%;overflow-y:auto}.auth-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9998;background:#0009;width:100vw;height:100vh;animation:.3s fadeIn;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal-ios{z-index:9999;background:#fff;border-radius:20px;width:90%;max-width:440px;padding:40px 32px 32px;animation:.3s slideUp;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-close-btn{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:300;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.auth-close-btn:hover{color:#000;background:#e5e5e5}.auth-modal-header{text-align:center;margin-bottom:32px}.auth-modal-header svg{margin-bottom:16px}.auth-modal-title{color:#000;margin:0 0 8px;font-size:1.5rem;font-weight:700}.auth-modal-subtitle{color:#666;margin:0;font-size:.85rem;font-weight:400}.auth-tabs{background:#f5f5f5;border-radius:10px;gap:8px;margin-bottom:24px;padding:4px;display:flex}.auth-tab{color:#666;cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;padding:10px 0;font-size:.9rem;font-weight:600;transition:all .2s}.auth-tab.active{color:#000;background:#fff;box-shadow:0 2px 4px #0000001a}.auth-form-ios{flex-direction:column;gap:16px;display:flex}.auth-input-group-ios{flex-direction:column;gap:6px;display:flex}.auth-label-ios{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:600}.auth-input-ios{background:#fafafa;border:1.5px solid #e5e5e5;border-radius:10px;outline:none;padding:14px 16px;font-size:1rem;transition:all .2s}.auth-input-ios:focus{background:#fff;border-color:#000;box-shadow:0 0 0 3px #0000000d}.auth-submit-ios{color:#fff;cursor:pointer;background:#000;border:none;border-radius:10px;margin-top:8px;padding:14px;font-size:1rem;font-weight:600;transition:all .2s}.auth-submit-ios:hover:not(:disabled){background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.auth-submit-ios:disabled{cursor:not-allowed;background:#ccc}.auth-message-ios{text-align:center;border-radius:8px;padding:12px 16px;font-size:.85rem;font-weight:500}.auth-message-ios.success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.auth-message-ios.error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.auth-footer-ios{text-align:center;border-top:1px solid #f0f0f0;margin-top:20px;padding-top:20px}.auth-footer-ios p{color:#666;margin:0;font-size:.85rem}.auth-footer-ios button{color:#000;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.auth-footer-ios button:hover{color:#333}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1500;background:#0009;justify-content:center;align-items:center;width:100vw;height:100vh;padding:40px;display:flex;position:fixed;top:0;left:0}.modal-content-nav{background:#fff;border-radius:20px;max-width:900px;max-height:90vh;padding:60px 40px 40px;position:relative;overflow-y:auto}.modal-close-btn{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;font-weight:300;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.modal-close-btn:hover{color:#000;background:#e5e5e5}.app-footer{color:#fff;text-align:center;background:#000;padding:32px 40px;font-size:.85rem}.app-footer p{opacity:.8;margin:0}@media (width<=768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{flex-direction:column;gap:32px}.navbar-container{padding:0 20px}.navbar-nav{gap:16px}.nav-link{font-size:13px}.modules-grid,.features-grid{grid-template-columns:1fr}}.google-login-btn{cursor:pointer;background:#fff;border:1.5px solid #ddd;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:20px;padding:12px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.google-login-btn:hover{border-color:#4285f4;box-shadow:0 2px 8px #4285f433}.auth-divider{text-align:center;margin:24px 0;position:relative}.auth-divider:before,.auth-divider:after{content:"";background:#e5e5e5;width:45%;height:1px;position:absolute;top:50%}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-divider span{color:#999;background:#fff;padding:0 12px;font-size:.85rem}.modal-content-concept{background:#fff;border-radius:20px;max-width:800px;max-height:90vh;padding:60px 50px 50px;position:relative;overflow-y:auto}.concept-content{max-width:700px;margin:0 auto}.concept-icon{text-align:center;margin-bottom:24px;font-size:4rem}.concept-title{text-align:center;letter-spacing:-.02em;margin:0 0 12px;font-size:2.5rem;font-weight:900}.concept-tagline{text-align:center;color:#666;margin:0 0 40px;font-size:1.25rem;font-style:italic}.concept-body{font-size:1.05rem;line-height:1.8}.concept-body h3{margin:32px 0 16px;font-size:1.4rem;font-weight:700}.concept-body ul{margin:16px 0;padding-left:24px}.concept-body li{margin:12px 0}.concept-body strong{font-weight:600}.concept-quote{background:#f8f8f8;border-left:4px solid #000;margin:32px 0;padding:24px;font-size:1.15rem;font-style:italic;line-height:1.7}.modal-content-contact{background:#fff;border-radius:20px;max-width:700px;max-height:90vh;padding:60px 50px 50px;position:relative;overflow-y:auto}.contact-content{max-width:600px;margin:0 auto}.contact-icon{text-align:center;margin-bottom:20px;font-size:3.5rem}.contact-title{text-align:center;margin:0 0 8px;font-size:2.2rem;font-weight:900}.contact-subtitle{text-align:center;color:#666;margin:0 0 40px;font-size:1.1rem}.contact-body{line-height:1.7}.contact-section{border-bottom:1px solid #f0f0f0;margin-bottom:32px;padding-bottom:32px}.contact-section:last-of-type{border-bottom:none}.contact-section h3{margin:0 0 12px;font-size:1.2rem;font-weight:700}.contact-link{color:#000;margin-bottom:8px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.contact-link:hover{opacity:.7}.contact-note{color:#999;margin:4px 0 0;font-size:.9rem}.contact-footer-section{text-align:center;border-top:2px solid #000;margin-top:40px;padding-top:32px}.contact-footer-section p{color:#666;margin:8px 0}.feature-badge,.premium-badge,.basic-public-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-block}.feature-badge{color:#155724;background:#d4edda}.premium-badge{color:#721c24;background:#f8d7da}.basic-public-badge{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);margin-bottom:16px;padding:8px 16px;font-size:.8rem}.basic-public-section{text-align:center;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border:2px solid #000;border-radius:16px;margin:48px 0 32px;padding:40px}.basic-public-title{margin:0 0 16px;font-size:2rem;font-weight:900}.basic-public-description{color:#666;margin:0 0 24px;font-size:1.15rem}.hero-cta-btn.basic-cta{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none}.hero-cta-btn.basic-cta:hover{background:linear-gradient(135deg,#5568d3 0%,#654090 100%)}.hero-cta-btn.secondary{color:#000;background:#fff;border:2px solid #000}.hero-cta-btn.secondary:hover{color:#fff;background:#000}.divider-section{text-align:center;margin:40px 0}.divider-text{color:#999;padding:0 24px;font-size:.95rem;font-weight:500;display:inline-block;position:relative}.divider-text:before,.divider-text:after{content:"";background:#ddd;width:60px;height:1px;position:absolute;top:50%}.divider-text:before{margin-right:12px;right:100%}.divider-text:after{margin-left:12px;left:100%}.features-section-title{text-align:center;margin:0 0 60px;font-size:2.5rem;font-weight:900}.feature-card-large{text-align:center;border:2px solid #000;border-radius:20px;max-width:900px;margin:0 auto 60px;padding:60px}.feature-card-large.public{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%)}.feature-icon-large{margin-bottom:24px;font-size:4rem}.feature-title-large{text-transform:uppercase;margin:0 0 12px;font-size:2.5rem;font-weight:900}.feature-subtitle-large{color:#666;text-transform:uppercase;letter-spacing:1px;margin:0 0 24px;font-size:1.1rem;font-weight:600}.feature-description-large{color:#333;max-width:700px;margin:0 auto 32px;font-size:1.15rem;line-height:1.7}.feature-cta-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;padding:16px 40px;font-size:1.1rem;font-weight:700;transition:all .2s}.feature-cta-btn:hover{background:#333;transform:translateY(-2px)}.features-grid.premium{margin-top:60px}.feature-card.premium-card{padding-top:50px;position:relative}.modules-notice{text-align:center;color:#666;margin-top:16px;font-size:.95rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.cta-subtitle{color:#666;text-align:center;margin:0 0 32px;font-size:1.1rem}.online-users-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:900;background:#fffffff2;border:1px solid #e5e5e5;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex;position:fixed;top:80px;right:20px;box-shadow:0 4px 12px #0000001a}.users-count{color:#666;font-size:.85rem;font-weight:600}.users-avatars{gap:-8px;display:flex}.user-avatar-small{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:-8px;font-size:.75rem;font-weight:700;display:flex}.user-avatar-small:first-child{margin-left:0}.remote-cursor{pointer-events:none;z-index:1000;transition:all .1s linear;position:absolute}.cursor-label{color:#fff;white-space:nowrap;background:#667eea;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:600;position:absolute;top:20px;left:20px}.element-locked{opacity:.6;pointer-events:none;position:relative}.element-locked:after{content:"🔒";font-size:12px;position:absolute;top:4px;right:4px}.version-history-panel{right:0;top:var(--navbar-height);width:320px;height:calc(100vh - var(--navbar-height));z-index:800;background:#fff;border-left:1px solid #e5e5e5;padding:20px;position:fixed;overflow-y:auto}.version-item{cursor:pointer;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:12px;padding:16px;transition:all .2s}.version-item:hover{border-color:#000;box-shadow:0 2px 8px #0000001a}.version-meta{color:#999;margin-top:8px;font-size:.8rem}.version-restore-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:4px;margin-top:8px;padding:6px 12px;font-size:.8rem;font-weight:600}.autosave-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#666;z-index:900;background:#fffffff2;border:1px solid #e5e5e5;border-radius:8px;padding:8px 16px;font-size:.8rem;position:fixed;bottom:20px;left:20px}.autosave-indicator.saving{color:#667eea;font-weight:600}.autosave-indicator.saved{color:#28a745}@media (width<=768px){.basic-public-section{padding:24px}.feature-card-large{padding:32px 24px}.online-users-bar{padding:8px 12px;top:60px;right:10px}.version-history-panel{border-top:1px solid #e5e5e5;border-left:none;width:100%;height:auto;max-height:50vh;top:auto;bottom:0}.modal-content-concept,.modal-content-contact{padding:40px 24px}}.project-manager-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.project-manager-modal{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;animation:.3s slideUp;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.project-manager-header{border-bottom:1px solid #e5e5e5;padding:40px 40px 24px}.project-manager-header h2{margin:0 0 8px;font-size:2rem;font-weight:900}.project-manager-subtitle{color:#666;margin:0;font-size:.95rem}.project-manager-content{padding:32px 40px}.project-manager-section{margin-bottom:32px}.project-manager-section:last-child{margin-bottom:0}.project-manager-section h3{color:#000;margin:0 0 16px;font-size:1.1rem;font-weight:700}.project-input-group{gap:12px;display:flex}.project-name-input{border:2px solid #e5e5e5;border-radius:10px;flex:1;padding:14px 16px;font-size:1rem;transition:all .2s}.project-name-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.create-project-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:10px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .2s}.create-project-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.create-project-btn:disabled{opacity:.5;cursor:not-allowed}.recent-projects-list{flex-direction:column;gap:8px;display:flex}.recent-project-item{cursor:pointer;border:1px solid #e5e5e5;border-radius:12px;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.recent-project-item:hover{background:#f8f9ff;border-color:#667eea;transform:translate(4px)}.project-item-icon{flex-shrink:0;font-size:2rem}.project-item-info{flex:1;min-width:0}.project-item-name{color:#000;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:1rem;font-weight:600;overflow:hidden}.project-item-meta{color:#999;font-size:.85rem}.project-item-arrow{color:#999;flex-shrink:0;font-size:1.2rem}.demo-project-btn{color:#666;cursor:pointer;background:#f8f8f8;border:2px dashed #ddd;border-radius:10px;width:100%;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .2s}.demo-project-btn:hover{color:#667eea;background:#fff;border-color:#667eea}.project-manager-footer{background:#fffbea;border-top:1px solid gold;border-radius:0 0 20px 20px;padding:24px 40px}.project-manager-footer p{color:#666;margin:0;font-size:.9rem;line-height:1.6}.login-link-inline{color:#667eea;font-weight:600;text-decoration:none;transition:color .2s}.login-link-inline:hover{color:#5568d3;text-decoration:underline}.share-button-container{position:relative}.share-project-btn{color:#000;cursor:pointer;background:#fff;border:2px solid #e5e5e5;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.share-project-btn:hover{background:#f8f9ff;border-color:#667eea;transform:translateY(-1px)}.share-tooltip{color:#fff;z-index:1000;background:#000;border-radius:8px;width:280px;padding:12px 16px;font-size:.85rem;animation:.3s tooltipSlide;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 8px 20px #0003}@keyframes tooltipSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.share-tooltip:before{content:"";background:#000;width:12px;height:12px;position:absolute;top:-6px;right:20px;transform:rotate(45deg)}.back-to-projects-btn{color:#666;cursor:pointer;background:#f5f5f5;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.back-to-projects-btn:hover{color:#000;background:#e5e5e5}.project-info{flex-direction:column;gap:4px;display:flex}.project-mode-badge{color:#666;background:#f8f8f8;border-radius:6px;width:fit-content;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}@media (width<=768px){.project-manager-header,.project-manager-content,.project-manager-footer{padding-left:24px;padding-right:24px}.project-input-group{flex-direction:column}.create-project-btn{width:100%}.share-tooltip{width:calc(100vw - 40px);left:50%;right:auto;transform:translate(-50%)}.share-tooltip:before{left:50%;right:auto;transform:translate(-50%)rotate(45deg)}}
