*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.gallery{min-height:100vh;padding:30px 20px;display:flex;flex-direction:column;justify-content:center}.gallery-header{text-align:center;color:#fff;margin-bottom:40px}.gallery-header h1{font-size:2rem;margin-bottom:8px;font-weight:700}.subtitle{font-size:1rem;opacity:.9}.design-buttons{max-width:1100px;margin:0 auto;display:flex;flex-direction:row;gap:20px;padding:0 20px}.design-button{flex:1;display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;background:#fff;border-radius:12px;text-decoration:none;color:inherit;box-shadow:0 4px 20px #00000026;transition:all .3s ease}.design-button:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000040}.button-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700}.button-content{text-align:center}.button-content h3{font-size:1.3rem;margin-bottom:8px;color:#2c3e50}.button-content p{font-size:.95rem;color:#7f8c8d;margin:0}@media(max-width:900px){.design-buttons{flex-direction:column;max-width:400px}.gallery-header h1{font-size:1.8rem}.design-button{padding:24px}.button-number{width:50px;height:50px;font-size:1.5rem}.button-content h3{font-size:1.2rem}.button-content p{font-size:.9rem}}.design1{min-height:100vh;background:#f5f6f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.d1-header{height:70px;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea33;display:flex;align-items:center;padding:0 32px;gap:32px;position:sticky;top:0;z-index:100}.d1-logo{display:flex;align-items:center;gap:12px;min-width:200px}.d1-logo-icon{font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.d1-logo-text{font-size:1.4rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.d1-nav{display:flex;gap:4px;flex:1}.d1-nav button{padding:10px 18px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#ffffffd9;font-size:.95rem;cursor:pointer;border-radius:8px;transition:all .3s;white-space:nowrap}.d1-nav button:hover{background:#ffffff40;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.d1-nav button.active{background:#fff;color:#667eea;font-weight:600;box-shadow:0 4px 12px #00000026}.d1-nav button.mobile-tab{background:#fffffff2;color:#764ba2;font-weight:600;border:2px solid rgba(255,255,255,.5)}.d1-nav button.mobile-tab:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.d1-nav button.mobile-tab.active{background:#fff;color:#667eea;box-shadow:0 4px 16px #ffffff4d}.d1-header-actions{display:flex;align-items:center;gap:12px;min-width:fit-content}.d1-action-btn{position:relative;width:40px;height:40px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;font-size:1.2rem}.d1-action-btn:hover{background:#ffffff40;transform:scale(1.1);box-shadow:0 4px 8px #00000026}.d1-notification-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#ff6b6b;border-radius:50%;border:2px solid #667eea;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.d1-user-profile{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:25px;cursor:pointer;transition:all .3s}.d1-user-profile:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.d1-user-avatar{width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 2px 8px #0000001a}.d1-user-info{display:flex;flex-direction:column;gap:2px}.d1-user-name{color:#fff;font-size:.9rem;font-weight:600}.d1-user-dept{color:#fffc;font-size:.75rem}.d1-container{display:flex;min-height:calc(100vh - 70px)}.d1-sidebar{width:280px;background:linear-gradient(180deg,#f8f9ff,#fff);border-right:1px solid #e4e8eb;box-shadow:2px 0 12px #0000000d;overflow-y:auto;display:flex;flex-direction:column}.d1-section-title{padding:24px 20px;display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:3px solid rgba(255,255,255,.3)}.d1-section-icon-box{width:48px;height:48px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.d1-section-info{flex:1;overflow:hidden}.d1-section-name{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:4px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.d1-section-code{color:#ffffffe6;font-size:.85rem;font-weight:400}.d1-sidebar-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px;background:#fff;border-bottom:1px solid #e4e8eb}.d1-sidebar-stat{display:flex;align-items:center;gap:10px;padding:12px;background:linear-gradient(135deg,#f8f9ff,#fff);border-radius:10px;border:1px solid #e4e8eb}.d1-sidebar-stat-icon{font-size:1.5rem}.d1-sidebar-stat-value{font-size:1.3rem;font-weight:700;color:#667eea;line-height:1}.d1-sidebar-stat-label{font-size:.75rem;color:#8b95a1;margin-top:2px}.d1-menu{padding:12px 0;flex:1;overflow-y:auto}.d1-menu-group{margin-bottom:4px}.d1-menu-title{padding:12px 20px;display:flex;align-items:center;gap:10px;cursor:pointer;color:#202020;font-size:.95rem;transition:all .2s;position:relative}.d1-menu-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:0;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 4px 4px 0;transition:height .2s}.d1-menu-title:hover{background:linear-gradient(90deg,rgba(102,126,234,.08) 0%,transparent 100%);color:#667eea}.d1-menu-title:hover:before{height:70%}.d1-arrow{color:#667eea;font-size:.75rem;width:12px;transition:transform .3s}.d1-menu-text{flex:1;font-weight:500}.d1-count{min-width:28px;height:22px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.75rem;font-weight:600;border-radius:11px;display:flex;align-items:center;justify-content:center;padding:0 8px}.d1-menu-items{background:linear-gradient(90deg,rgba(102,126,234,.03) 0%,transparent 100%);border-left:3px solid #667eea;margin-left:20px}.d1-menu-item{padding:10px 20px 10px 24px;display:flex;flex-direction:column;gap:5px;cursor:pointer;transition:all .2s;border-left:2px solid transparent;margin-left:-3px}.d1-menu-item:hover{background:#667eea14;border-left-color:#764ba2;transform:translate(4px)}.d1-item-header{display:flex;align-items:center;gap:6px}.d1-program-id{font-size:.75rem;color:#667eea;font-family:Courier New,monospace;font-weight:600;background:#667eea1a;padding:2px 6px;border-radius:4px}.d1-new-badge{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;padding:2px 8px;border-radius:10px;font-size:.65rem;font-weight:700;box-shadow:0 2px 4px #ff6b6b4d}.d1-mobile-badge{font-size:.95rem}.d1-program-name{font-size:.85rem;color:#505050;line-height:1.4;font-weight:400}.d1-sidebar-footer{margin-top:auto;padding:16px 20px;background:#fff;border-top:1px solid #e4e8eb;display:flex;flex-direction:column;gap:8px}.d1-sidebar-footer-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:linear-gradient(135deg,#f8f9ff,#fff);border:1px solid #e4e8eb;border-radius:8px;cursor:pointer;transition:all .2s;font-size:.9rem;color:#505050}.d1-sidebar-footer-item:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translate(4px);box-shadow:0 2px 8px #667eea4d}.d1-main{flex:1;overflow-y:auto}.d1-breadcrumb{padding:16px 32px;color:#8b95a1;font-size:.9rem;background:#fff;border-bottom:1px solid #e4e8eb}.d1-content{padding:32px;max-width:1400px;margin:0 auto}.d1-hero{text-align:center;padding:48px 0 40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;margin-bottom:32px;box-shadow:0 4px 20px #667eea33}.d1-hero-title{font-size:2.5rem;color:#fff;margin-bottom:12px;font-weight:700}.d1-hero-subtitle{font-size:1.1rem;color:#ffffffe6;font-weight:400}.d1-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:40px}.d1-stat-card{background:#fff;padding:24px;border-radius:12px;display:flex;align-items:center;gap:20px;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;cursor:pointer}.d1-stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.d1-stat-icon{font-size:2.5rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 12px #667eea4d}.d1-stat-content{flex:1}.d1-stat-value{font-size:2rem;font-weight:700;color:#202020;line-height:1;margin-bottom:4px}.d1-stat-label{font-size:.9rem;color:#8b95a1;font-weight:500}.d1-section{margin-bottom:48px}.d1-section-heading{font-size:1.5rem;color:#202020;margin-bottom:20px;display:flex;align-items:center;gap:12px;font-weight:600}.d1-section-icon{font-size:1.8rem}.d1-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.d1-category-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .3s;border:2px solid transparent}.d1-category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#00c73c}.d1-category-card.mobile{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.d1-category-card.mobile:hover{border-color:#764ba2;box-shadow:0 8px 24px #667eea4d}.d1-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.d1-category-icon{font-size:2rem}.d1-category-count{background:#00c73c1a;color:#00c73c;padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.d1-category-card.mobile .d1-category-count{background:#fff3;color:#fff}.d1-category-name{font-size:1.2rem;font-weight:600;margin-bottom:8px;color:#202020}.d1-category-card.mobile .d1-category-name{color:#fff}.d1-category-code{font-size:.9rem;color:#8b95a1;margin-bottom:12px}.d1-category-card.mobile .d1-category-code{color:#fffc}.d1-category-sub-count{font-size:.85rem;color:#8b95a1;padding-top:12px;border-top:1px solid #e4e8eb}.d1-category-card.mobile .d1-category-sub-count{color:#ffffffb3;border-top-color:#fff3}.d1-programs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.d1-program-group-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s}.d1-program-group-card:hover{box-shadow:0 4px 16px #0000001f}.d1-program-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e4e8eb}.d1-program-group-header h3{font-size:1.1rem;color:#202020;font-weight:600}.d1-program-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.d1-program-list{display:flex;flex-direction:column;gap:12px}.d1-program-item-card{padding:12px;background:#fafbfc;border-radius:8px;border-left:3px solid #00c73c;transition:all .2s;cursor:pointer}.d1-program-item-card:hover{background:#f0f8f4;transform:translate(4px)}.d1-program-item-badges{display:flex;align-items:center;gap:6px;margin-bottom:6px}.d1-program-code{font-size:.8rem;color:#00c73c;font-family:Courier New,monospace;font-weight:600}.d1-badge-new{background:#ff6b6b;color:#fff;padding:2px 6px;border-radius:3px;font-size:.65rem;font-weight:700}.d1-badge-mobile{font-size:.9rem}.d1-program-item-name{font-size:.9rem;color:#505050;line-height:1.4}.d1-view-more{margin-top:12px;width:100%;padding:8px;background:#f5f6f7;border:1px solid #e4e8eb;border-radius:6px;color:#505050;font-size:.85rem;cursor:pointer;transition:all .2s}.d1-view-more:hover{background:#00c73c;color:#fff;border-color:#00c73c}.d1-quick-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.d1-quick-link{background:#fff;padding:20px;border-radius:12px;border:2px solid #e4e8eb;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .2s;font-size:1rem;color:#202020;font-weight:500}.d1-quick-link:hover{border-color:#00c73c;background:#f0f8f4;transform:translateY(-2px);box-shadow:0 4px 12px #00c73c33}.d1-quick-icon{font-size:2rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f6f7,#e4e8eb);border-radius:50%;transition:all .2s}.d1-quick-link:hover .d1-quick-icon{background:linear-gradient(135deg,#667eea,#764ba2);transform:scale(1.1)}.design2{min-height:100vh;background:#f4f4f4;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.d2-header{height:70px;background:linear-gradient(135deg,#2c3e50,#34495e);display:flex;align-items:center;padding:0 24px;gap:24px;box-shadow:0 2px 8px #00000026;position:sticky;top:0;z-index:100}.d2-brand{display:flex;align-items:center;gap:12px;min-width:220px}.d2-logo-box{width:42px;height:42px;background:#3498db;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;border-radius:6px}.d2-brand-text{color:#fff;font-size:1.2rem;font-weight:600}.d2-nav{display:flex;gap:8px;flex:1;overflow-x:auto}.d2-nav-item{padding:8px 16px;background:#ffffff1a;border-radius:6px;cursor:pointer;transition:all .3s;min-width:fit-content;border:1px solid transparent}.d2-nav-item:hover{background:#ffffff26;border-color:#fff3}.d2-nav-item.active{background:#3498db;border-color:#2980b9}.d2-nav-item.mobile-nav{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#ffffff4d}.d2-nav-item.mobile-nav:hover{background:linear-gradient(135deg,#5568d3,#64398a)}.d2-nav-item.mobile-nav.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea80}.d2-nav-label{color:#fff;font-size:.95rem;font-weight:500;margin-bottom:2px}.d2-nav-code{color:#ffffffb3;font-size:.75rem;font-weight:400}.d2-toolbar{display:flex;align-items:center;gap:12px}.d2-icon-btn{width:36px;height:36px;background:#ffffff1a;border:none;border-radius:6px;cursor:pointer;transition:background .2s;font-size:1.1rem}.d2-icon-btn:hover{background:#fff3}.d2-user-badge{width:36px;height:36px;background:#3498db;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.d2-container{display:flex;min-height:calc(100vh - 70px)}.d2-sidebar{width:300px;background:#2c3e50;overflow-y:auto;box-shadow:2px 0 8px #0000001a}.d2-sidebar-header{padding:24px 20px;background:#34495e;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #3498db}.d2-sidebar-header h3{color:#fff;font-size:1.2rem;font-weight:600}.d2-badge{background:#3498db;color:#fff;padding:4px 10px;border-radius:12px;font-size:.8rem;font-weight:600}.d2-menu{padding:12px 0}.d2-menu-section{margin-bottom:4px}.d2-menu-header{padding:12px 20px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:background .2s;border-left:3px solid transparent}.d2-menu-header:hover{background:#ffffff0d;border-left-color:#3498db}.d2-menu-header.expanded{background:#ffffff14;border-left-color:#3498db}.d2-menu-icon{width:24px;height:24px;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:1.2rem;font-weight:300}.d2-menu-info{flex:1}.d2-menu-name{color:#fff;font-size:.95rem;font-weight:500;margin-bottom:4px}.d2-menu-meta{display:flex;gap:8px;align-items:center}.d2-mini-badge{background:#ffffff26;color:#fffc;padding:2px 8px;border-radius:8px;font-size:.75rem}.d2-menu-list{background:#00000026;padding:8px 0}.d2-program{padding:10px 20px 10px 56px;cursor:pointer;transition:background .2s;border-left:2px solid transparent}.d2-program:hover{background:#ffffff0d;border-left-color:#3498db}.d2-program-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.d2-program-code{color:#3498db;font-size:.8rem;font-family:Courier New,monospace}.d2-hw-tag{padding:2px 6px;border-radius:3px;font-size:.7rem;font-weight:600}.d2-hw-tag.w{background:#27ae60;color:#fff}.d2-hw-tag.h{background:#e74c3c;color:#fff}.d2-new-badge{background:#ff6b6b;color:#fff;padding:2px 6px;border-radius:3px;font-size:.7rem;font-weight:700}.d2-mobile-badge{font-size:.9rem}.d2-program-title{color:#ffffffe6;font-size:.9rem;line-height:1.4}.d2-main{flex:1;overflow-y:auto;background:#f4f4f4}.d2-toolbar-bar{padding:16px 32px;background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 1px 3px #0000000d}.d2-location{display:flex;align-items:center;gap:8px;color:#555;font-size:.95rem}.d2-location-icon{font-size:1rem}.d2-separator{color:#ccc}.d2-section-tag{background:#ecf0f1;padding:3px 8px;border-radius:4px;font-size:.85rem;font-weight:500;color:#34495e}.d2-content{padding:32px}.d2-welcome-card{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 8px #00000014;border-left:4px solid #3498db}.d2-welcome-card h1{font-size:2rem;color:#2c3e50;margin-bottom:12px}.d2-welcome-card p{color:#7f8c8d;font-size:1rem;margin-bottom:32px}.d2-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.d2-stat-box{background:#ecf0f1;padding:24px;border-radius:6px;text-align:center}.d2-stat-value{font-size:2rem;font-weight:700;color:#3498db;margin-bottom:8px}.d2-stat-label{color:#7f8c8d;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.design3{min-height:100vh;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.d3-header{height:65px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;padding:0 16px;gap:24px;position:sticky;top:0;z-index:100}.d3-logo{display:flex;align-items:center;gap:10px;min-width:200px;padding:0 8px}.d3-logo-emoji{font-size:1.6rem}.d3-logo-text{font-size:1.15rem;font-weight:600;color:#37352f}.d3-nav{display:flex;gap:8px;flex:1;overflow-x:auto;padding:4px 0}.d3-pill{padding:6px 14px;background:transparent;border:none;border-radius:20px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:6px;white-space:nowrap}.d3-pill:hover{background:#00000008}.d3-pill.active{background:#2eaadc1a}.d3-pill-text{color:#37352f;font-size:.9rem;font-weight:500}.d3-pill.active .d3-pill-text{color:#2eaadc}.d3-pill-count{color:#37352f66;font-size:.8rem}.d3-pill.active .d3-pill-count{color:#2eaadc}.d3-pill.mobile-pill{background:linear-gradient(135deg,#667eea,#764ba2)}.d3-pill.mobile-pill:hover{background:linear-gradient(135deg,#5568d3,#64398a)}.d3-pill.mobile-pill .d3-pill-text,.d3-pill.mobile-pill .d3-pill-count{color:#fff}.d3-pill.mobile-pill.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea66}.d3-actions{display:flex;gap:6px}.d3-action-btn{width:32px;height:32px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .15s;font-size:1.1rem}.d3-action-btn:hover{background:#00000008}.d3-container{display:flex;min-height:calc(100vh - 65px)}.d3-sidebar{width:280px;background:#f7f6f3;border-right:1px solid rgba(0,0,0,.06);overflow-y:auto}.d3-sidebar-title{padding:24px 16px 16px}.d3-title-main{font-size:1.15rem;font-weight:600;color:#37352f;margin-bottom:4px}.d3-title-sub{font-size:.85rem;color:#37352f99}.d3-menu{padding:8px 8px 24px}.d3-menu-block{margin-bottom:4px}.d3-menu-trigger{padding:6px 10px;display:flex;align-items:center;gap:6px;cursor:pointer;border-radius:6px;transition:background .15s}.d3-menu-trigger:hover{background:#00000008}.d3-menu-trigger.open{background:#00000005}.d3-chevron{color:#37352f66;font-size:1rem;width:16px;display:flex;align-items:center;justify-content:center;transition:transform .15s}.d3-trigger-text{flex:1;color:#37352f;font-size:.9rem;font-weight:500}.d3-bubble{background:#37352f14;color:#37352f99;padding:2px 8px;border-radius:10px;font-size:.75rem;font-weight:500}.d3-submenu{padding:4px 0 4px 22px}.d3-item{padding:8px 10px;border-radius:6px;margin-bottom:2px;cursor:pointer;transition:background .15s}.d3-item:hover{background:#2eaadc0f}.d3-item-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.d3-item-code{color:#2eaadc;font-size:.8rem;font-family:Courier New,monospace}.d3-item-badges{display:flex;gap:4px}.d3-hw{padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:500}.d3-hw.w{background:#2ecc7126;color:#27ae60}.d3-hw.h{background:#e74c3c26;color:#c0392b}.d3-dev{background:#9b59b626;color:#8e44ad;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:500}.d3-new-badge{background:#ff6b6b;color:#fff;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:700}.d3-mobile-badge{font-size:.9rem}.d3-item-name{color:#37352fd9;font-size:.875rem;line-height:1.4}.d3-main{flex:1;overflow-y:auto;background:#fff}.d3-page-header{padding:24px 48px 16px}.d3-breadcrumb{display:flex;align-items:center;gap:6px;color:#37352f99;font-size:.875rem}.d3-bread-home{font-size:1rem}.d3-bread-sep{color:#37352f4d}.d3-bread-item{color:#37352f;font-weight:500}.d3-content{padding:0 48px 48px;max-width:1000px}.d3-hero{padding-top:32px}.d3-hero-title{font-size:2.5rem;font-weight:700;color:#37352f;margin-bottom:12px;letter-spacing:-.03em}.d3-hero-desc{font-size:1.1rem;color:#37352fa6;margin-bottom:40px;line-height:1.6}.d3-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.d3-card{padding:24px;background:#f7f6f3;border-radius:12px;border:1px solid rgba(0,0,0,.06);transition:all .2s ease;cursor:pointer}.d3-card:hover{background:#f1f0ed;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.d3-card-icon{font-size:2rem;margin-bottom:12px}.d3-card-title{font-size:.9rem;color:#37352f99;margin-bottom:8px}.d3-card-value{font-size:1.8rem;font-weight:700;color:#37352f}
