@charset "UTF-8";*{box-sizing:border-box}html,body{margin:0!important;padding:0!important}.landing-wrapper{font-family:Inter,sans-serif;background:linear-gradient(135deg,#1a0d2e,#2d1b69,#4c2885,#7c3aed,#a855f7);color:#fff;min-height:100vh;position:relative;display:flex;flex-direction:column;margin:0!important;padding:0!important;width:100%;overflow-x:hidden}.particles{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;width:4px;height:4px;background:#ffffffe6;border-radius:50%;animation:float 8s ease-in-out infinite,twinkle 2s ease-in-out infinite;opacity:.7;box-shadow:0 0 6px #a855f7cc}.particle:nth-child(2n){background:#c4b5fde6;animation:float 10s ease-in-out infinite,twinkle 2.5s ease-in-out infinite;animation-delay:-3s,-1s;width:3px;height:3px;opacity:.6;box-shadow:0 0 4px #c4b5fd99}.particle:nth-child(3n){background:#fff;animation:float 12s ease-in-out infinite,twinkle 1.8s ease-in-out infinite;animation-delay:-6s,-.5s;width:5px;height:5px;opacity:.8;box-shadow:0 0 8px #a855f7}.particle:nth-child(4n){background:#c084fccc;animation:float 14s ease-in-out infinite,twinkle 3s ease-in-out infinite;animation-delay:-9s,-1.5s;width:2px;height:2px;opacity:.5;box-shadow:0 0 3px #c084fc80}@keyframes float{0%{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(45deg)}50%{transform:translateY(-40px) rotate(180deg)}75%{transform:translateY(-15px) rotate(270deg)}to{transform:translateY(0) rotate(360deg)}}@keyframes twinkle{0%,to{opacity:.3;filter:brightness(.8) blur(0);box-shadow:0 0 3px currentColor}50%{opacity:1;filter:brightness(1.5) blur(0);box-shadow:0 0 12px currentColor}}@keyframes glow{0%{box-shadow:0 20px 60px #a855f74d}to{box-shadow:0 20px 60px #a855f799}}.container{display:flex;flex-direction:column;flex:1;position:relative;z-index:10;max-width:1200px;width:100%;margin:0 auto;padding:2rem;box-sizing:border-box;gap:3rem}.main-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%}.content-side{display:flex;flex-direction:column;justify-content:center;max-width:100%;width:100%}.content-side .logo-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.content-side .logo-section img{width:80px;height:80px;border-radius:50%;border:3px solid #a855f7;box-shadow:0 0 20px #a855f780;flex-shrink:0}.content-side .main-title{font-family:Cinzel,serif;font-size:clamp(3rem,6vw,4.5rem);font-weight:700;background:linear-gradient(135deg,#fff,#c084fc,#a855f7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(168,85,247,.5);margin:0;line-height:1.1}.content-side .description{font-size:1.2rem;color:#e2e8f0;margin-bottom:2rem;line-height:1.6}.content-side .features-list{list-style:none;margin:0 0 2.5rem;padding:0}.content-side .features-list li{color:#cbd5e1;margin-bottom:1rem;padding-left:2rem;position:relative;font-size:1.1rem}.content-side .features-list li:before{content:"⚔️";position:absolute;left:0;color:#a855f7;font-size:1.2rem}.content-side .cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.widget-section .clan-widget{background:#111827cc;border:1px solid rgba(168,85,247,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #a855f740;position:relative;overflow:hidden;font-size:.9rem;max-width:800px;width:100%}.widget-section .clan-widget:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(168,85,247,.15),transparent 70%);pointer-events:none}.widget-section .clan-widget .clan-widget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.widget-section .clan-widget .clan-widget-header h2{margin:0;font-size:1rem;font-weight:600;letter-spacing:.5px;background:linear-gradient(90deg,#fff,#a855f7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.widget-section .clan-widget .clan-widget-header .fetched-time{font-size:.7rem;color:#cbd5e1}.widget-section .clan-widget .clan-widget-error{background:#dc262626;border:1px solid rgba(220,38,38,.4);padding:.4rem .6rem;border-radius:6px;color:#fecaca;font-size:.7rem;margin-bottom:.5rem}.widget-section .clan-widget .clan-search-container{position:relative;margin-bottom:1rem}.widget-section .clan-widget .clan-search-container .clan-search-input{width:100%;padding:.8rem 1rem;background:#ffffff14;border:1px solid rgba(168,85,247,.3);border-radius:8px;color:#e2e8f0;font-size:.9rem;font-family:Inter,sans-serif;transition:all .3s ease}.widget-section .clan-widget .clan-search-container .clan-search-input::placeholder{color:#cbd5e1}.widget-section .clan-widget .clan-search-container .clan-search-input:focus{outline:none;border-color:#a855f799;background:#ffffff1f;box-shadow:0 0 0 2px #a855f733}.widget-section .clan-widget .clan-search-container .clan-search-clear{position:absolute;right:.8rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#cbd5e1;font-size:1.2rem;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.widget-section .clan-widget .clan-search-container .clan-search-clear:hover{color:#e2e8f0;background:#a855f733}.widget-section .clan-widget .clan-members-list{display:flex;flex-direction:column;gap:3px;max-height:300px;overflow:auto;scrollbar-width:thin;scrollbar-color:#a855f7 rgba(255,255,255,.05);border-radius:8px;padding:4px}.widget-section .clan-widget .clan-members-row{display:grid;grid-template-columns:90px 1fr 110px 60px;gap:.8rem;align-items:center;padding:.5rem .8rem;border-radius:8px;background:linear-gradient(90deg,#ffffff14,#ffffff08);border:1px solid rgba(255,255,255,.1);position:relative;font-family:Cinzel,serif;font-size:.75rem;letter-spacing:.3px;color:#e2e8f0;transition:all .2s ease}.widget-section .clan-widget .clan-members-row .name{font-family:Inter,sans-serif;font-size:.8rem;letter-spacing:.1px;font-weight:500;position:relative;cursor:pointer}.widget-section .clan-widget .clan-members-row .name .hover-hint{color:#cbd5e1;font-size:.7rem;font-style:italic}.widget-section .clan-widget .clan-members-row .xp{font-variant-numeric:tabular-nums;text-align:left;font-family:Inter,sans-serif;font-weight:600;font-size:.75rem}.widget-section .clan-widget .clan-members-row .stats-cell{display:flex;justify-content:left;align-items:center}.widget-section .clan-widget .clan-members-row:hover{border-color:#a855f7b3;box-shadow:0 0 0 1px #a855f780;background:linear-gradient(90deg,#ffffff1f,#ffffff0f);transform:translate(2px)}.widget-section .clan-widget .clan-members-head{font-weight:600;background:#a855f740;border-color:#a855f799;position:sticky;top:0;z-index:5}.widget-section .clan-widget .clan-members-empty,.widget-section .clan-widget .clan-members-more{text-align:center;padding:.6rem;font-size:.65rem;color:#cbd5e1;font-family:Inter,sans-serif}.widget-section .clan-widget .clan-members-more{cursor:pointer;background:none;border:1px solid rgba(168,85,247,.4);border-radius:20px;margin:.4rem auto 0;min-width:140px;transition:.25s;display:inline-block}.widget-section .clan-widget .clan-members-more:hover{color:#fff;border-color:#a855f7b3;box-shadow:0 0 8px #a855f780}.widget-section .clan-widget .rank{font-weight:600;text-shadow:0 0 4px rgba(168,85,247,.6)}.widget-section .clan-widget .rank-owner{color:#fbbf24}.widget-section .clan-widget .rank-deputy{color:#fde047}.widget-section .clan-widget .rank-leader{color:#fbbf24}.widget-section .clan-widget .rank-overseer{color:#f97316}.widget-section .clan-widget .rank-coordinator{color:#38bdf8}.widget-section .clan-widget .rank-organiser,.widget-section .clan-widget .rank-organizer{color:#10b981}.widget-section .clan-widget .rank-general{color:#6366f1}.widget-section .clan-widget .rank-captain{color:#a855f7}.widget-section .clan-widget .rank-lieutenant{color:#d946ef}.widget-section .clan-widget .rank-sergeant{color:#ec4899}.widget-section .clan-widget .rank-corporal{color:#f472b6}.widget-section .clan-widget .rank-recruit{color:#cbd5e1}.widget-section .clan-widget .rank-admin{color:#eab308}.widget-section .clan-widget .stats-button{background:#a855f733;border:1px solid rgba(168,85,247,.4);border-radius:6px;padding:.4rem .6rem;color:#e2e8f0;cursor:pointer;font-size:.9rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:28px}.widget-section .clan-widget .stats-button:hover{background:#a855f759;border-color:#a855f799;transform:scale(1.05);box-shadow:0 2px 8px #a855f74d}.widget-section .clan-widget .stats-button:active{transform:scale(.95)}.stats-tooltip-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.stats-tooltip{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#111827f2;border:1px solid rgba(168,85,247,.5);border-radius:16px;padding:1.5rem;box-shadow:0 20px 60px #000c,0 0 0 1px #a855f74d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:9999;min-width:600px;max-width:700px;max-height:85vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a855f7 rgba(255,255,255,.1)}.stats-tooltip::-webkit-scrollbar{width:8px}.stats-tooltip::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.stats-tooltip::-webkit-scrollbar-thumb{background:#a855f799;border-radius:4px}.stats-tooltip::-webkit-scrollbar-thumb:hover{background:#a855f7cc}.stats-tooltip .stats-tooltip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(168,85,247,.3)}.stats-tooltip .stats-tooltip-header h3{margin:0;color:#e2e8f0;font-size:1.2rem;font-weight:600;background:linear-gradient(90deg,#fff,#a855f7);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stats-tooltip .stats-tooltip-header .stats-tooltip-close{background:none;border:none;color:#cbd5e1;font-size:1.5rem;cursor:pointer;padding:.2rem;border-radius:4px;transition:all .2s ease}.stats-tooltip .stats-tooltip-header .stats-tooltip-close:hover{color:#e2e8f0;background:#a855f733}.stats-tooltip .stats-loading,.stats-tooltip .stats-error{text-align:center;padding:2rem;color:#cbd5e1;font-style:italic}.stats-tooltip .stats-error{color:#fca5a5}.stats-tooltip .stats-content .stats-section{margin-bottom:1.5rem}.stats-tooltip .stats-content .stats-section:last-of-type{margin-bottom:1rem}.stats-tooltip .stats-content .stats-section h4{color:#a855f7;font-size:.9rem;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(168,85,247,.3);text-transform:uppercase;letter-spacing:.5px}.stats-tooltip .stats-content .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.5rem;margin-bottom:1rem}.stats-tooltip .stats-content .skills-grid .skill-item{display:flex;flex-direction:column;align-items:center;padding:.5rem .3rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .2s ease;cursor:pointer;text-align:center}.stats-tooltip .stats-content .skills-grid .skill-item:hover{background:#ffffff1f;border-color:#a855f780;transform:translateY(-2px);box-shadow:0 4px 12px #a855f74d}.stats-tooltip .stats-content .skills-grid .skill-item.overall{background:#a855f726;border-color:#a855f766}.stats-tooltip .stats-content .skills-grid .skill-item.overall .skill-name{color:#a855f7;font-weight:600}.stats-tooltip .stats-content .skills-grid .skill-item.overall .skill-level{color:#a855f7}.stats-tooltip .stats-content .skills-grid .skill-item .skill-name{color:#e2e8f0;font-size:.7rem;font-weight:500;margin-bottom:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.stats-tooltip .stats-content .skills-grid .skill-item .skill-level{color:#10b981;font-size:.9rem;font-weight:600;font-variant-numeric:tabular-nums}.stats-tooltip .stats-content .activities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.stats-tooltip .stats-content .activities-grid .activity-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .2s ease}.stats-tooltip .stats-content .activities-grid .activity-item:hover{background:#ffffff14;border-color:#a855f74d}.stats-tooltip .stats-content .activities-grid .activity-item .activity-name{color:#e2e8f0;font-size:.8rem;font-weight:500}.stats-tooltip .stats-content .activities-grid .activity-item .activity-score{color:#f59e0b;font-size:.8rem;font-weight:600;font-variant-numeric:tabular-nums}.stats-tooltip .stats-content .activities-loading,.stats-tooltip .stats-content .activities-empty{text-align:center;padding:1rem;color:#cbd5e1;font-size:.8rem;font-style:italic}.stats-tooltip .stats-content .recent-activities{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.stats-tooltip .stats-content .recent-activities .recent-activity-item{padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .2s ease}.stats-tooltip .stats-content .recent-activities .recent-activity-item:hover{background:#ffffff14;border-color:#a855f74d}.stats-tooltip .stats-content .recent-activities .recent-activity-item .activity-date{color:#cbd5e1;font-size:.7rem;font-weight:500;margin-bottom:.25rem}.stats-tooltip .stats-content .recent-activities .recent-activity-item .activity-text{color:#e2e8f0;font-size:.8rem;font-weight:500;line-height:1.4;margin-bottom:.25rem}.stats-tooltip .stats-content .recent-activities .recent-activity-item .activity-details{color:#a855f7;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.stats-tooltip .stats-content .stats-note{text-align:center;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.stats-tooltip .stats-content .stats-note small{color:#cbd5e1;font-size:.75rem;font-style:italic}.skeleton{position:relative;overflow:hidden}.skeleton:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:skeleton-shimmer 1.5s infinite}.skeleton .skeleton-text{background:#ffffff0d;color:transparent!important;border-radius:4px;position:relative;overflow:hidden}@keyframes skeleton-shimmer{0%{left:-100%}to{left:100%}}.stats-empty{grid-column:1/-1;text-align:center;padding:1rem;color:#cbd5e1;font-size:.8rem;font-style:italic}.skill-xp-tooltip{position:fixed;z-index:10000;pointer-events:none}.skill-xp-tooltip .skill-xp-content{background:#111827f2;border:1px solid rgba(168,85,247,.6);border-radius:8px;padding:.75rem;box-shadow:0 8px 32px #000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);min-width:150px}.skill-xp-tooltip .skill-xp-content .skill-xp-name{color:#a855f7;font-weight:600;font-size:.9rem;margin-bottom:.5rem;text-align:center}.skill-xp-tooltip .skill-xp-content .skill-xp-details{display:flex;flex-direction:column;gap:.25rem}.skill-xp-tooltip .skill-xp-content .skill-xp-details span{color:#e2e8f0;font-size:.8rem;font-variant-numeric:tabular-nums}.skill-xp-tooltip .skill-xp-content .skill-xp-details span:first-child{color:#10b981}.skill-xp-tooltip .skill-xp-content .skill-xp-details span:last-child{color:#f59e0b}.btn{padding:1rem 2.5rem;border:none;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;min-width:160px}.btn-secondary{background:#5865f2;color:#fff;border:2px solid #5865F2;gap:.6rem;box-shadow:0 4px 15px #5865f24d}.btn-secondary:hover{background:#4752c4;border-color:#4752c4;color:#fff;transform:translateY(-3px);box-shadow:0 8px 25px #5865f280;text-decoration:none}.discord-icon{width:20px;height:20px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515a.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0a12.64 12.64 0 0 0-.617-1.25a.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057a19.9 19.9 0 0 0 5.993 3.03a.078.078 0 0 0 .084-.028a14.09 14.09 0 0 0 1.226-1.994a.076.076 0 0 0-.041-.106a13.107 13.107 0 0 1-1.872-.892a.077.077 0 0 1-.008-.128a10.2 10.2 0 0 0 .372-.292a.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127a12.299 12.299 0 0 1-1.873.892a.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028a19.839 19.839 0 0 0 6.002-3.03a.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419c0-1.333.956-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419c0-1.333.955-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.946 2.418-2.157 2.418z"/></svg>') no-repeat center;background-size:contain}.image-side{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.clan-image{max-width:90%;height:auto;max-height:500px;border-radius:20px;box-shadow:0 20px 60px #a855f766;animation:glow 3s ease-in-out infinite alternate;object-fit:contain;display:block}.widget-section{width:100%;display:flex;justify-content:center}.footer{margin-top:auto;padding:2rem 1rem 1rem;text-align:center;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(168,85,247,.3);z-index:20}.footer p{color:#cbd5e1;font-size:.9rem;margin:0}@media (max-width: 768px){.landing-wrapper{overflow:auto}.container{gap:2rem;padding:1rem}.main-content{grid-template-columns:1fr;grid-template-rows:auto auto;gap:2rem;text-align:center}.content-side{grid-row:2;max-width:100%;width:100%;align-items:center}.content-side .logo-section{margin-bottom:1.5rem;justify-content:center}.content-side .logo-section img{width:60px;height:60px}.content-side .main-title{font-size:clamp(2.5rem,10vw,3.5rem);text-align:center;margin-bottom:1rem}.content-side .description{text-align:center;margin-bottom:1.5rem;font-size:1.1rem}.content-side .features-list{align-items:center;margin-bottom:2rem;max-width:300px;margin-left:auto;margin-right:auto}.content-side .features-list li{font-size:1rem;margin-bottom:.8rem;text-align:left}.content-side .cta-buttons{justify-content:center}.content-side .btn{padding:1rem 2rem;font-size:1rem}.image-side{grid-row:1;width:100%;justify-content:center}.clan-image{max-width:250px;max-height:250px}.widget-section .clan-widget{max-width:100%;padding:1rem}.widget-section .clan-widget .clan-search-container .clan-search-input{padding:.7rem .9rem;font-size:.85rem}.footer{position:relative;margin-top:2rem;padding:1rem}.footer p{font-size:.85rem}}@media (max-width: 480px){.container{padding:.8rem}.main-content{gap:1.5rem}.content-side .logo-section img{width:50px;height:50px}.content-side .main-title{font-size:clamp(2rem,12vw,2.8rem)}.content-side .description{font-size:1rem}.content-side .features-list li{font-size:.95rem}.content-side .btn{padding:.9rem 1.8rem;font-size:.95rem}.clan-image{max-width:200px;max-height:200px}.widget-section .clan-widget{padding:1rem}.widget-section .clan-widget .clan-search-container .clan-search-input{padding:.6rem .8rem;font-size:.8rem}.widget-section .clan-widget .clan-search-container .clan-search-clear{right:.6rem;width:20px;height:20px;font-size:1rem}.widget-section .clan-widget .clan-members-row{grid-template-columns:80px 1fr 90px 50px;gap:.6rem;padding:.4rem .6rem;font-size:.7rem}.widget-section .clan-widget .clan-members-row .name{font-size:.75rem}.widget-section .clan-widget .clan-members-row .xp{font-size:.7rem}.widget-section .clan-widget .clan-members-row .stats-button{font-size:.8rem;min-width:28px;height:24px;padding:.2rem .4rem}.footer p{font-size:.8rem}.stats-tooltip{min-width:95vw;max-width:95vw;max-height:90vh;padding:1rem}.stats-tooltip .stats-tooltip-header h3{font-size:1rem}.stats-tooltip .stats-content .stats-section h4{font-size:.8rem}.stats-tooltip .stats-content .skills-grid{grid-template-columns:repeat(5,1fr);gap:.3rem}.stats-tooltip .stats-content .skills-grid .skill-item{padding:.3rem .2rem}.stats-tooltip .stats-content .skills-grid .skill-item .skill-name{font-size:.6rem}.stats-tooltip .stats-content .skills-grid .skill-item .skill-level{font-size:.8rem}.stats-tooltip .stats-content .activities-grid{grid-template-columns:1fr;gap:.3rem}.stats-tooltip .stats-content .activities-grid .activity-item{padding:.4rem .5rem}.stats-tooltip .stats-content .activities-grid .activity-item .activity-name,.stats-tooltip .stats-content .activities-grid .activity-item .activity-score{font-size:.75rem}.skill-xp-tooltip .skill-xp-content{padding:.5rem;min-width:120px}.skill-xp-tooltip .skill-xp-content .skill-xp-name{font-size:.8rem;margin-bottom:.3rem}.skill-xp-tooltip .skill-xp-content .skill-xp-details span{font-size:.7rem}}
