*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;height:100vh;overflow:hidden}#shell-sidebar{width:240px;background-color:#1e293b;color:#fff;display:flex;flex-direction:column;transition:width .3s}#shell-sidebar.collapsed{width:60px}#shell-header{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}#shell-title{font-size:1.25rem;font-weight:600}#shell-sidebar.collapsed #shell-title{display:none}#shell-collapse{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}#shell-navigation{flex:1;padding:1rem 0;overflow-y:auto}.shell-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#fff;text-decoration:none;transition:background-color .2s;border-left:3px solid transparent}.shell-nav-item:hover{background-color:#ffffff1a}.shell-nav-item-active{background-color:#3b82f633;border-left-color:#3b82f6}#shell-sidebar.collapsed .shell-nav-label{display:none}.shell-icon{font-size:1.25rem}#shell-main{flex:1;background-color:#f8fafc;overflow:auto}#shell-content{height:100%}.shell-loading{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.25rem;color:#64748b}.shell-error{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.25rem;color:#ef4444}#shell-busy-overlay{position:fixed;inset:0;background-color:#00000080;display:none;align-items:center;justify-content:center;z-index:9999}.shell-busy-content{background:#fff;padding:2rem;border-radius:8px;text-align:center;min-width:200px}.shell-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:shell-spin .8s linear infinite;margin:0 auto 1rem}@keyframes shell-spin{to{transform:rotate(360deg)}}.shell-busy-message{color:#1e293b;font-size:1rem}#shell-toast-container{position:fixed;top:1rem;right:1rem;z-index:10000;display:flex;flex-direction:column;gap:.5rem}.shell-toast{padding:1rem 1.5rem;border-radius:6px;color:#fff;font-size:.875rem;box-shadow:0 4px 6px #0000001a;opacity:0;transform:translate(100%);transition:all .3s;max-width:400px}.shell-toast-show{opacity:1;transform:translate(0)}.shell-toast-success{background-color:#10b981}.shell-toast-error{background-color:#ef4444}.shell-toast-warning{background-color:#f59e0b}.shell-toast-info{background-color:#3b82f6}.shell-dialog-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10001}.shell-dialog{background:#fff;border-radius:8px;padding:1.5rem;min-width:400px;max-width:600px;box-shadow:0 20px 25px #00000026}.shell-dialog-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.shell-dialog-message{color:#64748b;margin-bottom:1.5rem;line-height:1.5}.shell-dialog-buttons{display:flex;gap:.75rem;justify-content:flex-end}.shell-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.shell-btn-primary{background-color:#3b82f6;color:#fff}.shell-btn-primary:hover{background-color:#2563eb}.shell-btn-secondary{background-color:#e5e7eb;color:#1e293b}.shell-btn-secondary:hover{background-color:#d1d5db}.shell-btn-default{background-color:#f3f4f6;color:#1e293b}.shell-btn-default:hover{background-color:#e5e7eb}
