.translate-container{display:flex;align-items:center;justify-content:flex-end;margin:10px 20px;font-family:Arial,sans-serif;font-size:14px;color:#333}.translate-container label{margin-right:10px;font-weight:700}#google_translate_element select{padding:5px;border:1px solid #ccc;border-radius:4px;font-size:14px}header{background-color:var(--dark);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a}.logo{font-size:1.8rem;font-weight:700;color:var(--light)}nav ul{display:flex;list-style:none}nav ul li{margin-left:1.5rem}nav ul li a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s}nav ul li a:hover{color:var(--secondary)}search-results{margin:40px 0;padding:20px;background:#f9f9f9;border-radius:8px;display:none}.feature-icon{font-size:2.5rem;color:var(--primary);margin-bottom:1rem}.resources{background-color:#f9f9f9;padding:4rem 2rem}.resource-tabs{display:flex;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.tab-btn{padding:.8rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-size:1rem;cursor:pointer;transition:all .3s;margin:0 .5rem}.tab-btn.active{border-bottom:3px solid var(--primary);color:var(--primary);font-weight:700}.resource-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.resource-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:transform .3s}.resource-card:hover{transform:translateY(-5px)}.resource-img{height:150px;background-color:#eee;display:flex;align-items:center;justify-content:center;color:var(--dark);font-size:3rem}.resource-info{padding:1.5rem}.resource-info p{color:#666;margin-bottom:1rem;font-size:.9rem}.download-btn{display:inline-block;background-color:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .3s}.download-btn:hover{background-color:#2980b9}.page-header{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:4rem 2rem;text-align:center}.page-header h1{font-size:2.8rem;margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;margin-bottom:3rem;font-size:2.2rem;color:var(--dark)}.about-content{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:4rem}.about-text{flex:1;min-width:300px}.about-text h2{font-size:1.8rem;margin-bottom:1.5rem;color:var(--primary)}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;color:#555}.about-image{flex:1;min-width:300px;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.about-image img{width:100%;height:100%;object-fit:cover}.mission-vision{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.mission-card,.vision-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d}.mission-card h3,.vision-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary);display:flex;align-items:center}.mission-card h3:before{content:"🎯";margin-right:.8rem}.vision-card h3:before{content:"🔭";margin-right:.8rem}.team-section{margin-bottom:4rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-member{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;text-align:center;transition:transform .3s}.team-member:hover{transform:translateY(-10px)}.member-image{height:250px;overflow:hidden}.member-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.team-member:hover .member-image img{transform:scale(1.1)}.member-info{padding:1.5rem}.member-info h4{font-size:1.3rem;margin-bottom:.5rem;color:var(--dark)}.member-info p{color:var(--primary);margin-bottom:1rem;font-weight:500}.member-social{display:flex;justify-content:center;gap:1rem}.member-social a{color:var(--dark);font-size:1.2rem;transition:color .3s}.member-social a:hover{color:var(--primary)}.stats-section{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:4rem 0;margin-bottom:4rem;border-radius:23px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-item h3{font-size:3rem;margin-bottom:.5rem}.stat-item p{font-size:1.1rem;opacity:.9}.testimonials{margin-bottom:4rem}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000000d}.testimonial-text{font-style:italic;margin-bottom:1.5rem;color:#555;position:relative}.testimonial-text:before{content:'"';font-size:4rem;position:absolute;top:-1.5rem;left:-1rem;color:#0000000d;z-index:0}.testimonial-author{display:flex;align-items:center}.author-image{width:50px;height:50px;border-radius:50%;overflow:hidden;margin-right:1rem}.author-image img{width:100%;height:100%;object-fit:cover}.author-info h5{font-size:1.1rem;margin-bottom:.2rem}.author-info p{color:#777;font-size:.9rem}.cta-section{background-color:var(--dark);color:#fff;padding:4rem 2rem;text-align:center;border-radius:8px;margin-bottom:4rem}.cta-section h2{font-size:2rem;margin-bottom:1.5rem}.cta-section p{max-width:700px;margin:0 auto 2rem;font-size:1.1rem;opacity:.9}.cta-button{display:inline-block;background-color:var(--primary);color:#fff;padding:1rem 2rem;border-radius:4px;text-decoration:none;font-weight:500;font-size:1.1rem;transition:background-color .3s}.cta-button:hover{background-color:#2980b9}.exam-board-selector{display:flex;overflow-x:auto;padding:1rem 0;margin-bottom:2rem;scrollbar-width:thin}.board-btn{padding:.8rem 1.5rem;background:#fff;border:none;border-radius:30px;margin-right:.8rem;white-space:nowrap;cursor:pointer;box-shadow:0 2px 5px #0000001a;font-weight:500;transition:all .3s}.board-btn.active{background-color:var(--primary);color:#fff}.filter-group select{width:100%;padding:.7rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.papers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.paper-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:transform .3s}.paper-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.paper-header{background-color:var(--dark);color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.paper-year{background-color:var(--accent);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;font-weight:700}.paper-content{padding:1.5rem}.paper-title{font-size:1.2rem;margin-bottom:.5rem;color:var(--dark)}.paper-meta{color:#666;margin-bottom:1rem;font-size:.9rem}.paper-meta span{display:block;margin-bottom:.3rem}.paper-actions{display:flex;justify-content:space-between;margin-top:1rem}.btn{padding:.6rem 1rem;border-radius:4px;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s;text-align:center}.btn-primary{background-color:var(--primary);color:#fff;flex:1}.breadcrumb{display:flex;justify-content:center;list-style:none;padding:1rem 0;background-color:#f5f5f5}.breadcrumb li{margin:0 .5rem}.breadcrumb li:after{content:"›";margin-left:1rem;color:#999}.breadcrumb li:last-child:after{content:""}.breadcrumb a{color:var(--primary);text-decoration:none}.container{max-width:1200px;margin:2rem auto;padding:0 2rem}.filter-section{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 3px 10px #0000001a;margin-bottom:2rem}.filter-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.filter-group{flex:1;min-width:200px}.filter-group label{display:block;margin-bottom:.5rem;font-weight:500}.filter-group select,.filter-group input{width:100%;padding:.7rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.apply-filters{background-color:var(--primary);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .3s}.apply-filters:hover{background-color:#2980b9}.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.book-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:transform .3s;display:flex;flex-direction:column}.book-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.book-cover{height:200px;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;position:relative}.book-cover img{max-width:100%;max-height:100%;object-fit:contain}.book-badge{position:absolute;top:.5rem;right:.5rem;background-color:var(--accent);color:#fff;padding:.3rem .6rem;border-radius:20px;font-size:.8rem;font-weight:700}.book-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.book-author{color:#666;margin-bottom:.5rem;font-size:.9rem}.book-meta{display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem;border-top:1px solid #eee;font-size:.9rem;color:#666}.book-actions{display:flex;justify-content:space-between;margin-top:1rem}.btn{padding:.6rem 1rem;border-radius:4px;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s}.btn-primary{background-color:var(--primary);color:#fff;flex:1;text-align:center}.btn-primary:hover{background-color:#2980b9}.btn-secondary{background-color:#f0f0f0;color:var(--dark);margin-right:.5rem}.btn-secondary:hover{background-color:#e0e0e0}.pagination{display:flex;justify-content:center;margin-top:3rem}.pagination a{color:var(--dark);padding:.5rem 1rem;margin:0 .25rem;text-decoration:none;border:1px solid #ddd;border-radius:4px;transition:background-color .3s}.pagination a.active,.pagination a:hover{background-color:var(--primary);color:#fff;border-color:var(--primary)}footer{background-color:var(--dark);color:#fff;padding:3rem 2rem 0;text-align:center}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;text-align:left}.footer-column h3{margin-bottom:1.5rem;font-size:1.2rem;color:var(--primary);border-bottom:2px solid var(--primary);padding-bottom:.5rem}.footer-column h4{margin-bottom:1rem;font-size:1rem;color:var(--secondary)}.footer-column p{line-height:1.6;margin-bottom:1rem;color:#bdc3c7}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.8rem}.footer-column ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s;display:block;padding:.3rem 0}.footer-column ul li a:hover{color:var(--primary);transform:translate(5px)}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:var(--primary);color:#fff;border-radius:50%;text-decoration:none;transition:all .3s;font-size:1.2rem}.social-links a:hover{background-color:var(--secondary);transform:translateY(-3px);box-shadow:0 5px 15px #fbb2414d}.contact-info p{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem;color:#bdc3c7}.contact-info i{color:var(--primary);width:20px;text-align:center}.language-selector{margin-top:1.5rem}.language-selector h4{margin-bottom:.5rem;color:var(--secondary)}.footer-bottom{margin-top:2rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright p{margin:0;color:#bdc3c7;font-size:.9rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-links a{color:#bdc3c7;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-links a:hover{color:var(--primary)}@media (max-width: 768px){footer{padding:2rem 1rem 0}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-column{text-align:center}.social-links,.contact-info p{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-links{justify-content:center;gap:1rem}}@media (max-width: 480px){.footer-links{flex-direction:column;gap:.5rem}.social-links{gap:.5rem}.social-links a{width:35px;height:35px;font-size:1rem}}.search-info{display:flex;align-items:center;margin-left:1rem;color:#666;font-size:.9rem}.search-summary{background-color:#f8f9fa;padding:1rem;margin:1rem 0;border-radius:8px;border-left:4px solid var(--primary)}.search-summary p{margin:0;color:#666}.search-summary strong{color:var(--dark)}.no-results{text-align:center;padding:3rem 1rem;background-color:#f8f9fa;border-radius:8px;margin:2rem 0}.no-results h3{color:var(--dark);margin-bottom:1rem}.no-results p{color:#666;margin-bottom:1.5rem}.pagination-btn{background-color:#fff;border:1px solid #ddd;color:var(--dark);padding:.5rem 1rem;margin:0 .25rem;border-radius:4px;cursor:pointer;transition:all .3s;font-size:.9rem}.pagination-btn:hover:not(:disabled){background-color:var(--primary);color:#fff;border-color:var(--primary)}.pagination-btn.active{background-color:var(--primary);color:#fff;border-color:var(--primary)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.page-info{text-align:center;margin-top:1rem;color:#666;font-size:.9rem}.clear-filters{background-color:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s;margin-left:10px}.clear-filters:hover{background-color:#5a6268}.filter-info{display:flex;align-items:center;margin-left:1rem;color:#666;font-size:.9rem;font-weight:500}.filter-section input[type=text]{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px}.filter-section input[type=text]:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #fbb24133}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.toggle-filters{background-color:var(--primary);color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.toggle-filters:hover{background-color:#e69c2a}.apply-filters{background-color:#28a745;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s;margin-left:10px}.apply-filters:hover{background-color:#218838}.filter-section select:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.filter-section select:disabled option{color:#6c757d}.papers-listing .no-results{text-align:center;padding:3rem 1rem;background-color:#f8f9fa;border-radius:8px;margin:2rem 0}.papers-listing .no-results h3{color:var(--dark);margin-bottom:1rem}.papers-listing .no-results p{color:#666;margin-bottom:1.5rem}.paper-meta span{display:block;margin-bottom:.3rem;font-size:.85rem}@media (max-width: 768px){.clear-filters{margin-left:0;margin-top:10px;width:100%}.filter-info{margin-left:0;margin-top:10px;text-align:center}.filter-header{flex-direction:column;gap:1rem}.toggle-filters{width:100%}.apply-filters{margin-left:0;margin-top:10px;width:100%}}.terms-footer{margin-top:2rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border-left:4px solid var(--primary);text-align:center}.terms-footer p{margin:0;color:var(--dark);font-size:1.1rem}.policy-container h2{color:var(--dark);margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary);font-size:1.5rem}.policy-container h3{color:var(--dark);margin:1.5rem 0 .5rem;font-size:1.2rem}.policy-container p{line-height:1.6;color:#444;margin-bottom:1rem}.policy-container ul{margin:1rem 0 1rem 2rem}.policy-container li{margin-bottom:.5rem;line-height:1.5}.policy-container strong{color:var(--dark)}.policy-container .last-updated{text-align:right;font-style:italic;color:#666;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #eee}.form-group label{display:block;margin-bottom:5px;font-weight:600}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit}.form-group textarea{height:150px;resize:vertical}.feedback-btn{background-color:#3498db;color:#fff;border:none;padding:12px 20px;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s;margin-top:15px}.feedback-btn:hover{background-color:#2980b9}#whatsappBtn{background-color:#25d366;color:#fff;border:none;padding:12px 20px;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s;width:100%}#whatsappBtn:hover{background-color:#128c7e}.contact-method div{flex:1}.contact-method strong{display:block;margin-bottom:5px;color:var(--dark)}.contact-method div div{color:#666;margin-bottom:3px}.contact-method small{color:#999;font-size:.8rem}#app{max-width:1200px;margin:0 auto;padding:20px}h1{font-size:2.2rem;margin-bottom:10px}h2{color:var(--secondary-color);margin:25px 0 15px;padding-bottom:8px;border-bottom:2px solid var(--accent-color)}h3{color:var(--secondary-color);margin:20px 0 10px}p{margin-bottom:15px}ul,ol{margin-bottom:15px;padding-left:30px}li{margin-bottom:8px}.policy-container{background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin-bottom:30px}.last-updated{font-style:italic;color:#666;text-align:right;margin-bottom:20px}.info-table{width:100%;border-collapse:collapse;margin:20px 0}.info-table th,.info-table td{border:1px solid var(--border-color);padding:12px;text-align:left}.info-table th{background-color:var(--light-bg)}.info-table tr:nth-child(2n){background-color:#f9f9f9}.btn{display:inline-block;background:var(--primary-color);color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background .3s;margin:10px 5px;text-decoration:none}.btn:hover{background:var(--secondary-color)}@media (max-width: 768px){#app{padding:10px}.policy-container{padding:20px}h1{font-size:1.8rem}.info-table{display:block;overflow-x:auto}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#000000e6;color:#fff;padding:15px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;z-index:999}.cookie-banner p{margin-bottom:0;flex:1;min-width:200px}.cookie-banner-buttons{display:flex;gap:10px}.cookie-btn{padding:8px 15px;border:none;border-radius:4px;cursor:pointer;white-space:nowrap}.cookie-accept{background-color:#4caf50;color:#fff}.cookie-settings{background-color:transparent;color:#fff;border:1px solid white}.cookie-decline{background-color:#f44336;color:#fff}@media (max-width: 768px){header{flex-direction:column;padding:1rem}nav ul{margin-top:1rem}.hero h1{font-size:2rem}.search-bar{flex-direction:column}.search-bar input{border-radius:4px;margin-bottom:.5rem}.search-bar button{border-radius:4px;padding:.8rem}.filter-row{flex-direction:column}.book-card{max-width:100%}.search-info{margin-left:0;margin-top:1rem}.pagination{flex-wrap:wrap;gap:.5rem}.pagination-btn{padding:.4rem .8rem;font-size:.8rem}.contact-container{margin:20px 15px 40px;flex-direction:column}.contact-info,.contact-form{min-width:100%}}.wrapper{position:relative;overflow:hidden;padding:2%}.wrapper>input{-webkit-appearance:none;position:fixed;left:0;top:0;width:100%;height:100%;visibility:hidden;opacity:0;pointer-events:none}.periodic-table{display:grid;grid-gap:5px;grid-template-columns:repeat(18,1fr)}.element{position:relative;font-size:.5vw;padding-bottom:100%;cursor:pointer;color:#fff;transition:.5s}.element .overlay{position:fixed;z-index:1;inset:0;background-color:#101318;opacity:0;pointer-events:none;transition:.5s}.element .square{position:absolute;left:0;top:0;width:100%;height:100%;border:2px solid;box-sizing:border-box;background:#101318;display:flex;flex-direction:column;justify-content:center;align-items:center;transition-property:transform,z-index,left,right,top,bottom;transition-duration:.1s,0ms,.2s,.2s,.2s,.2s;transition-delay:0ms,.1s,0ms,0ms,0ms,0ms}.element .atomic-number{position:absolute;left:0;top:0;padding:2px}.element .label{text-align:center;transition:.2s}.element .symbol{font-size:1.7vw}.element .name{font-size:.7vw}.element .atomic-mass{position:absolute;left:0;right:0;bottom:0;padding:2px;text-align:center}.element .atomic-weight{position:absolute;right:0;top:0;list-style:none;margin:0;padding:2px;opacity:0;transition:.2s;text-align:right}.element .model{display:none;position:absolute;inset:-500%;transform:scale(.1)}.element .model .orbital{position:absolute;inset:0;border:5px solid;border-radius:50%;opacity:.25}.element .model .orbital:nth-child(1){margin:10%;animation-duration:40s}.element .model .orbital:nth-child(2){margin:15.5%;animation-duration:34s}.element .model .orbital:nth-child(3){margin:21%;animation-duration:28s}.element .model .orbital:nth-child(4){margin:26.5%;animation-duration:22s}.element .model .orbital:nth-child(5){margin:32%;animation-duration:16s}.element .model .orbital:nth-child(6){margin:37.5%;animation-duration:10s}.element .model .orbital:nth-child(7){margin:43%;animation-duration:4s}.element .model .orbital .electron{position:absolute;inset:0}.element .model .orbital .electron:before{content:"";position:absolute;left:calc(50% - .7vw);top:-.7vw;width:1.4vw;height:1.4vw;background-color:currentColor;border-radius:50%;opacity:.75}.element .model .orbital .electron:nth-last-child(1):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(2):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(2):first-child~.electron:nth-child(2){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(3):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(3):first-child~.electron:nth-child(2){transform:rotate(120deg)}.element .model .orbital .electron:nth-last-child(3):first-child~.electron:nth-child(3){transform:rotate(240deg)}.element .model .orbital .electron:nth-last-child(4):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(4):first-child~.electron:nth-child(2){transform:rotate(90deg)}.element .model .orbital .electron:nth-last-child(4):first-child~.electron:nth-child(3){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(4):first-child~.electron:nth-child(4){transform:rotate(270deg)}.element .model .orbital .electron:nth-last-child(5):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(5):first-child~.electron:nth-child(2){transform:rotate(72deg)}.element .model .orbital .electron:nth-last-child(5):first-child~.electron:nth-child(3){transform:rotate(144deg)}.element .model .orbital .electron:nth-last-child(5):first-child~.electron:nth-child(4){transform:rotate(216deg)}.element .model .orbital .electron:nth-last-child(5):first-child~.electron:nth-child(5){transform:rotate(288deg)}.element .model .orbital .electron:nth-last-child(6):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(6):first-child~.electron:nth-child(2){transform:rotate(60deg)}.element .model .orbital .electron:nth-last-child(6):first-child~.electron:nth-child(3){transform:rotate(120deg)}.element .model .orbital .electron:nth-last-child(6):first-child~.electron:nth-child(4){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(6):first-child~.electron:nth-child(5){transform:rotate(240deg)}.element .model .orbital .electron:nth-last-child(6):first-child~.electron:nth-child(6){transform:rotate(300deg)}.element .model .orbital .electron:nth-last-child(7):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(7):first-child~.electron:nth-child(2){transform:rotate(51.4285714286deg)}.element .model .orbital .electron:nth-last-child(7):first-child~.electron:nth-child(3){transform:rotate(102.8571428571deg)}.element .model .orbital .electron:nth-last-child(7):first-child~.electron:nth-child(4){transform:rotate(154.2857142857deg)}.element .model .orbital .electron:nth-last-child(7):first-child~.electron:nth-child(5){transform:rotate(205.7142857143deg)}.element .model .orbital .electron:nth-last-child(7):first-child~.electron:nth-child(6){transform:rotate(257.1428571429deg)}.element .model .orbital .electron:nth-last-child(7):first-child~.electron:nth-child(7){transform:rotate(308.5714285714deg)}.element .model .orbital .electron:nth-last-child(8):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(8):first-child~.electron:nth-child(2){transform:rotate(45deg)}.element .model .orbital .electron:nth-last-child(8):first-child~.electron:nth-child(3){transform:rotate(90deg)}.element .model .orbital .electron:nth-last-child(8):first-child~.electron:nth-child(4){transform:rotate(135deg)}.element .model .orbital .electron:nth-last-child(8):first-child~.electron:nth-child(5){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(8):first-child~.electron:nth-child(6){transform:rotate(225deg)}.element .model .orbital .electron:nth-last-child(8):first-child~.electron:nth-child(7){transform:rotate(270deg)}.element .model .orbital .electron:nth-last-child(8):first-child~.electron:nth-child(8){transform:rotate(315deg)}.element .model .orbital .electron:nth-last-child(9):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(9):first-child~.electron:nth-child(2){transform:rotate(40deg)}.element .model .orbital .electron:nth-last-child(9):first-child~.electron:nth-child(3){transform:rotate(80deg)}.element .model .orbital .electron:nth-last-child(9):first-child~.electron:nth-child(4){transform:rotate(120deg)}.element .model .orbital .electron:nth-last-child(9):first-child~.electron:nth-child(5){transform:rotate(160deg)}.element .model .orbital .electron:nth-last-child(9):first-child~.electron:nth-child(6){transform:rotate(200deg)}.element .model .orbital .electron:nth-last-child(9):first-child~.electron:nth-child(7){transform:rotate(240deg)}.element .model .orbital .electron:nth-last-child(9):first-child~.electron:nth-child(8){transform:rotate(280deg)}.element .model .orbital .electron:nth-last-child(9):first-child~.electron:nth-child(9){transform:rotate(320deg)}.element .model .orbital .electron:nth-last-child(10):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(10):first-child~.electron:nth-child(2){transform:rotate(36deg)}.element .model .orbital .electron:nth-last-child(10):first-child~.electron:nth-child(3){transform:rotate(72deg)}.element .model .orbital .electron:nth-last-child(10):first-child~.electron:nth-child(4){transform:rotate(108deg)}.element .model .orbital .electron:nth-last-child(10):first-child~.electron:nth-child(5){transform:rotate(144deg)}.element .model .orbital .electron:nth-last-child(10):first-child~.electron:nth-child(6){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(10):first-child~.electron:nth-child(7){transform:rotate(216deg)}.element .model .orbital .electron:nth-last-child(10):first-child~.electron:nth-child(8){transform:rotate(252deg)}.element .model .orbital .electron:nth-last-child(10):first-child~.electron:nth-child(9){transform:rotate(288deg)}.element .model .orbital .electron:nth-last-child(10):first-child~.electron:nth-child(10){transform:rotate(324deg)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(2){transform:rotate(32.7272727273deg)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(3){transform:rotate(65.4545454545deg)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(4){transform:rotate(98.1818181818deg)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(5){transform:rotate(130.9090909091deg)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(6){transform:rotate(163.6363636364deg)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(7){transform:rotate(196.3636363636deg)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(8){transform:rotate(229.0909090909deg)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(9){transform:rotate(261.8181818182deg)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(10){transform:rotate(294.5454545455deg)}.element .model .orbital .electron:nth-last-child(11):first-child~.electron:nth-child(11){transform:rotate(327.2727272727deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(2){transform:rotate(30deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(3){transform:rotate(60deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(4){transform:rotate(90deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(5){transform:rotate(120deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(6){transform:rotate(150deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(7){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(8){transform:rotate(210deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(9){transform:rotate(240deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(10){transform:rotate(270deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(11){transform:rotate(300deg)}.element .model .orbital .electron:nth-last-child(12):first-child~.electron:nth-child(12){transform:rotate(330deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(2){transform:rotate(27.6923076923deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(3){transform:rotate(55.3846153846deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(4){transform:rotate(83.0769230769deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(5){transform:rotate(110.7692307692deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(6){transform:rotate(138.4615384615deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(7){transform:rotate(166.1538461538deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(8){transform:rotate(193.8461538462deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(9){transform:rotate(221.5384615385deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(10){transform:rotate(249.2307692308deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(11){transform:rotate(276.9230769231deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(12){transform:rotate(304.6153846154deg)}.element .model .orbital .electron:nth-last-child(13):first-child~.electron:nth-child(13){transform:rotate(332.3076923077deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(2){transform:rotate(25.7142857143deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(3){transform:rotate(51.4285714286deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(4){transform:rotate(77.1428571429deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(5){transform:rotate(102.8571428571deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(6){transform:rotate(128.5714285714deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(7){transform:rotate(154.2857142857deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(8){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(9){transform:rotate(205.7142857143deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(10){transform:rotate(231.4285714286deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(11){transform:rotate(257.1428571429deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(12){transform:rotate(282.8571428571deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(13){transform:rotate(308.5714285714deg)}.element .model .orbital .electron:nth-last-child(14):first-child~.electron:nth-child(14){transform:rotate(334.2857142857deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(2){transform:rotate(24deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(3){transform:rotate(48deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(4){transform:rotate(72deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(5){transform:rotate(96deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(6){transform:rotate(120deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(7){transform:rotate(144deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(8){transform:rotate(168deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(9){transform:rotate(192deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(10){transform:rotate(216deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(11){transform:rotate(240deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(12){transform:rotate(264deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(13){transform:rotate(288deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(14){transform:rotate(312deg)}.element .model .orbital .electron:nth-last-child(15):first-child~.electron:nth-child(15){transform:rotate(336deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(2){transform:rotate(22.5deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(3){transform:rotate(45deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(4){transform:rotate(67.5deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(5){transform:rotate(90deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(6){transform:rotate(112.5deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(7){transform:rotate(135deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(8){transform:rotate(157.5deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(9){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(10){transform:rotate(202.5deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(11){transform:rotate(225deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(12){transform:rotate(247.5deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(13){transform:rotate(270deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(14){transform:rotate(292.5deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(15){transform:rotate(315deg)}.element .model .orbital .electron:nth-last-child(16):first-child~.electron:nth-child(16){transform:rotate(337.5deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(2){transform:rotate(21.1764705882deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(3){transform:rotate(42.3529411765deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(4){transform:rotate(63.5294117647deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(5){transform:rotate(84.7058823529deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(6){transform:rotate(105.8823529412deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(7){transform:rotate(127.0588235294deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(8){transform:rotate(148.2352941176deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(9){transform:rotate(169.4117647059deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(10){transform:rotate(190.5882352941deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(11){transform:rotate(211.7647058824deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(12){transform:rotate(232.9411764706deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(13){transform:rotate(254.1176470588deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(14){transform:rotate(275.2941176471deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(15){transform:rotate(296.4705882353deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(16){transform:rotate(317.6470588235deg)}.element .model .orbital .electron:nth-last-child(17):first-child~.electron:nth-child(17){transform:rotate(338.8235294118deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(2){transform:rotate(20deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(3){transform:rotate(40deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(4){transform:rotate(60deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(5){transform:rotate(80deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(6){transform:rotate(100deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(7){transform:rotate(120deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(8){transform:rotate(140deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(9){transform:rotate(160deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(10){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(11){transform:rotate(200deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(12){transform:rotate(220deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(13){transform:rotate(240deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(14){transform:rotate(260deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(15){transform:rotate(280deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(16){transform:rotate(300deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(17){transform:rotate(320deg)}.element .model .orbital .electron:nth-last-child(18):first-child~.electron:nth-child(18){transform:rotate(340deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(2){transform:rotate(18.9473684211deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(3){transform:rotate(37.8947368421deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(4){transform:rotate(56.8421052632deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(5){transform:rotate(75.7894736842deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(6){transform:rotate(94.7368421053deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(7){transform:rotate(113.6842105263deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(8){transform:rotate(132.6315789474deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(9){transform:rotate(151.5789473684deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(10){transform:rotate(170.5263157895deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(11){transform:rotate(189.4736842105deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(12){transform:rotate(208.4210526316deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(13){transform:rotate(227.3684210526deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(14){transform:rotate(246.3157894737deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(15){transform:rotate(265.2631578947deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(16){transform:rotate(284.2105263158deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(17){transform:rotate(303.1578947368deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(18){transform:rotate(322.1052631579deg)}.element .model .orbital .electron:nth-last-child(19):first-child~.electron:nth-child(19){transform:rotate(341.0526315789deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(2){transform:rotate(18deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(3){transform:rotate(36deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(4){transform:rotate(54deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(5){transform:rotate(72deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(6){transform:rotate(90deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(7){transform:rotate(108deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(8){transform:rotate(126deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(9){transform:rotate(144deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(10){transform:rotate(162deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(11){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(12){transform:rotate(198deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(13){transform:rotate(216deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(14){transform:rotate(234deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(15){transform:rotate(252deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(16){transform:rotate(270deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(17){transform:rotate(288deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(18){transform:rotate(306deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(19){transform:rotate(324deg)}.element .model .orbital .electron:nth-last-child(20):first-child~.electron:nth-child(20){transform:rotate(342deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(2){transform:rotate(17.1428571429deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(3){transform:rotate(34.2857142857deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(4){transform:rotate(51.4285714286deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(5){transform:rotate(68.5714285714deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(6){transform:rotate(85.7142857143deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(7){transform:rotate(102.8571428571deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(8){transform:rotate(120deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(9){transform:rotate(137.1428571429deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(10){transform:rotate(154.2857142857deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(11){transform:rotate(171.4285714286deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(12){transform:rotate(188.5714285714deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(13){transform:rotate(205.7142857143deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(14){transform:rotate(222.8571428571deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(15){transform:rotate(240deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(16){transform:rotate(257.1428571429deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(17){transform:rotate(274.2857142857deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(18){transform:rotate(291.4285714286deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(19){transform:rotate(308.5714285714deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(20){transform:rotate(325.7142857143deg)}.element .model .orbital .electron:nth-last-child(21):first-child~.electron:nth-child(21){transform:rotate(342.8571428571deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(2){transform:rotate(16.3636363636deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(3){transform:rotate(32.7272727273deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(4){transform:rotate(49.0909090909deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(5){transform:rotate(65.4545454545deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(6){transform:rotate(81.8181818182deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(7){transform:rotate(98.1818181818deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(8){transform:rotate(114.5454545455deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(9){transform:rotate(130.9090909091deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(10){transform:rotate(147.2727272727deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(11){transform:rotate(163.6363636364deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(12){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(13){transform:rotate(196.3636363636deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(14){transform:rotate(212.7272727273deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(15){transform:rotate(229.0909090909deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(16){transform:rotate(245.4545454545deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(17){transform:rotate(261.8181818182deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(18){transform:rotate(278.1818181818deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(19){transform:rotate(294.5454545455deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(20){transform:rotate(310.9090909091deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(21){transform:rotate(327.2727272727deg)}.element .model .orbital .electron:nth-last-child(22):first-child~.electron:nth-child(22){transform:rotate(343.6363636364deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(2){transform:rotate(15.652173913deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(3){transform:rotate(31.3043478261deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(4){transform:rotate(46.9565217391deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(5){transform:rotate(62.6086956522deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(6){transform:rotate(78.2608695652deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(7){transform:rotate(93.9130434783deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(8){transform:rotate(109.5652173913deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(9){transform:rotate(125.2173913043deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(10){transform:rotate(140.8695652174deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(11){transform:rotate(156.5217391304deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(12){transform:rotate(172.1739130435deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(13){transform:rotate(187.8260869565deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(14){transform:rotate(203.4782608696deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(15){transform:rotate(219.1304347826deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(16){transform:rotate(234.7826086957deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(17){transform:rotate(250.4347826087deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(18){transform:rotate(266.0869565217deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(19){transform:rotate(281.7391304348deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(20){transform:rotate(297.3913043478deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(21){transform:rotate(313.0434782609deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(22){transform:rotate(328.6956521739deg)}.element .model .orbital .electron:nth-last-child(23):first-child~.electron:nth-child(23){transform:rotate(344.347826087deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(2){transform:rotate(15deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(3){transform:rotate(30deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(4){transform:rotate(45deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(5){transform:rotate(60deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(6){transform:rotate(75deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(7){transform:rotate(90deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(8){transform:rotate(105deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(9){transform:rotate(120deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(10){transform:rotate(135deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(11){transform:rotate(150deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(12){transform:rotate(165deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(13){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(14){transform:rotate(195deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(15){transform:rotate(210deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(16){transform:rotate(225deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(17){transform:rotate(240deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(18){transform:rotate(255deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(19){transform:rotate(270deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(20){transform:rotate(285deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(21){transform:rotate(300deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(22){transform:rotate(315deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(23){transform:rotate(330deg)}.element .model .orbital .electron:nth-last-child(24):first-child~.electron:nth-child(24){transform:rotate(345deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(2){transform:rotate(14.4deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(3){transform:rotate(28.8deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(4){transform:rotate(43.2deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(5){transform:rotate(57.6deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(6){transform:rotate(72deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(7){transform:rotate(86.4deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(8){transform:rotate(100.8deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(9){transform:rotate(115.2deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(10){transform:rotate(129.6deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(11){transform:rotate(144deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(12){transform:rotate(158.4deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(13){transform:rotate(172.8deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(14){transform:rotate(187.2deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(15){transform:rotate(201.6deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(16){transform:rotate(216deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(17){transform:rotate(230.4deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(18){transform:rotate(244.8deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(19){transform:rotate(259.2deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(20){transform:rotate(273.6deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(21){transform:rotate(288deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(22){transform:rotate(302.4deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(23){transform:rotate(316.8deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(24){transform:rotate(331.2deg)}.element .model .orbital .electron:nth-last-child(25):first-child~.electron:nth-child(25){transform:rotate(345.6deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(2){transform:rotate(13.8461538462deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(3){transform:rotate(27.6923076923deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(4){transform:rotate(41.5384615385deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(5){transform:rotate(55.3846153846deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(6){transform:rotate(69.2307692308deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(7){transform:rotate(83.0769230769deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(8){transform:rotate(96.9230769231deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(9){transform:rotate(110.7692307692deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(10){transform:rotate(124.6153846154deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(11){transform:rotate(138.4615384615deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(12){transform:rotate(152.3076923077deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(13){transform:rotate(166.1538461538deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(14){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(15){transform:rotate(193.8461538462deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(16){transform:rotate(207.6923076923deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(17){transform:rotate(221.5384615385deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(18){transform:rotate(235.3846153846deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(19){transform:rotate(249.2307692308deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(20){transform:rotate(263.0769230769deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(21){transform:rotate(276.9230769231deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(22){transform:rotate(290.7692307692deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(23){transform:rotate(304.6153846154deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(24){transform:rotate(318.4615384615deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(25){transform:rotate(332.3076923077deg)}.element .model .orbital .electron:nth-last-child(26):first-child~.electron:nth-child(26){transform:rotate(346.1538461538deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(2){transform:rotate(13.3333333333deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(3){transform:rotate(26.6666666667deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(4){transform:rotate(40deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(5){transform:rotate(53.3333333333deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(6){transform:rotate(66.6666666667deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(7){transform:rotate(80deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(8){transform:rotate(93.3333333333deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(9){transform:rotate(106.6666666667deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(10){transform:rotate(120deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(11){transform:rotate(133.3333333333deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(12){transform:rotate(146.6666666667deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(13){transform:rotate(160deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(14){transform:rotate(173.3333333333deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(15){transform:rotate(186.6666666667deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(16){transform:rotate(200deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(17){transform:rotate(213.3333333333deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(18){transform:rotate(226.6666666667deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(19){transform:rotate(240deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(20){transform:rotate(253.3333333333deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(21){transform:rotate(266.6666666667deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(22){transform:rotate(280deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(23){transform:rotate(293.3333333333deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(24){transform:rotate(306.6666666667deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(25){transform:rotate(320deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(26){transform:rotate(333.3333333333deg)}.element .model .orbital .electron:nth-last-child(27):first-child~.electron:nth-child(27){transform:rotate(346.6666666667deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(2){transform:rotate(12.8571428571deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(3){transform:rotate(25.7142857143deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(4){transform:rotate(38.5714285714deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(5){transform:rotate(51.4285714286deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(6){transform:rotate(64.2857142857deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(7){transform:rotate(77.1428571429deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(8){transform:rotate(90deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(9){transform:rotate(102.8571428571deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(10){transform:rotate(115.7142857143deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(11){transform:rotate(128.5714285714deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(12){transform:rotate(141.4285714286deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(13){transform:rotate(154.2857142857deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(14){transform:rotate(167.1428571429deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(15){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(16){transform:rotate(192.8571428571deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(17){transform:rotate(205.7142857143deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(18){transform:rotate(218.5714285714deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(19){transform:rotate(231.4285714286deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(20){transform:rotate(244.2857142857deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(21){transform:rotate(257.1428571429deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(22){transform:rotate(270deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(23){transform:rotate(282.8571428571deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(24){transform:rotate(295.7142857143deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(25){transform:rotate(308.5714285714deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(26){transform:rotate(321.4285714286deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(27){transform:rotate(334.2857142857deg)}.element .model .orbital .electron:nth-last-child(28):first-child~.electron:nth-child(28){transform:rotate(347.1428571429deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(2){transform:rotate(12.4137931034deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(3){transform:rotate(24.8275862069deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(4){transform:rotate(37.2413793103deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(5){transform:rotate(49.6551724138deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(6){transform:rotate(62.0689655172deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(7){transform:rotate(74.4827586207deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(8){transform:rotate(86.8965517241deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(9){transform:rotate(99.3103448276deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(10){transform:rotate(111.724137931deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(11){transform:rotate(124.1379310345deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(12){transform:rotate(136.5517241379deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(13){transform:rotate(148.9655172414deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(14){transform:rotate(161.3793103448deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(15){transform:rotate(173.7931034483deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(16){transform:rotate(186.2068965517deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(17){transform:rotate(198.6206896552deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(18){transform:rotate(211.0344827586deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(19){transform:rotate(223.4482758621deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(20){transform:rotate(235.8620689655deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(21){transform:rotate(248.275862069deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(22){transform:rotate(260.6896551724deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(23){transform:rotate(273.1034482759deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(24){transform:rotate(285.5172413793deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(25){transform:rotate(297.9310344828deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(26){transform:rotate(310.3448275862deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(27){transform:rotate(322.7586206897deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(28){transform:rotate(335.1724137931deg)}.element .model .orbital .electron:nth-last-child(29):first-child~.electron:nth-child(29){transform:rotate(347.5862068966deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(2){transform:rotate(12deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(3){transform:rotate(24deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(4){transform:rotate(36deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(5){transform:rotate(48deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(6){transform:rotate(60deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(7){transform:rotate(72deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(8){transform:rotate(84deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(9){transform:rotate(96deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(10){transform:rotate(108deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(11){transform:rotate(120deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(12){transform:rotate(132deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(13){transform:rotate(144deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(14){transform:rotate(156deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(15){transform:rotate(168deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(16){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(17){transform:rotate(192deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(18){transform:rotate(204deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(19){transform:rotate(216deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(20){transform:rotate(228deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(21){transform:rotate(240deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(22){transform:rotate(252deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(23){transform:rotate(264deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(24){transform:rotate(276deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(25){transform:rotate(288deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(26){transform:rotate(300deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(27){transform:rotate(312deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(28){transform:rotate(324deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(29){transform:rotate(336deg)}.element .model .orbital .electron:nth-last-child(30):first-child~.electron:nth-child(30){transform:rotate(348deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(2){transform:rotate(11.6129032258deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(3){transform:rotate(23.2258064516deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(4){transform:rotate(34.8387096774deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(5){transform:rotate(46.4516129032deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(6){transform:rotate(58.064516129deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(7){transform:rotate(69.6774193548deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(8){transform:rotate(81.2903225806deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(9){transform:rotate(92.9032258065deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(10){transform:rotate(104.5161290323deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(11){transform:rotate(116.1290322581deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(12){transform:rotate(127.7419354839deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(13){transform:rotate(139.3548387097deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(14){transform:rotate(150.9677419355deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(15){transform:rotate(162.5806451613deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(16){transform:rotate(174.1935483871deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(17){transform:rotate(185.8064516129deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(18){transform:rotate(197.4193548387deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(19){transform:rotate(209.0322580645deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(20){transform:rotate(220.6451612903deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(21){transform:rotate(232.2580645161deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(22){transform:rotate(243.8709677419deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(23){transform:rotate(255.4838709677deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(24){transform:rotate(267.0967741935deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(25){transform:rotate(278.7096774194deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(26){transform:rotate(290.3225806452deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(27){transform:rotate(301.935483871deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(28){transform:rotate(313.5483870968deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(29){transform:rotate(325.1612903226deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(30){transform:rotate(336.7741935484deg)}.element .model .orbital .electron:nth-last-child(31):first-child~.electron:nth-child(31){transform:rotate(348.3870967742deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(1){transform:rotate(0)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(2){transform:rotate(11.25deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(3){transform:rotate(22.5deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(4){transform:rotate(33.75deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(5){transform:rotate(45deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(6){transform:rotate(56.25deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(7){transform:rotate(67.5deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(8){transform:rotate(78.75deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(9){transform:rotate(90deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(10){transform:rotate(101.25deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(11){transform:rotate(112.5deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(12){transform:rotate(123.75deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(13){transform:rotate(135deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(14){transform:rotate(146.25deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(15){transform:rotate(157.5deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(16){transform:rotate(168.75deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(17){transform:rotate(180deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(18){transform:rotate(191.25deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(19){transform:rotate(202.5deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(20){transform:rotate(213.75deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(21){transform:rotate(225deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(22){transform:rotate(236.25deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(23){transform:rotate(247.5deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(24){transform:rotate(258.75deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(25){transform:rotate(270deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(26){transform:rotate(281.25deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(27){transform:rotate(292.5deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(28){transform:rotate(303.75deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(29){transform:rotate(315deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(30){transform:rotate(326.25deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(31){transform:rotate(337.5deg)}.element .model .orbital .electron:nth-last-child(32):first-child~.electron:nth-child(32){transform:rotate(348.75deg)}.element input[type=radio]{-webkit-appearance:none;position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;outline:none}.element input[type=radio].activate:hover~.square{z-index:2;transform:scale(1.35);transition-delay:0ms;outline:none;pointer-events:none}.element input[type=radio].activate:checked+input[type=radio].deactivate{z-index:3;pointer-events:all}.element input[type=radio].activate:checked~.overlay{opacity:.75}.element input[type=radio].activate:checked~.square{z-index:3;transform:scale(3);transition-duration:.5s,0ms,.2s,.2s,.2s,.2s;transition-delay:0ms;outline:none;cursor:auto}.element input[type=radio].activate:checked~.square .label{transition-duration:.5s;transform:scale(.75)}.element input[type=radio].activate:checked~.square .atomic-weight{opacity:1;transition:.5s}.element input[type=radio].activate:checked~.square .model{display:block;animation:fade-in;animation-duration:1s}.element input[type=radio].activate:checked~.square .orbital{animation-name:rotate;animation-timing-function:linear;animation-iteration-count:infinite}.element input[type=radio].deactivate{position:fixed;display:block;z-index:1;opacity:0;pointer-events:none}.element input[type=radio].deactivate:checked~.square{z-index:1}.placeholder{position:relative;z-index:-1;font-size:1vw;padding-bottom:100%;color:#fff;transition:.5s}.placeholder .square{position:absolute;left:0;top:0;width:100%;height:100%;border:2px solid;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:.5}.gap{position:relative;padding-bottom:100%;transition:.5s}.gap:before{content:"";position:absolute;left:50%;top:0;width:50%;height:calc(200% + 6px);border-width:0 0 2px 2px;border-style:solid;margin-left:-1px;color:#fff;opacity:.2}.alkali-metal{color:#ecbe59}.alkaline-earth-metal{color:#dee955}.lanthanoid{color:#ec77a3}.actinoid{color:#c686cc}.transition-metal{color:#fd8572}.post-transition-metal{color:#4cddf3}.metalloid{color:#3aefb6}.other-nonmetal{color:#52ee61}.noble-gas{color:#759fff}.unknown{color:#ccc}.r1{grid-row:1}.r2{grid-row:2}.r3{grid-row:3}.r4{grid-row:4}.r5{grid-row:5}.r6{grid-row:6}.r7{grid-row:7}.r8{grid-row:8}.r9{grid-row:9}.r10{grid-row:10}.c1{grid-column:1}.c2{grid-column:2}.c3{grid-column:3}.c4{grid-column:4}.c5{grid-column:5}.c6{grid-column:6}.c7{grid-column:7}.c8{grid-column:8}.c9{grid-column:9}.c10{grid-column:10}.c11{grid-column:11}.c12{grid-column:12}.c13{grid-column:13}.c14{grid-column:14}.c15{grid-column:15}.c16{grid-column:16}.c17{grid-column:17}.c18{grid-column:18}.r1 input[type=radio].activate:checked~.square{top:100%}.r10 input[type=radio].activate:checked~.square{top:-100%}.c1 input[type=radio].activate:checked~.square{left:100%}.c18 input[type=radio].activate:checked~.square{left:-100%}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes noise{0%,to{background-position:0 0}10%{background-position:-5% -10%}20%{background-position:-15% 5%}30%{background-position:7% -25%}40%{background-position:20% 25%}50%{background-position:-25% 10%}60%{background-position:15% 5%}70%{background-position:0% 15%}80%{background-position:25% 35%}90%{background-position:-10% 10%}}.key{position:relative;z-index:1;grid-row:1;grid-column-start:3;grid-column-end:17;font-size:.8vw;line-height:1.5;display:flex;align-items:center;pointer-events:none;-webkit-user-select:none;user-select:none}.key .row{position:relative;display:flex;width:100%;justify-content:space-between}.key .row label{opacity:.85;cursor:pointer;transition:.12s;pointer-events:all}.key .row label:hover{opacity:1!important}#alkali-metals:checked~.periodic-table .element:not(.alkali-metal),#alkaline-earth-metals:checked~.periodic-table .element:not(.alkaline-earth-metal),#lanthanoids:checked~.periodic-table .element:not(.lanthanoid),#actinoids:checked~.periodic-table .element:not(.actinoid),#transition-metals:checked~.periodic-table .element:not(.transition-metal),#post-transition-metals:checked~.periodic-table .element:not(.post-transition-metal),#metalloids:checked~.periodic-table .element:not(.metalloid),#other-nonmetals:checked~.periodic-table .element:not(.other-nonmetal),#noble-gasses:checked~.periodic-table .element:not(.noble-gas),#unknown:checked~.periodic-table .element:not(.unknown),#alkali-metals:checked~.periodic-table .placeholder,#alkaline-earth-metals:checked~.periodic-table .placeholder,#lanthanoids:checked~.periodic-table .placeholder:not(.lanthanoid),#actinoids:checked~.periodic-table .placeholder:not(.actinoid),#transition-metals:checked~.periodic-table .placeholder,#post-transition-metals:checked~.periodic-table .placeholder,#metalloids:checked~.periodic-table .placeholder,#other-nonmetals:checked~.periodic-table .placeholder,#noble-gasses:checked~.periodic-table .placeholder,#unknown:checked~.periodic-table .placeholder{opacity:.15;pointer-events:none}#alkali-metals:checked~.periodic-table .key label:not(.alkali-metal),#alkaline-earth-metals:checked~.periodic-table .key label:not(.alkaline-earth-metal),#lanthanoids:checked~.periodic-table .key label:not(.lanthanoid),#actinoids:checked~.periodic-table .key label:not(.actinoid),#transition-metals:checked~.periodic-table .key label:not(.transition-metal),#post-transition-metals:checked~.periodic-table .key label:not(.post-transition-metal),#metalloids:checked~.periodic-table .key label:not(.metalloid),#other-nonmetals:checked~.periodic-table .key label:not(.other-nonmetal),#noble-gasses:checked~.periodic-table .key label:not(.noble-gas),#unknown:checked~.periodic-table .key label:not(.unknown){opacity:.65}.category-toggle:not(#lanthanoids):not(#actinoids):checked~.periodic-table .gap{opacity:.5}.category-toggle:checked~.category-cancel{visibility:visible;pointer-events:all;cursor:pointer}:root{--primary: #fbb241;--secondary: #faec33;--dark: #000348;--light: #ecf0f1;--accent: #e74c3c;--third:#0a38d1}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:var(--light);color:var(--dark);line-height:1.6}header{background-color:var(--dark);box-shadow:0 2px 4px #0000001a;padding:1rem;color:#fff;position:relative}.header-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;columns:var(--light)}.logo span{color:var(--secondary)}.nav-menu ul{display:flex;list-style:none;margin:0;padding:0;align-items:center}.nav-menu li{margin-top:.6rem;margin-left:2.5rem}.nav-menu a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s}.nav-menu a:hover{color:var(--secondary)}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;cursor:pointer;z-index:10}.bar{width:2rem;height:.25rem;background-color:#333;border-radius:10px;margin-left:8rem;transition:all .3s linear;transform-origin:1px}@media (max-width: 768px){.hamburger-menu{display:flex}.nav-menu{position:fixed;top:0;right:0;width:70%;height:100vh;background-color:#fff;box-shadow:-2px 0 5px #0000001a;transform:translate(100%);transition:transform .3s ease-in-out;z-index:5;padding-top:5rem}.nav-menu.open{transform:translate(0);background-color:var(--dark)}.nav-menu ul{flex-direction:column;align-items:flex-start;padding:0 2rem}.nav-menu li{margin:1rem 0}.hamburger-menu.open .bar:nth-child(1){transform:rotate(45deg)}.hamburger-menu.open .bar:nth-child(2){opacity:0}.hamburger-menu.open .bar:nth-child(3){transform:rotate(-45deg)}}nav ul li button{background:transparent;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-family:inherit}nav ul li button:hover{color:var(--secondary);transform:scale(1.05);background:#ffffff1a}nav ul li button:active{transform:scale(.95)}.intro-button{background:transparent;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-family:inherit}.intro-button:hover{color:var(--secondary);transform:scale(1.05);background:#ffffff1a}.intro-button:active{transform:scale(.95)}.hero{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:4rem 2rem;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.2rem;max-width:800px;margin:0 auto 2rem}.search-bar{max-width:600px;margin:0 auto;display:flex}.search-bar input{flex:1;padding:.8rem 1rem;border:none;border-radius:4px 0 0 4px;font-size:1rem}.search-bar button{background-color:var(--dark);color:#fff;border:none;padding:0 1.5rem;border-radius:0 4px 4px 0;cursor:pointer;transition:background-color .3s}.search-bar button:hover{background-color:#1a252f}.search-results{margin:40px 0;padding:20px;background:#f9f9f9;border-radius:8px;display:none}.search-results h2{margin-bottom:15px;color:#333}.result-item{padding:15px;margin-bottom:10px;background:#fff;border-radius:5px;box-shadow:0 2px 5px #0000001a}.no-results{color:#666;font-style:italic;padding:15px}.highlight{background-color:#ff0;font-weight:700}.features{padding:4rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;margin-bottom:3rem;font-size:2rem;color:var(--dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 5px 15px #0000000d;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.feature-card h3{margin-bottom:1rem;color:var(--dark)}.resources{padding:4rem 2rem}.resource-container{max-width:1200px;margin:0 auto}.resource-tabs{display:flex;justify-content:center;margin-bottom:3rem;gap:1rem;flex-wrap:wrap}.tab-btn{padding:.8rem 1.5rem;border:2px solid var(--primary);background:transparent;color:var(--primary);border-radius:25px;cursor:pointer;font-weight:500;transition:all .3s}.tab-btn.active{background:var(--primary);color:#fff}.tab-content{display:none}.tab-content.active{display:block}.resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.resource-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #0000001a;border-left:5px solid var(--secondary)}.resource-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.resource-img{font-size:3rem;min-width:60px;text-align:center}.resource-img img{height:150px;display:flex;align-items:center;justify-content:center}.resource-info{flex:1}.resource-info h3{margin-bottom:.5rem;color:var(--dark)}.resource-info p{color:#666;margin-bottom:1rem}.download-btn{display:inline-block;padding:.5rem 1rem;background:var(--primary);color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s}.download-btn:hover{background:#e69c2a}.page-header{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:3rem 2rem;text-align:center}.breadcrumb{list-style:none;display:flex;justify-content:center;gap:1rem}.breadcrumb li{position:relative}.breadcrumb li:after{content:">";margin-left:1rem;color:#ffffffb3}.breadcrumb li:last-child:after{display:none}.breadcrumb a{color:#fff;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:2rem}.about-section{padding:4rem 0}.about-content{display:grid;grid-template-columns:1fr;gap:3rem}.about-text h2{color:var(--dark);margin-bottom:1rem;font-size:1.5rem}.about-text p{margin-bottom:2rem;line-height:1.8;color:#666}.books-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.book-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:transform .3s,box-shadow .3s}.book-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.book-cover{position:relative;height:200px;background:linear-gradient(45deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center}.book-cover img{max-width:100%;max-height:100%;object-fit:cover}.book-badge{position:absolute;top:1rem;right:1rem;background:var(--dark);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700}.book-info{padding:1.5rem}.book-title{font-size:1.2rem;margin-bottom:.5rem;color:var(--dark)}.book-author{color:#666;margin-bottom:1rem}.book-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.book-meta span{background:var(--light);padding:.3rem .8rem;border-radius:15px;font-size:.8rem;color:var(--dark)}.book-actions{display:flex;gap:1rem;margin-top:1rem}.contact-section{padding:4rem 0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info h2{color:var(--dark);margin-bottom:1rem}.contact-info p{margin-bottom:2rem;color:#666}.contact-details{display:grid;gap:1.5rem}.contact-item h3{color:var(--primary);margin-bottom:.5rem}.contact-item p{color:#666}.contact-form h2{color:var(--dark);margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--dark);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.btn{display:inline-block;padding:.8rem 1.5rem;border:none;border-radius:4px;text-decoration:none;font-weight:500;cursor:pointer;transition:background-color .3s;font-size:1rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#e69c2a}.btn-secondary{background:var(--light);color:var(--dark);border:1px solid #ddd}.btn-secondary:hover{background:#d5dbdb}.contact-container{margin:20px 35px 40px;display:flex;flex-wrap:wrap;gap:30px}.contact-info{flex:1;min-width:300px;background:#f9f9f9;padding:25px;border-radius:5px;box-shadow:0 2px 5px #0000001a}.contact-form{flex:2;min-width:300px;background:#f9f9f9;padding:25px;border-radius:5px;box-shadow:0 2px 5px #0000001a}.form-group{margin-bottom:20px}label{display:block;margin-bottom:5px;font-weight:600}input,textarea,select{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit}textarea{height:150px}button{background-color:#3498db;color:#fff;border:none;padding:12px 20px;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}button:hover{background-color:#2980b9}.space{height:45px}.contact-method{display:flex;align-items:center;margin-bottom:15px}.contact-method i{margin-right:15px;color:#3498db;font-size:20px}@media (max-width: 768px){header{flex-direction:column;padding:1rem}nav ul{margin-top:1rem;display:inline-block;width:470px;justify-items:center}nav ul li{margin-left:4px}.hero h1{font-size:2rem}.search-bar{flex-direction:column}.search-bar input{border-radius:4px;margin-bottom:.5rem}.search-bar button{border-radius:4px}.resource-tabs{flex-direction:column;align-items:center}.resource-card{flex-direction:column;text-align:center}.contact-content,.books-grid{grid-template-columns:1fr}}.academic-levels,.primary-level,.olevel,.alevel,.tvet-level,.higher-education,.professional-development{padding:2rem 0;min-height:80vh}.page-header{text-align:center;margin-bottom:3rem;padding:2rem 0;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:8px;margin-bottom:2rem}.page-header h1{font-size:2.5rem;margin-bottom:1rem}.page-header p{font-size:1.1rem;max-width:800px;margin:0 auto}.levels-overview,.level-content{max-width:1200px;margin:0 auto;padding:0 2rem}.intro-section{margin-bottom:3rem;text-align:center}.intro-section h2{color:var(--dark);margin-bottom:1rem;font-size:2rem}.intro-section p{font-size:1.1rem;line-height:1.8;max-width:900px;margin:0 auto}.levels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.level-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #0000001a;transition:transform .3s,box-shadow .3s;border-left:5px solid var(--primary)}.level-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.level-icon{font-size:3rem;color:var(--primary);margin-bottom:1rem;text-align:center}.level-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.5rem}.level-card p{margin-bottom:1.5rem;color:#666;line-height:1.6}.level-details h4{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem}.level-details ul{list-style:none;margin-bottom:1.5rem}.level-details li{color:#555;position:relative;padding:.3rem 0 .3rem 1.5rem}.level-details li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.btn-primary{display:inline-block;background:var(--primary);color:#fff;padding:.8rem 1.5rem;text-decoration:none;border-radius:6px;font-weight:600;transition:background .3s;text-align:center}.btn-primary:hover{background:#e69a2e;transform:translateY(-2px)}.btn-secondary{display:inline-block;background:var(--secondary);color:var(--dark);padding:.8rem 1.5rem;text-decoration:none;border-radius:6px;font-weight:600;transition:background .3s;text-align:center}.btn-secondary:hover{background:#f0e42e;transform:translateY(-2px)}.education-boards{margin-top:4rem}.education-boards h2{text-align:center;color:var(--dark);margin-bottom:2rem;font-size:2rem}.boards-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.board-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #0000001a;border-left:5px solid var(--third)}.board-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.5rem}.board-card p{margin-bottom:1.5rem;line-height:1.6;color:#666}.board-responsibilities h4{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem}.board-responsibilities ul{list-style:none}.board-responsibilities li{color:#555;position:relative;padding:.3rem 0 .3rem 1.5rem}.board-responsibilities li:before{content:"•";color:var(--third);font-weight:700;position:absolute;left:0}.curriculum-section,.learning-objectives,.assessment-section,.resources-section,.career-pathways,.transition-section,.university-preparation,.benefits-section{margin-bottom:3rem}.curriculum-section h2,.learning-objectives h2,.assessment-section h2,.resources-section h2,.career-pathways h2,.transition-section h2,.university-preparation h2,.benefits-section h2{color:var(--dark);margin-bottom:1.5rem;font-size:1.8rem}.curriculum-grid,.objectives-grid,.assessment-methods,.resources-grid,.pathways-grid,.preparation-grid,.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.subject-area,.objective-card,.method-card,.resource-card,.pathway-card,.prep-card,.benefit-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 3px 15px #00000014;border-left:4px solid var(--primary)}.subject-area h3,.objective-card h3,.method-card h3,.resource-card h3,.pathway-card h3,.prep-card h3,.benefit-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.3rem}.subject-area ul,.objective-card ul,.method-card ul,.resource-card ul,.pathway-card ul,.prep-card ul,.benefit-card ul{list-style:none}.subject-area li,.objective-card li,.method-card li,.resource-card li,.pathway-card li,.prep-card li,.benefit-card li{color:#555;position:relative;padding:.3rem 0 .3rem 1.2rem}.subject-area li:before,.objective-card li:before,.method-card li:before,.resource-card li:before,.pathway-card li:before,.prep-card li:before,.benefit-card li:before{content:"→";color:var(--primary);position:absolute;left:0}.grade-structure{margin-bottom:3rem}.grade-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.grade-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #0000001a;border-top:4px solid var(--secondary)}.grade-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.4rem}.grade-card p{margin-bottom:1rem;color:#666;font-style:italic}.grade-card h4{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem}.combinations-grid,.categories-grid,.formats-grid,.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.combination-card,.category-card,.format-card,.certification-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #0000001a;border-left:5px solid var(--secondary)}.combination-card h3,.category-card h3,.format-card h3,.certification-card h3{color:var(--dark);margin-bottom:1rem;font-size:1.4rem}.combination-card p,.category-card p,.format-card p,.certification-card p{margin-bottom:1rem;color:#666;font-style:italic}.combination-card h4,.category-card h4,.format-card h4,.certification-card h4{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem}.navigation-links{margin-top:4rem;text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 5px 20px #0000001a}.navigation-links h3{color:var(--dark);margin-bottom:1.5rem;font-size:1.5rem}.nav-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.nav-buttons .btn-primary,.nav-buttons .btn-secondary{margin:.5rem}@media (max-width: 768px){.levels-grid,.boards-info,.curriculum-grid,.objectives-grid,.assessment-methods,.resources-grid,.pathways-grid,.preparation-grid,.benefits-grid,.grade-cards,.combinations-grid,.categories-grid,.formats-grid,.certifications-grid{grid-template-columns:1fr}.page-header h1{font-size:2rem}.nav-buttons{flex-direction:column;align-items:center}.nav-buttons .btn-primary,.nav-buttons .btn-secondary{width:100%;max-width:300px}}.partnership-hero{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:4rem 2rem;text-align:center;border-radius:12px;margin-bottom:3rem}.partnership-hero h2{font-size:2.5rem;margin-bottom:1rem}.partnership-hero p{font-size:1.2rem;max-width:800px;margin:0 auto}.feature-card ul{list-style:none;margin-top:1rem}.feature-card li{color:#555;position:relative;padding:.3rem 0 .3rem 1.2rem}.feature-card li:before{content:"✓";color:var(--primary);position:absolute;left:0;font-weight:700}.partnership-process{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #0000001a;margin:2rem 0}.partnership-process h2{text-align:center;margin-bottom:2rem;color:var(--dark)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-step{text-align:center;padding:1.5rem;background:var(--light);border-radius:8px;border-left:4px solid var(--primary)}.process-step h3{color:var(--dark);margin-bottom:1rem}.process-step p{color:#666;font-size:.9rem}.current-partners{background:var(--light);padding:3rem 2rem;border-radius:12px;margin:2rem 0}.current-partners h2{text-align:center;margin-bottom:2rem;color:var(--dark)}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.partner-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #0000001a;text-align:center;transition:transform .3s ease}.partner-card:hover{transform:translateY(-5px)}.partner-logo{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--light)}.partner-logo img{max-width:100%;max-height:100%;object-fit:contain}.partner-info h4{color:var(--dark);margin-bottom:.5rem;font-size:1.2rem}.partner-info p{color:#666;margin-bottom:.5rem}.partner-info p:last-child{font-size:.9rem;font-style:italic}.partnership-form{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 20px #0000001a;margin-top:2rem}.partnership-form h2{color:var(--dark);margin-bottom:1.5rem;text-align:center}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.partnership-hero h2{font-size:2rem}.process-steps,.partners-grid{grid-template-columns:1fr}}.language-selector{margin-left:2.5rem;display:flex;align-items:center;position:relative}.lang-btn{padding:.3rem .8rem;border-radius:8px;border-style:none;border:1px solid var(--primary);font-size:1rem;background:var(--primary);color:var(--dark);cursor:pointer;display:flex;align-items:center;transition:background .2s}.lang-btn:hover,.lang-btn:focus{background:var(--light)}.lang-dropdown{position:absolute;top:110%;left:0;background:#fff;border:1px solid var(--primary);border-radius:8px;box-shadow:0 2px 8px #00000014;z-index:100;min-width:140px;padding:.2rem 0}.lang-dropdown li{padding:.5rem 1rem;cursor:pointer;font-size:1rem;color:var(--dark);transition:background .2s}.lang-dropdown li:hover,.lang-dropdown li[aria-selected=true]{background:var(--primary);color:#fff}
