*,:before,:after{box-sizing:border-box}:root{--bg:#0a1116;--bg1:#0f1519;--bg2:#151f24;--bg3:#1a2932;--text:#f1f4f8;--text-dark:#c1cdd9;--border:#2d3748;--primary:#63a1f1;--accent:#5ca9f6;--muted:#647d8b}html{width:100%;height:100%;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden auto}a{color:inherit;text-decoration:none}body{background:radial-gradient(ellipse at top, var(--bg2) 0%, var(--bg) 70%);background-attachment:fixed;width:100%;height:100%;margin:0;font-family:Alegreya Sans,Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}#root{width:100%;height:100%}.app{height:100%}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#ffffff05;border-bottom:1px solid #ffffff0f;flex-direction:row;justify-content:space-between;align-items:center;gap:12px;padding:12px 24px;display:flex;position:relative}.logo img{width:auto;height:40px;display:block}.logo-wrap{background:#6366f11a;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.nav-center{align-items:center;gap:8px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-right{align-items:center;gap:8px;display:flex}.nav-links{align-items:center;gap:8px;margin:auto;display:flex}.nav-btn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:8px 12px;transition:all .2s;display:flex}.nav-btn:hover{color:var(--text);background:#ffffff0f}.nav-center a.active .nav-btn,.nav-links a.active .nav-btn{color:var(--primary);background:#6366f11f}.signup-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:4px;padding:10px 16px;font-weight:500;transition:all .2s;display:flex;box-shadow:0 2px 8px #6366f14d}.signup-btn:hover{background:var(--accent);box-shadow:0 4px 12px #6366f166}.mobile-nav{margin-left:auto;display:none;position:relative}.menu-toggle{color:var(--text-dark);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px;transition:all .2s}.menu-toggle:hover{color:var(--text);background:#ffffff0f}.mobile-dropdown{background:var(--bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;border:1px solid #ffffff1a;border-radius:8px;min-width:180px;margin-top:8px;position:absolute;top:100%;right:0;box-shadow:0 8px 24px #0006}.mobile-nav-btn{text-align:left;border-radius:0;justify-content:flex-start;width:100%;padding:12px 16px}.mobile-nav-btn:first-child{border-radius:8px 8px 0 0}.mobile-nav-btn:last-child{border-radius:0 0 8px 8px}.mobile-dropdown a.active .mobile-nav-btn{color:var(--primary);background:#6366f126}@media (width<=768px){.desktop-nav{display:none}.mobile-nav{display:block}}button{background:inherit;cursor:pointer;color:inherit;border:none}.contact-email:hover{-webkit-text-decoration-color:var(--primary)!important;text-decoration-color:var(--primary)!important}.footer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffff05,#ffffff03);border-top:1px solid #ffffff0f;margin-top:4rem;padding:3rem 2rem 2rem}.footer-content{grid-template-columns:2fr .5fr .5fr .5fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.footer-section h3{color:var(--text);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.footer-section h4{color:var(--text);width:100%;margin:0 0 1rem;font-size:1rem;font-weight:500}.footer-section p{color:var(--text-dark);margin:0;font-size:.9rem;line-height:1.4}.footer-brand{align-items:center;gap:1rem;display:flex}.footer-logo{background:#6366f11a;border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;display:flex}.footer-logo img{width:auto;height:100px}.footer-nav{flex-direction:column;gap:.75rem;display:flex}.footer-nav a,.footer-link{color:var(--text-dark);align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.footer-nav a:hover,.footer-link:hover{color:var(--primary)}.footer-bottom{color:var(--text-dark);border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-bottom p{margin:0}@media (width<=768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}.homepage-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;overflow-x:hidden}.hero-section{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;width:100%;min-height:80vh;padding:4rem 0;display:flex}.hero-content{flex-direction:column;flex:1;align-items:center;min-width:0;max-width:100%;display:flex}.hero-title{color:var(--text);background:linear-gradient(135deg, var(--text), var(--primary)),;margin:0 0 2rem;font-size:4rem;font-weight:700;line-height:1.1}.gradient-text{background:linear-gradient(135deg, var(--primary), var(--accent));color:#0000;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-dark);max-width:600px;margin:0 0 3rem;font-size:1.25rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem;margin-bottom:1rem;display:flex}.primary-btn{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:5px;align-items:center;gap:.75rem;min-width:fit-content;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 20px #63a1f14d}.primary-btn:hover{transform:translateY(-1px);box-shadow:0 6px 30px #63a1f166}.secondary-btn{color:var(--text);cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.75rem;min-width:fit-content;padding:1.1rem 2rem;font-size:1.1rem;font-weight:500;transition:all .3s;display:flex}.secondary-btn:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.secondary-btn.hosting-cta{background:linear-gradient(135deg, var(--accent), var(--primary));color:#fff;border:1px solid var(--accent);box-shadow:0 4px 20px #5ca9f640}.secondary-btn.hosting-cta:hover{background:linear-gradient(135deg, var(--primary), var(--accent));box-shadow:0 6px 30px #5ca9f659}.hero-visual{flex:1;justify-content:center;min-width:0;max-width:100%;display:flex}.hero-placeholder{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#63a1f11a,#8b5cf60d);border:1px solid #ffffff14;border-radius:20px;justify-content:center;align-items:center;width:100%;min-width:400px;max-width:500px;height:300px;display:flex}.section-title{text-align:center;background:linear-gradient(135deg, var(--text), var(--primary));color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:3rem;font-weight:600}.section-description{color:var(--text-dark);text-align:center;max-width:800px;margin:0 auto 4rem;font-size:1.2rem;line-height:1.6}.section-header{margin-bottom:4rem}.concept-section{text-align:center;width:100%;padding:6rem 0}.concept-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.concept-card{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:2.5rem;transition:all .3s}.concept-card:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-4px)}.concept-card h3{color:var(--text);margin:1.5rem 0 1rem;font-size:1.4rem;font-weight:600}.concept-card p{color:var(--text-dark);margin:0;line-height:1.6}.workspaces-section{text-align:center;width:100%;padding:3rem 0}.workspaces-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.workspace-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .3s}.workspace-card:hover{border-color:var(--primary);background:#ffffff0d;box-shadow:0 8px 32px #63a1f11a}.workspace-icon{background:#63a1f11a;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.workspace-card h3{color:var(--text);margin:0 0 1rem;font-size:1.3rem;font-weight:600}.workspace-card p{color:var(--text-dark);margin:0;font-size:.95rem;line-height:1.6}.offline-section{width:100%;margin:0 auto;padding:6rem 0}.offline-visual,.collaboration-visual{flex:1;justify-content:center;min-width:300px;max-width:100%;display:flex}.offline-placeholder,.collaboration-placeholder{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#5ca9f61a,#63a1f10d);border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;width:100%;max-width:300px;height:240px;display:flex}.offline-content,.collaboration-content{flex:1;min-width:300px;max-width:560px}.offline-description,.collaboration-description{color:var(--text-dark);margin:0 0 1.5rem;font-size:1.1rem;line-height:1.7}.offline-features,.collaboration-features{flex-direction:column;gap:.5rem;display:flex}.offline-features span,.collaboration-features span{color:var(--text-dark);font-size:1rem}.collaboration-section{width:100%;margin:0 auto;padding:3rem 0}.collaboration-cta{margin-top:2rem}.collaboration-cta-card{text-align:center;background:linear-gradient(135deg,#5ca9f61a,#63a1f10d);border:2px solid #63a1f14d;border-radius:16px;max-width:400px;margin:0 auto;padding:2rem;box-shadow:0 8px 32px #63a1f11a}.collaboration-cta-title{color:var(--text);margin:0 0 1rem;font-size:1.4rem;font-weight:600}.collaboration-cta-text{color:var(--text-dark);margin:0 0 1.5rem;line-height:1.6}.collaboration-cta-pricing{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:1.5rem 0;display:flex}.collaboration-price-original{color:var(--text-dark);opacity:.6;font-size:1.3rem;font-weight:500;text-decoration:line-through}.collaboration-price-discount{color:#d4a017;font-size:2.2rem;font-weight:700}.collaboration-period{color:var(--text-dark);font-size:1rem;font-weight:400}.collaboration-billed-note{color:var(--text-dark);opacity:.7;margin:0 0 .5rem;font-size:.85rem;font-style:italic}.collaboration-upgrade-btn{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #63a1f14d}.collaboration-upgrade-btn:hover{transform:translateY(-1px);box-shadow:0 6px 30px #63a1f166}.audience-section{text-align:center;width:100%;margin:0 auto;padding:6rem 0}.hosting-section{text-align:center;background:linear-gradient(135deg,#5ca9f608,#63a1f105);width:100%;margin:0 auto;padding:6rem 0}.hosting-comparison{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.pricing-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;width:100%;max-width:320px;padding:2rem;transition:all .3s;display:flex;position:relative}.pricing-card:hover{background:#ffffff0d;border-color:#ffffff1f;transform:translateY(-4px)}.pricing-card.popular{border:2px solid var(--accent);background:linear-gradient(135deg,#5ca9f614,#63a1f10d)}.popular-badge{background:var(--accent);color:#fff;border-radius:12px;padding:4px 12px;font-size:.8rem;font-weight:500;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-header{text-align:center;border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:1.5rem}.pricing-title{color:var(--text);margin:0 0 .75rem;font-size:1.4rem;font-weight:600}.pricing-price{justify-content:center;align-items:center;gap:.25rem;margin-bottom:.5rem;display:flex}.price-amount{color:var(--accent);font-size:2.5rem;font-weight:700}.price-period{color:var(--text-dark);font-size:1rem;font-weight:400}.pricing-description{color:var(--text-dark);margin:0;font-size:.95rem}.pricing-features{flex-direction:column;flex-grow:1;gap:.75rem;margin-bottom:2rem;display:flex}.feature-item{align-items:center;gap:.75rem;display:flex}.feature-item span{color:var(--text-dark);font-size:.95rem;line-height:1.4}.feature-item.featured span,.feature-item strong{color:var(--text)}.pricing-button{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.pricing-button.primary{background:linear-gradient(135deg, var(--accent), var(--primary));color:#fff;box-shadow:0 4px 20px #5ca9f64d}.pricing-button.primary:hover{background:linear-gradient(135deg, var(--primary), var(--accent));transform:translateY(-1px);box-shadow:0 6px 30px #5ca9f666}.pricing-button.secondary{color:var(--text);background:#ffffff0d;border:1px solid #ffffff1a}.pricing-button.secondary:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.audience-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.audience-card{text-align:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;max-width:300px;padding:2rem;transition:all .3s}.audience-card:hover{background:#ffffff0a;border-color:#ffffff1a}.audience-icon{background:#5ca9f61a;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;display:flex}.audience-card h4{color:var(--text);margin:0 0 1rem;font-size:1.2rem;font-weight:600}.audience-card p{color:var(--text-dark);margin:0;font-size:.9rem;line-height:1.6}.cta-section{text-align:center;background:linear-gradient(135deg,#63a1f10d,#8b5cf605);border-radius:24px;width:100%;max-width:900px;margin:4rem auto;padding:6rem 0}.cta-content{flex-direction:column;align-items:center;max-width:600px;margin:0 auto;display:flex}.cta-title{background:linear-gradient(135deg, var(--text), var(--accent));color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 1.5rem;font-size:2.5rem;font-weight:600}.cta-description{color:var(--text-dark);margin:0 0 3rem;font-size:1.1rem;line-height:1.6}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.cta-button{cursor:pointer;white-space:nowrap;border:none;border-radius:5px;justify-content:center;align-items:center;gap:.75rem;min-width:170px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex}.cta-button.primary{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;box-shadow:0 6px 24px #63a1f14d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #63a1f166}.cta-button.secondary.hosting{color:var(--accent);background:#ffffff0d}.cta-button.secondary.hosting:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.cta-note{color:var(--muted);margin:2rem 0 0;font-size:.9rem;font-style:italic}@media (width<=768px){.homepage-container{padding:0 .75rem}.hero-section{text-align:center;flex-direction:column;gap:2rem;min-height:auto;padding:2rem 0}.hero-title{font-size:2.5rem}.hero-placeholder{height:200px}.section-title{font-size:2rem}.concept-grid,.workspaces-grid,.audience-grid{grid-template-columns:1fr;gap:1rem}.offline-section,.collaboration-section{padding:4rem 0}.offline-section>div,.collaboration-section>div{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem}.offline-content,.collaboration-content,.offline-visual,.collaboration-visual{min-width:100%;max-width:100%}.cta-title{font-size:2rem}.concept-section,.workspaces-section,.audience-section,.hosting-section{padding:4rem 0}.hosting-comparison{flex-direction:column;align-items:center}.pricing-card{background:#ffffff0d;border:2px solid #63a1f14d;border-radius:16px;max-width:100%;padding:2rem;transition:all .3s;position:relative;box-shadow:0 8px 32px #0000001a}.collaboration-cta-card{padding:1.5rem}}@media (width<=480px){.homepage-container{padding:0 .5rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem;width:100%}.primary-btn,.secondary-btn{justify-content:center;width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1rem}.hero-title{font-size:1.75rem;line-height:1.2}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.5rem;line-height:1.2}.section-description{font-size:1rem}.concept-card,.workspace-card{padding:1.5rem}.cta-button{padding:1rem 2rem;font-size:1.1rem}.concept-section,.workspaces-section,.audience-section,.offline-section,.collaboration-section,.cta-section,.hosting-section{padding:3rem 0}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}.cta-button{justify-content:center;width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1.1rem}.cta-button{justify-content:center;width:100%;max-width:280px}.hosting-upgrade-btn{justify-content:center;width:100%;max-width:280px;padding:1rem 1.5rem;font-size:1rem}.hosting-price{font-size:2rem}}.auth-container{box-sizing:border-box;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.auth-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:450px;padding:3rem;box-shadow:0 8px 32px #0000001a}.auth-title{text-align:center;background:linear-gradient(135deg, var(--text), var(--primary));color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:2.5rem;font-weight:600}.auth-subtitle{color:var(--text-dark);text-align:center;margin:0 0 2.5rem;font-size:1.1rem;line-height:1.5}.auth-tab-container{justify-content:center;margin-bottom:2.5rem;display:flex}.auth-tab-wrapper{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;position:relative;overflow:hidden}.auth-tab-indicator{background:var(--primary);z-index:0;border-radius:6px;width:calc(50% - 3px);height:calc(100% - 4px);position:absolute;top:2px}.auth-tab{cursor:pointer;z-index:1;color:var(--text-dark);background:0 0;border:none;padding:.75rem 1.5rem;font-weight:400;transition:color .2s;position:relative}.auth-tab.active{color:#fff;font-weight:500}.auth-tab:hover:not(.active){color:var(--text)}.auth-form-group{margin-bottom:1.5rem}.auth-input{width:100%;color:var(--text);box-sizing:border-box;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.auth-input:focus{border-color:var(--primary);background:#ffffff14;outline:none;box-shadow:0 0 0 3px #63a1f11a}.auth-input::placeholder{color:var(--muted)}.auth-submit-btn{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-bottom:1rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 20px #63a1f14d}.auth-submit-btn:hover:not(:disabled){box-shadow:0 6px 30px #63a1f166}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed;box-shadow:0 4px 20px #63a1f133}.auth-link-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 0;font-size:.95rem;text-decoration:underline;transition:color .2s}.auth-link-btn:hover{color:var(--accent)}.auth-error{color:#fca5a5;background:#dc26261a;border:1px solid #dc26264d;border-radius:8px;margin-top:1rem;padding:1rem;font-size:.9rem}.auth-success{color:#86efac;text-align:center;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:12px;padding:1.5rem}.auth-success p{margin:0 0 1rem;line-height:1.5}.auth-note{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;margin-top:2rem;padding:1.5rem}.auth-note p{color:var(--text-dark);margin:0;font-size:.9rem;line-height:1.5}.auth-note strong{color:var(--primary)}@media (width<=768px){.auth-container{padding:1rem .5rem}.auth-card{border-radius:16px;padding:2rem 1.5rem}.auth-title{font-size:2rem}.auth-subtitle{font-size:1rem}}@media (width<=480px){.auth-card{margin:.5rem;padding:1.5rem 1rem}.auth-title{font-size:1.75rem}.auth-tab{padding:.625rem 1rem;font-size:.9rem}.auth-input{padding:.875rem 1rem}.auth-submit-btn{padding:.875rem 1.5rem;font-size:1rem}}.legal-page{max-width:820px;margin:0 auto;padding:2rem 1.5rem 0}.legal-updated{text-align:center;color:var(--text-dark);opacity:.6;margin-bottom:2.5rem;font-size:.95rem}.legal-section{margin-bottom:2.25rem}.legal-section h2{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.35rem;font-weight:600}.legal-section h3{color:var(--text);margin:1.25rem 0 .5rem;font-size:1.1rem;font-weight:500}.legal-section p{color:var(--text-dark);margin-bottom:.75rem;font-size:.975rem;line-height:1.7}.legal-section ul{color:var(--text-dark);margin:.5rem 0 1rem 1.5rem;font-size:.975rem;line-height:1.7}.legal-section li{margin-bottom:.35rem}.legal-section a{color:var(--primary);-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .2s}.legal-section a:hover{-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}.legal-section strong{color:var(--text)}.legal-table-wrapper{margin:1rem 0;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;font-size:.925rem}.legal-table th,.legal-table td{text-align:left;border:1px solid var(--border);padding:.65rem 1rem}.legal-table th{background:var(--bg3);color:var(--text);font-weight:600}.legal-table td{color:var(--text-dark)}@media (width<=640px){.legal-page{padding:1.5rem 1rem 0}.legal-section h2{font-size:1.2rem}.legal-table th,.legal-table td{padding:.5rem .65rem;font-size:.85rem}}
