.header{position:sticky;top:0;z-index:100;background:#0f172a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(148,163,184,.1);box-shadow:0 1px 3px #0000001a}.nav{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:70px}.nav-brand{display:flex;align-items:center}.brand-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:#e5e7eb;font-size:20px;font-weight:600;transition:color .3s ease;cursor:pointer}.brand-link:hover{color:#60a5fa}.brand-icon{font-size:28px;color:#60a5fa}.brand-text{font-weight:600}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{display:flex;align-items:center;gap:8px;color:#94a3b8;text-decoration:none;font-size:15px;font-weight:500;transition:all .3s ease;cursor:pointer;padding:8px 12px;border-radius:6px}.nav-link:hover,.nav-link.active{color:#60a5fa;background:#60a5fa1a}.nav-link i{font-size:16px}@media (max-width: 968px){.nav-links{gap:16px}.nav-link span{display:none}}@media (max-width: 640px){.nav{padding:0 16px}.nav-links{gap:8px}}.footer{background:#0f172a;border-top:1px solid rgba(148,163,184,.1);padding:60px 24px 24px;margin-top:80px}.footer-content{max-width:1400px;margin:0 auto 40px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-section h3{font-size:20px;font-weight:700;color:#f1f5f9;margin:0 0 16px}.footer-section h4{font-size:16px;font-weight:600;color:#f1f5f9;margin:0 0 16px}.footer-section p{color:#94a3b8;line-height:1.6;margin:0}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-link{color:#94a3b8;text-decoration:none;font-size:15px;transition:color .3s ease;cursor:pointer}.footer-link:hover{color:#60a5fa}.social-links{display:flex;gap:16px}.social-link{width:40px;height:40px;background:#33415580;border:1px solid rgba(148,163,184,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#94a3b8;text-decoration:none;transition:all .3s ease;font-size:18px}.social-link:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:translateY(-4px)}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:24px;border-top:1px solid rgba(148,163,184,.1);text-align:center}.footer-bottom p{color:#64748b;font-size:14px;margin:0}.footer-bottom i{color:#ef4444}@media (max-width: 968px){.footer-content{grid-template-columns:1fr;gap:40px}}.homepage-new{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#e5e7eb;background:#0f172a;position:relative;min-height:100vh}.grain-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");pointer-events:none;z-index:1;opacity:.4}.main{position:relative;z-index:2}.hero{padding:100px 24px 80px;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;min-height:calc(100vh - 70px)}.hero-content{max-width:600px}.hero-title{font-size:56px;font-weight:800;line-height:1.1;margin:0 0 24px;color:#f1f5f9}.gradient-text{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-description{font-size:18px;color:#94a3b8;margin:0 0 40px;line-height:1.6}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:50px}.stat{text-align:center;padding:20px;background:#3341554d;border-radius:12px;border:1px solid rgba(148,163,184,.1);transition:all .3s ease}.stat:hover{background:#33415580;border-color:#60a5fa4d;transform:translateY(-4px)}.stat-number{display:block;font-size:36px;font-weight:800;color:#60a5fa;margin-bottom:8px}.stat-label{display:block;font-size:13px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.newsletter-container{margin-top:40px}.newsletter-form{background:#1e293b80;border:1px solid rgba(148,163,184,.2);border-radius:16px;padding:32px}.newsletter-form h4{font-size:22px;font-weight:700;color:#f1f5f9;margin:0 0 12px}.newsletter-form p{font-size:15px;color:#94a3b8;margin:0 0 24px}.form{display:flex;gap:12px}.input{flex:1;padding:14px 18px;background:#0f172acc;border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#e5e7eb;font-size:15px;transition:all .3s ease}.input:focus{outline:none;border-color:#60a5fa;background:#0f172ae6}.input::placeholder{color:#64748b}.button{padding:14px 28px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 12px #3b82f633}.button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.button:active{transform:translateY(0);box-shadow:0 2px 8px #3b82f64d}.hero-visual{display:flex;justify-content:center;align-items:center}.code-window{background:#1e293bcc;border:1px solid rgba(148,163,184,.2);border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:float 6s ease-in-out infinite;max-width:600px;width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.window-header{background:#0f172ae6;padding:12px 16px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(148,163,184,.1)}.window-controls{display:flex;gap:8px}.control{width:12px;height:12px;border-radius:50%}.control.close{background:#ef4444}.control.minimize{background:#f59e0b}.control.maximize{background:#10b981}.window-title{flex:1;text-align:center;font-size:13px;color:#94a3b8;font-weight:500}.code-content{padding:24px;overflow-x:auto;max-width:100%}.code-content pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.5;white-space:pre;overflow-x:auto}.code-content code{color:#94a3b8;display:block}.projects-section{max-width:1400px;margin:0 auto;padding:80px 24px}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:48px;font-weight:800;color:#f1f5f9;margin:0 0 16px}.section-description{font-size:18px;color:#94a3b8;max-width:700px;margin:0 auto}.filters-container{margin-bottom:48px}.filters-wrapper{display:flex;justify-content:space-between;align-items:center;gap:24px}.search-wrapper{flex:1}.search-btn{padding:12px 24px;background:#33415580;border:1px solid rgba(148,163,184,.2);border-radius:8px;color:#e5e7eb;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.search-btn:hover{background:#334155b3;border-color:#60a5fa;color:#60a5fa}.sort-wrapper{display:flex;align-items:center;gap:12px}.sort-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#94a3b8}.sort-icon{color:#f59e0b}.loading-container{text-align:center;padding:80px 24px}.loading-spinner{width:48px;height:48px;border:4px solid rgba(148,163,184,.2);border-top-color:#60a5fa;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:32px;margin-bottom:60px}.project-card{background:#1e293b80;border:1px solid rgba(148,163,184,.1);border-radius:16px;overflow:hidden;transition:all .3s ease;opacity:0;animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.project-card:hover{transform:translateY(-8px);border-color:#60a5fa4d;box-shadow:0 20px 40px #0000004d}.card-image{position:relative;width:100%;height:200px;overflow:hidden;background:#0f172acc}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .card-image img{transform:scale(1.05)}.card-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#000000b3);display:flex;justify-content:space-between;align-items:flex-start;padding:16px}.project-tags{display:flex;gap:8px;flex-wrap:wrap}.project-tag{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.github-tag{background:#f6f8fae6;color:#1f2937}.language-tag{background:#3b82f6e6;color:#fff}.bookmark-container{display:flex}.bookmark-btn{width:36px;height:36px;background:#ffffffe6;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#1f2937;text-decoration:none}.bookmark-btn:hover{background:#60a5fa;color:#fff;transform:scale(1.1)}.card-header{padding:16px 20px 0}.card-meta{display:flex;justify-content:space-between;align-items:center;font-size:13px}.card-category{padding:4px 12px;background:#60a5fa33;color:#60a5fa;border-radius:6px;font-weight:600}.card-date{margin-left:10px;color:#64748b;font-size:12px}.card-content{padding:16px 20px}.card-title{font-size:20px;font-weight:700;margin:0 0 12px}.card-title a{color:#f1f5f9;text-decoration:none;transition:color .3s ease}.card-title a:hover{color:#60a5fa}.card-excerpt{color:#94a3b8;font-size:14px;line-height:1.6;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.repo-info{margin-bottom:12px}.repo-link{display:inline-flex;align-items:center;gap:8px;color:#60a5fa;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s ease}.repo-link:hover{color:#3b82f6}.repo-link i:first-child{font-size:16px}.repo-link i:last-child{font-size:12px}.repo-stats{display:flex;gap:16px;flex-wrap:wrap}.repo-stat{display:flex;align-items:center;gap:6px;color:#94a3b8;font-size:13px}.repo-stat .anticon{color:#f59e0b}.card-footer{padding:0 20px 20px}.read-more{display:inline-flex;align-items:center;gap:8px;color:#60a5fa;text-decoration:none;font-size:14px;font-weight:600;transition:all .3s ease}.read-more:hover{color:#3b82f6;gap:12px}.view-more-container{text-align:center;margin-top:60px}.view-more-btn{padding:16px 32px;background:#3b82f61a;border:2px solid #3b82f6;border-radius:12px;color:#60a5fa;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:12px}.view-more-btn:hover{background:#3b82f6;color:#fff;transform:translateY(-4px);box-shadow:0 8px 24px #3b82f64d}@media (max-width: 1200px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width: 968px){.hero{grid-template-columns:1fr;padding:60px 24px;gap:60px}.hero-title{font-size:42px}.hero-stats{grid-template-columns:repeat(3,1fr)}.code-window{max-width:500px}.projects-grid{grid-template-columns:1fr}.hero-visual{order:-1}}@media (max-width: 640px){.hero-title,.section-title{font-size:32px}.hero-stats{grid-template-columns:1fr;gap:16px}.filters-wrapper{flex-direction:column;align-items:stretch}.form{flex-direction:column}}.subscription-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#0f172a;min-height:100vh;color:#e5e7eb;padding-bottom:40px}.subscription-container{max-width:1200px;margin:0 auto;padding:60px 24px}.subscription-header{text-align:center;margin-bottom:60px}.subscription-title{font-size:48px;font-weight:700;margin:0 0 16px;background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subscription-subtitle{font-size:21px;color:#94a3b8;margin:0}.category-section{margin-bottom:60px}.section-title{font-size:32px;font-weight:700;color:#f1f5f9;margin:0 0 12px;text-align:center}.section-subtitle{font-size:16px;color:#94a3b8;margin:0 0 40px;text-align:center}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.category-card{background:#1e293b80!important;border:2px solid rgba(148,163,184,.1)!important;border-radius:12px!important;padding:24px!important;cursor:pointer!important;transition:all .3s ease!important;position:relative}.category-card:hover{border-color:#60a5fa4d!important;transform:translateY(-4px);box-shadow:0 8px 24px #0003!important}.category-card.selected{background:#3b82f61a!important;border-color:#3b82f6!important}.category-icon{font-size:36px;margin-bottom:16px;text-align:center}.category-name{font-size:18px;font-weight:600;color:#f1f5f9!important;margin:0 0 8px!important;text-align:center}.category-description{font-size:14px;color:#94a3b8!important;margin:0 0 16px!important;text-align:center}.category-checkbox{position:absolute;top:16px;right:16px}.category-checkbox .ant-checkbox-inner{background-color:#1e293bcc!important;border-color:#94a3b84d!important}.category-checkbox.ant-checkbox-wrapper-checked .ant-checkbox-inner,.category-card.selected .category-checkbox .ant-checkbox-inner{background-color:#3b82f6!important;border-color:#3b82f6!important}.user-info-section{margin-bottom:60px}.user-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:24px}.form-label{display:block;font-size:16px;font-weight:600;color:#f1f5f9;margin-bottom:8px}.form-input{background:#1e293b80!important;border:1px solid rgba(148,163,184,.2)!important;color:#e5e7eb!important;font-size:16px!important;border-radius:8px!important}.form-input:hover,.form-input:focus{border-color:#60a5fa!important;background:#1e293bb3!important}.form-input input{background:transparent!important;color:#e5e7eb!important}.form-input input::placeholder{color:#64748b!important}.form-input .ant-input-prefix{color:#94a3b8!important}.subscribe-section{text-align:center;margin-top:60px}.subscribe-button{background:#3b82f6!important;border:none!important;border-radius:12px!important;padding:16px 48px!important;font-size:18px!important;font-weight:600!important;height:auto!important;transition:all .3s ease!important}.subscribe-button:hover:not(:disabled){background:#2563eb!important;transform:translateY(-4px);box-shadow:0 8px 24px #3b82f64d!important}.subscribe-button:disabled{background:#33415580!important;color:#64748b!important;cursor:not-allowed}.subscribe-note{margin-top:16px;font-size:14px;color:#94a3b8}@media (max-width: 768px){.subscription-title{font-size:36px}.section-title{font-size:28px}.category-grid{grid-template-columns:1fr}.subscription-container{padding:40px 16px}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f5f6fa}.ant-layout{min-height:100vh}.ant-layout-sider{background:#fff;box-shadow:1px 0 #eee}.ant-layout-content{background:#fff;min-height:90vh}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:32px;max-width:100%;margin:0 auto}.card{background:#fff;border-radius:16px;box-shadow:0 6px 18px #0000000f;padding:24px;display:flex;flex-direction:column;transition:all .2s ease-in-out}.card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.card-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #ddd}.repo-info{display:flex;flex-direction:column}.repo-name{font-size:18px;font-weight:600;color:#1f2937;margin:0}.repo-owner{font-size:14px;color:#6b7280}.repo-stars{font-size:13px;margin-top:4px;color:#f59e0b}.description{margin:16px 0;color:#374151;font-size:14px;line-height:1.5;flex-grow:1}.topics{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.topic{background:#e0f2fe;color:#0369a1;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500}.link{font-size:14px;color:#2563eb;text-decoration:none;font-weight:500;margin-bottom:12px}.link:hover{text-decoration:underline}.dates{display:flex;justify-content:space-between;font-size:12px;color:#6b7280;border-top:1px solid #e5e7eb;padding-top:10px;margin-top:auto}.demo-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#0f172a;min-height:100vh;color:#e5e7eb}.demo-header{background:linear-gradient(135deg,#1e293b,#0f172a);padding:100px 0 60px;border-bottom:1px solid rgba(148,163,184,.1)}.demo-header-container{max-width:1400px;margin:0 auto;padding:0 24px;text-align:center}.demo-title{font-size:48px;font-weight:700;margin:0 0 16px;background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.demo-subtitle{font-size:21px;color:#94a3b8;max-width:600px;margin:0 auto 40px}.demo-features{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.demo-feature{display:flex;align-items:center;gap:8px;font-size:16px;color:#e5e7eb;font-weight:500;padding:12px 20px;background:#3341554d;border-radius:8px;border:1px solid rgba(148,163,184,.1)}.feature-icon{color:#60a5fa;font-size:18px}.feature-icon svg{width:18px;height:18px;fill:currentColor;display:block}.feature-icon .anticon{font-size:18px;color:#60a5fa}.demo-content{background:#0f172a;min-height:calc(100vh - 300px);position:relative}.demo-content .ant-layout{min-height:calc(100vh - 300px);background:#0f172a}.demo-content .ant-layout-sider{background:#1e293b;border-right:1px solid rgba(148,163,184,.1);box-shadow:2px 0 8px #0003}.demo-content .ant-layout-content{background:#0f172a;padding:16px}.demo-content .ant-layout-sider-collapsed{width:0!important;min-width:0!important;max-width:0!important}.demo-content .ant-layout-sider{width:320px!important;min-width:320px!important;max-width:320px!important}@media (max-width: 768px){.demo-title{font-size:36px}.demo-subtitle{font-size:18px}.demo-features{flex-direction:column;gap:16px}.demo-header{padding:80px 0 40px}}.demo-content .ant-btn{background:transparent!important;border:2px solid #007AFF!important;border-radius:8px!important;color:#007aff!important;font-weight:500!important;transition:all .3s ease!important;box-shadow:none!important}.demo-content .ant-btn:hover:not(:disabled){background:#007aff1a!important;color:#0056cc!important;border-color:#0056cc!important}.demo-content .ant-btn:disabled{background:#f5f5f7!important;color:#a1a1a6!important;border-color:#e5e5e7!important;cursor:not-allowed!important}.demo-content .ant-segmented{background:#f5f5f7!important;border:1px solid #e5e5e7!important;border-radius:12px!important}.demo-content .ant-segmented-item{color:#6e6e73!important;border-radius:8px!important;transition:all .3s ease!important}.demo-content .ant-segmented-item-selected{background:#007aff!important;color:#fff!important;box-shadow:0 2px 8px #007aff33!important}.demo-content .ant-select{border-radius:8px!important}.demo-content .ant-select-selector{border:1px solid #e5e5e7!important;border-radius:8px!important;transition:all .3s ease!important}.demo-content .ant-select-focused .ant-select-selector{border-color:#007aff!important;box-shadow:0 0 0 2px #007aff1a!important}.demo-content .ant-input{border:1px solid #e5e5e7!important;border-radius:8px!important;transition:all .3s ease!important}.demo-content .ant-input:focus{border-color:#007aff!important;box-shadow:0 0 0 2px #007aff1a!important}.demo-content .ant-input-number{border:1px solid #e5e5e7!important;border-radius:8px!important;transition:all .3s ease!important}.demo-content .ant-input-number:focus{border-color:#007aff!important;box-shadow:0 0 0 2px #007aff1a!important}.demo-content .ant-checkbox-wrapper{color:#1d1d1f!important}.demo-content .ant-checkbox-checked .ant-checkbox-inner{background-color:#007aff!important;border-color:#007aff!important}.demo-content .ant-checkbox:hover .ant-checkbox-inner{border-color:#007aff!important}.demo-content .ant-table{border-radius:12px!important;overflow:hidden!important}.demo-content .ant-table-thead>tr>th{background:#f8f9fa!important;color:#1d1d1f!important;font-weight:600!important;border-bottom:2px solid #e5e5e7!important}.demo-content .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0!important}.demo-content .ant-table-tbody>tr:hover>td{background:#f8f9fa!important}.demo-content .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:24px;max-width:100%;margin:0 auto;padding:0 16px}.demo-content .card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:24px;display:flex;flex-direction:column;transition:all .3s ease;border:1px solid #f0f0f0}.demo-content .card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.demo-content .ant-layout-sider{background:#fff!important;border-right:1px solid #e5e5e7!important;box-shadow:2px 0 8px #0000000d!important;padding:16px!important}.demo-content .ant-layout-content{background:#fff!important;padding:16px!important}.demo-content .ant-layout-sider .ant-form-item{margin-bottom:16px!important}.demo-content .ant-layout-sider .ant-form-item-label{font-weight:600!important;color:#1d1d1f!important}.demo-content .ant-layout-sider .ant-divider{margin:16px 0!important;border-color:#e5e5e7!important}.demo-content .ant-layout-sider .ant-btn-primary{width:100%!important;height:40px!important;font-weight:600!important;border-radius:8px!important}.demo-content .ant-message{z-index:9999!important}@media (max-width: 768px){.demo-content .grid{grid-template-columns:1fr;gap:16px;padding:0 8px}.demo-content .ant-layout-sider{width:280px!important}.demo-content .ant-layout-content{padding:12px!important}}.new-app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#1d1d1f;background:#fff;min-height:100vh}.new-app *{box-sizing:border-box}.new-app body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#fff}.new-app html{scroll-behavior:smooth}.new-app a{color:#007aff;text-decoration:none;transition:color .3s ease}.new-app a:hover{color:#0056cc}.new-app button{font-family:inherit}.new-app *:focus{outline:2px solid #007AFF;outline-offset:2px}.new-app button{background:none;border:none;padding:0 20px;margin:0;font:inherit;cursor:pointer}.new-app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
