:root{--primary:#6366f1;--primary-hover:#4f46e5;--primary-light:#818cf8;--primary-lighter:#a5b4fc;--primary-bg:#eef2ff;--primary-shadow:#6366f140;--text:#1d2d46;--text-muted:#8b82a6;--text-soft:#6b6180;--label:#577097;--border:#e8e4f0;--border-soft:#eef0fa;--card:#fff;--page-bg:#f5f6fa;--nav-bg:#fafbff;--success:#10b981;--success-hover:#059669;--danger:#ef4444;--warning:#f59e0b;--radius-sm:4px;--radius:6px;--radius-lg:8px;--radius-xl:10px;--shadow-sm:0 1px 3px #0f0f1e0f;--shadow-md:0 4px 14px #0f0f1e1a;--shadow-lg:0 12px 32px #0f0f1e1f;--shadow-primary:0 4px 12px var(--primary-shadow)}body,html{font-size:1rem}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1d2d46;color:var(--text);font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif}*,body{margin:0}*{border:none;box-sizing:border-box;font-family:inherit;font-size:.75rem;font-weight:400;outline:none;padding:0}button,input,select,textarea{color:inherit;font-family:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}strong{font-weight:700}label{color:#577097;color:var(--label)}#signin label{display:block}#signin button,#signin input{height:30px;width:100%}#signin input{border:1px solid #e8e4f0;border:1px solid var(--border);border-radius:4px;border-radius:var(--radius-sm);padding:0 .5rem;transition:border-color .15s,box-shadow .15s}#signin input:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f126}#signin button{background:#6366f1;background:var(--primary);border-radius:4px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-weight:500;transition:background .15s}#signin button:hover{background:#4f46e5;background:var(--primary-hover)}#signin h1{font-size:1rem;font-weight:600}#header{background:#fff;border-bottom:1px solid #eef0fa;border-bottom:1px solid var(--border-soft);height:40px;right:0;z-index:100}#header,#navigation{left:0;position:fixed;top:0}#navigation{background:#fafbff;background:var(--nav-bg);border-right:1px solid #eef0fa;border-right:1px solid var(--border-soft);bottom:0;display:flex;flex-direction:column;overflow-y:auto;width:220px;z-index:101}#workspace{background:#f5f6fa;background:var(--page-bg);bottom:0;left:220px;overflow:auto;position:fixed;right:0;top:40px;z-index:100}#profile{display:inline-block;float:right;line-height:40px;padding:0 1rem;position:relative}#profileMenu{background:#fff;background:var(--card);border:1px solid #eef0fa;border:1px solid var(--border-soft);border-radius:0 0 6px 6px;border-radius:0 0 var(--radius) var(--radius);box-shadow:0 12px 32px #0f0f1e1f;box-shadow:var(--shadow-lg);overflow:hidden;position:fixed;right:0;top:40px;width:200px;z-index:999999999}#profileMenu ul{list-style:none}#profileMenu ul li{cursor:pointer;padding:10px 16px;transition:background .15s,color .15s}#profileMenu ul li:hover{background:#eef2ff;background:var(--primary-bg);color:#6366f1;color:var(--primary)}#profileMenu ul li:last-of-type{border-top:1px solid #eef0fa;border-top:1px solid var(--border-soft);color:#ef4444;color:var(--danger)}#profileMenu ul li:last-of-type:hover{background:#fef2f2;color:#ef4444;color:var(--danger)}.nav-brand{align-items:center;border-bottom:1px solid #eef0fa;border-bottom:1px solid var(--border-soft);display:flex;gap:10px;padding:16px 18px 18px}.nav-brand img{background:linear-gradient(135deg,#6366f1,#a5b4fc);background:linear-gradient(135deg,var(--primary),var(--primary-lighter));border-radius:6px;border-radius:var(--radius);box-shadow:0 4px 12px #6366f140;box-shadow:var(--shadow-primary);height:36px;padding:5px;width:36px}.nav-brand-text{display:flex;flex-direction:column;line-height:1.15}.nav-brand-title{color:#1d2d46;color:var(--text);font-weight:700}.nav-brand-sub{color:#8b82a6;color:var(--text-muted);margin-top:1px}.nav-list{display:flex;flex:1 1;flex-direction:column;gap:2px;padding:10px 8px}.module{align-items:center;border-radius:6px;border-radius:var(--radius);color:#6b6180;color:var(--text-soft);cursor:pointer;display:flex;gap:10px;height:38px;padding:0 12px;transition:background .15s,color .15s,box-shadow .15s}.module *{color:inherit}.module svg{flex-shrink:0;opacity:.8}.module:hover{background:#6366f10f;color:#4a3d6b}.module:hover svg{opacity:1}.module.active{background:linear-gradient(135deg,#6366f1,#818cf8);background:linear-gradient(135deg,var(--primary),var(--primary-light));box-shadow:0 4px 12px #6366f140;box-shadow:var(--shadow-primary);color:#fff;font-weight:600}.module.active svg{opacity:1}.settings-overlay{align-items:center;animation:fadeIn .2s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#0f0f1e73;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100000001}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes spin{to{transform:rotate(1turn)}}.settings-dialog{animation:slideIn .25s ease;background:#fff;border-radius:10px;border-radius:var(--radius-xl);box-shadow:0 25px 60px #0003,0 0 0 1px #0000000d;display:flex;height:500px;overflow:hidden;position:relative;width:660px}.settings-sidebar{background:linear-gradient(180deg,#f8faff,#eef2ff);border-right:1px solid #eef0fa;border-right:1px solid var(--border-soft);display:flex;flex-direction:column;flex-shrink:0;padding:24px 0 16px;width:200px}.settings-avatar-area{align-items:center;border-bottom:1px solid #eef0fa;border-bottom:1px solid var(--border-soft);display:flex;flex-direction:column;margin-bottom:8px;padding:0 16px 20px}.settings-avatar{align-items:center;background:linear-gradient(135deg,#6366f1,#a5b4fc);background:linear-gradient(135deg,var(--primary),var(--primary-lighter));border-radius:50%;box-shadow:0 4px 12px #6366f140;box-shadow:var(--shadow-primary);color:#fff;display:flex;font-weight:600;height:56px;justify-content:center;letter-spacing:.5px;margin-bottom:10px;width:56px}.settings-avatar-name{color:#1d2d46;color:var(--text);font-weight:600;line-height:1.3;text-align:center}.settings-avatar-email{color:#8b82a6;color:var(--text-muted);margin-top:2px;text-align:center;word-break:break-all}.settings-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;padding:8px 10px}.settings-nav-item{align-items:center;background:none;border-radius:6px;border-radius:var(--radius);color:#6b6180;color:var(--text-soft);cursor:pointer;display:flex;gap:10px;padding:9px 14px;text-align:left;transition:all .15s;width:100%}.settings-nav-item:hover{background:#6366f10f;color:#4a3d6b}.settings-nav-item.active{background:#fff;box-shadow:0 2px 8px #6366f126;color:#6366f1;color:var(--primary);font-weight:600}.settings-nav-item svg{flex-shrink:0;opacity:.7}.settings-nav-item.active svg{stroke:#6366f1;stroke:var(--primary);opacity:1}.settings-content{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.settings-header{align-items:center;border-bottom:1px solid #eef0fa;border-bottom:1px solid var(--border-soft);display:flex;justify-content:space-between;padding:20px 28px 16px}.settings-title{color:#1d2d46;color:var(--text);font-weight:700}.settings-close{align-items:center;background:#0000;border-radius:4px;border-radius:var(--radius-sm);color:#8b82a6;color:var(--text-muted);cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .15s;width:32px}.settings-close:hover{background:#eef2ff;background:var(--primary-bg);color:#6366f1;color:var(--primary)}.settings-body{flex:1 1;overflow-y:auto;padding:20px 28px 28px}.settings-section{margin-bottom:24px}.settings-section-title{border-bottom:1px solid #eef0fa;border-bottom:1px solid var(--border-soft);color:#8b82a6;color:var(--text-muted);font-weight:600;letter-spacing:.8px;margin-bottom:14px;padding-bottom:8px;text-transform:uppercase}.settings-field{margin-bottom:16px}.settings-label{color:#5a5270;display:block;font-weight:500;margin-bottom:6px}.settings-input{background:#fff;border:1.5px solid #e8e4f0;border:1.5px solid var(--border);border-radius:6px;border-radius:var(--radius);color:#1d2d46;color:var(--text);padding:9px 13px;transition:all .15s;width:100%}.settings-input:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.settings-input:disabled{background:#f8f7fb;color:#9b93b0;cursor:not-allowed}.settings-btn{align-items:center;border-radius:6px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-weight:600;gap:6px;padding:9px 20px;transition:all .15s}.settings-btn:disabled{cursor:not-allowed;opacity:.5}.settings-btn-primary{background:linear-gradient(135deg,#6366f1,#818cf8);background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);box-shadow:0 2px 8px #6366f140;box-shadow:0 2px 8px var(--primary-shadow);color:#fff}.settings-btn-primary:hover:not(:disabled){box-shadow:0 4px 14px #6366f159;transform:translateY(-1px)}.settings-strength-bar{display:flex;gap:4px;margin-top:8px}.settings-strength-segment{background:#e8e4f0;background:var(--border);border-radius:2px;flex:1 1;height:4px;transition:background .2s}.settings-strength-segment.weak{background:#ef4444;background:var(--danger)}.settings-strength-segment.medium{background:#f59e0b;background:var(--warning)}.settings-strength-segment.strong{background:#10b981;background:var(--success)}.settings-strength-text{font-weight:500;margin-top:4px}.settings-strength-text.weak{color:#ef4444;color:var(--danger)}.settings-strength-text.medium{color:#f59e0b;color:var(--warning)}.settings-strength-text.strong{color:#10b981;color:var(--success)}.settings-status{align-items:center;animation:fadeIn .2s;border-radius:6px;border-radius:var(--radius);display:flex;gap:8px;margin-bottom:16px;padding:10px 14px}.settings-status.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.settings-status.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.settings-password-wrap{position:relative}.settings-password-wrap .settings-input{padding-right:42px}.settings-password-toggle{align-items:center;background:none;color:#8b82a6;color:var(--text-muted);cursor:pointer;display:flex;padding:4px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.settings-password-toggle:hover{color:#6366f1;color:var(--primary)}.row{background:#fff;border-bottom:1px solid #eef0fa;border-bottom:1px solid var(--border-soft);border-right:1px solid #eef0fa;border-right:1px solid var(--border-soft);cursor:pointer;height:32px;min-width:100%;transition:background .15s}.row:hover{background:#fafbff;background:var(--nav-bg)}.row.header,.row.header:hover{background:#f6f6fb;cursor:default;font-weight:600}.row>div{align-items:center;border-right:1px solid #eef0fa;border-right:1px solid var(--border-soft);display:flex;height:100%}.row>div:last-of-type{border-right:none}.row:last-of-type{border-bottom:1px solid #eef0fa;border-bottom:1px solid var(--border-soft)}.row input,.row select{background:#0000;height:100%;padding:0 .5rem;width:100%}.row.create,.row.create input,.row.create select{background:#eefff1;border-bottom:1px solid #eefff1}#dataheader{border-top:1px solid #eef0fa;border-top:1px solid var(--border-soft);height:30px;top:40px}#datagrid,#dataheader{background:#fff;left:220px;position:fixed;right:0}#datagrid{background:var(--card);bottom:0;overflow:auto;top:70px}#toolbar{align-items:center;background:#fff;display:flex;height:40px;left:220px;padding:0 1rem;position:fixed;right:220px;top:0}#toolbar button{background:#6366f1;background:var(--primary);border-radius:4px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-weight:500;height:26px;margin-right:1rem;padding:0 .75rem;transition:background .15s}#toolbar button:hover{background:#4f46e5;background:var(--primary-hover)}#toolbar button.create{background:#10b981;background:var(--success)}#toolbar button.create:hover{background:#059669;background:var(--success-hover)}#toolbar img{height:16px}#toolbar span{display:inline-block;margin:0 1rem 0 0}button.create{background:#10b981;background:var(--success);color:#fff}#fullLoader,#fullLoaderBackground{bottom:0;left:0;position:fixed;right:0;top:0}#fullLoader{align-items:center;display:flex;justify-content:center;z-index:100000}#fullLoaderBackground{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:#0f0f1e73;z-index:10000}.loader{animation:spin .8s linear infinite;aspect-ratio:1;border:4px solid #eef2ff;border-radius:50%;border-right-color:#6366f1;border:4px solid var(--primary-bg);border-right-color:var(--primary);width:40px}#modal{height:600px;padding:1.5rem;position:absolute;width:800px}#modal,#modalBig{background:#fff;border-radius:10px;border-radius:var(--radius-xl);box-shadow:0 12px 32px #0f0f1e1f;box-shadow:var(--shadow-lg)}#modalBig{bottom:2rem;left:2rem;overflow:hidden;position:fixed;right:2rem;top:2rem}#modal .close,#modalBig .close{cursor:pointer;position:absolute;right:.5rem;top:.5rem}.close img{width:15px}#modal h1{font-size:1rem;font-weight:600}#modalBig #leftPanel{border-right:1px solid #eef0fa;border-right:1px solid var(--border-soft);left:0;width:300px}#modalBig #leftPanel,#modalBig #rightPanel{bottom:0;padding:1rem;position:absolute;top:0}#modalBig #rightPanel{left:300px;overflow:auto;right:0}.page{z-index:1000000000}.page .contents{background:#fff;bottom:0;left:220px;position:fixed;right:0;top:0;z-index:1000000000001}.page .return{background:#6366f1;background:var(--primary);border-radius:50%;cursor:pointer;display:inline-block;height:30px;line-height:30px;margin:0 1rem 0 0;text-align:center;transition:background .15s;width:30px}.page .return:hover{background:#4f46e5;background:var(--primary-hover)}.return>span{color:#fff;font-size:1rem;font-weight:700}.page h1{font-size:1rem;font-weight:600;margin-top:1rem}.page .tools{align-items:center;background:#fff;border-bottom:1px solid #eef0fa;border-bottom:1px solid var(--border-soft);display:flex;height:48px;left:0;padding:0 1rem;position:absolute;right:0;top:0}.page .tool{align-items:center;border-right:1px solid #eef0fa;border-right:1px solid var(--border-soft);display:inline-flex;height:40px;justify-content:center;width:40px}input.formInput,select.formInput{background:#fff;border:1px solid #e8e4f0;border:1px solid var(--border);border-radius:4px;border-radius:var(--radius-sm);height:32px;padding:0 .5rem;transition:border-color .15s,box-shadow .15s;width:100%}input.formInput:focus,select.formInput:focus,textarea.formInput:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}textarea.formInput{background:#fff;border:1px solid #e8e4f0;border:1px solid var(--border);min-height:400px;padding:.5rem;transition:border-color .15s,box-shadow .15s;width:100%}button.formButton,textarea.formInput{border-radius:4px;border-radius:var(--radius-sm)}button.formButton{background:#6366f1;background:var(--primary);color:#fff;cursor:pointer;font-weight:500;height:32px;margin:0 0 0 1rem;min-width:100px;padding:0 1rem;transition:background .15s}button.formButton:hover{background:#4f46e5;background:var(--primary-hover)}button.formButton.secondary{background:#fff;border:1px solid #e8e4f0;border:1px solid var(--border);color:#6b6180;color:var(--text-soft)}button.formButton.secondary:hover{background:#eef2ff;background:var(--primary-bg);border-color:#a5b4fc;border-color:var(--primary-lighter);color:#6366f1;color:var(--primary)}.buttons{bottom:0;display:flex;justify-content:flex-end;left:0;padding:1rem;position:absolute;right:0}.toolbarButton{background:#6366f1;background:var(--primary)}.toolbarButton,button.remove{border-radius:4px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;height:30px;padding:0 .75rem}button.remove{background:#ef4444;background:var(--danger)}.fleetTextarea,.formInput,.formSelect{background:#fff;border:1px solid #e8e4f0;border:1px solid var(--border);border-radius:4px;border-radius:var(--radius-sm);color:#1d2d46;color:var(--text);font-family:inherit;height:30px;line-height:28px;padding:0 .5rem}.container{display:flex;margin-bottom:1rem}.col,.col2,.col3{border:1px dashed #e8e4f0;border:1px dashed var(--border);border-radius:4px;border-radius:var(--radius-sm);flex:1 1;padding:1rem}.col{width:100%}.col img,.col2 img{height:auto;object-fit:cover;width:100%}.video-container{border-radius:6px;border-radius:var(--radius);overflow:hidden;padding-top:56.25%;position:relative;width:100%}.video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.editor-container{display:flex;flex-direction:column;height:100%}.content-area{flex-grow:1;overflow-y:auto}.footer-buttons{background:#fff;border-top:1px solid #eef0fa;border-top:1px solid var(--border-soft);display:flex;justify-content:space-between;padding:1rem}.container-grid{bottom:0;left:220px;position:fixed;right:0;top:40px}.tools{align-items:center;gap:4px;padding:0 .5rem}.subtabs,.tools{display:flex;flex-shrink:0;height:32px}.subtabs{align-items:stretch;background:#fff;border-bottom:1px solid #e8e4f0;border-bottom:1px solid var(--border);gap:2px;overflow-x:auto;overflow-y:hidden;padding:0 4px}.subtabs::-webkit-scrollbar{display:none}.subtab{align-items:center;border-bottom:2px solid #0000;color:#6b6180;color:var(--text-soft);cursor:pointer;display:flex;padding:0 14px;position:relative;transition:color .15s,border-color .15s,background .15s;-webkit-user-select:none;user-select:none;white-space:nowrap}.subtab:hover{background:#6366f10a;color:#1d2d46;color:var(--text)}.subtab.active{background:#fff;border-bottom-color:#6366f1;border-bottom-color:var(--primary);color:#6366f1;color:var(--primary);font-weight:600}.subtab .close{border-radius:3px;color:#8b82a6;color:var(--text-muted);cursor:pointer;font-size:16px;line-height:1;margin-left:8px;padding:2px 5px;transition:color .15s,background .15s}.subtab .close:hover{background:#ef444414;color:#ef4444;color:var(--danger)}.subtab.dirty:before{background:#f59e0b;background:var(--warning);border-radius:50%;content:"";flex-shrink:0;height:6px;margin-right:6px;width:6px}.subtab.dirty{color:#b45309}.subtab.dirty.active{border-bottom-color:#f59e0b;border-bottom-color:var(--warning);color:#b45309}.subtab-add{align-items:center;border-radius:4px;color:#6366f1;color:var(--primary);cursor:pointer;display:flex;padding:0 8px;transition:background .15s}.subtab-add:hover{background:#6366f114}.inner-tabs{align-items:stretch;border-bottom:1px solid #e8e4f0;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;overflow-x:auto;overflow-y:hidden}.inner-tabs::-webkit-scrollbar{display:none}.inner-tab{border-bottom:2px solid #0000;color:#6b6180;color:var(--text-soft);cursor:pointer;padding:6px 14px;transition:color .15s,border-color .15s,background .15s;-webkit-user-select:none;user-select:none;white-space:nowrap}.inner-tab:hover{background:#6366f10a;color:#1d2d46;color:var(--text)}.inner-tab.active{border-bottom-color:#6366f1;border-bottom-color:var(--primary);color:#6366f1;color:var(--primary);font-weight:600}.inner-tab-content{flex:1 1;overflow:auto;padding:15px}.btn-default,.btn-delete,.btn-save{border:none;justify-content:center}.btn-default,.btn-delete,.btn-flat,.btn-save{align-items:center;border-radius:4px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;transition:background .15s,opacity .15s}.btn-flat{background:#0000;gap:5px;padding:4px 8px;-webkit-user-select:none;user-select:none}.btn-flat:hover:not(:disabled){opacity:.75}.btn-flat:disabled{cursor:not-allowed;opacity:.4}.btn-flat svg{height:16px;width:16px}.btn-icon{background:#fff!important;border:1px solid #e8e4f0!important;border:1px solid var(--border)!important;border-radius:4px;border-radius:var(--radius-sm);color:#6b6180;color:var(--text-soft);gap:4px;height:24px;margin-left:0!important;padding:0 8px}.btn-icon svg{height:14px;width:14px}.btn-icon:hover{background:#eef2ff!important;background:var(--primary-bg)!important;border-color:#a5b4fc!important;border-color:var(--primary-lighter)!important}.btn-icon:hover,.btn-save{color:#6366f1;color:var(--primary)}.btn-save{background:none}.btn-save:hover{background:#6366f11a}.btn-save.disabled,.btn-save:disabled{cursor:default;opacity:.4;pointer-events:none}.btn-delete{background:none;color:#ef4444;color:var(--danger)}.btn-delete:hover{background:#ef44441a}.btn-delete.disabled,.btn-delete:disabled{cursor:default;opacity:.4;pointer-events:none}.btn-default{background:none;color:#6b6180;color:var(--text-soft)}.btn-default:hover{background:#0000000d}.btn-icon.btn-save{color:#6366f1;color:var(--primary)}.btn-icon.btn-save:hover{background:#eef2ff!important;background:var(--primary-bg)!important}.btn-icon.btn-delete{color:#ef4444;color:var(--danger)}.btn-icon.btn-delete:hover{background:#fef2f2!important;border-color:#fecaca!important}.container-datagrid{background:#fff;background:var(--card);bottom:.5rem;left:.5rem;position:absolute;right:.5rem;top:0}.container-datagrid,.record-container{border:1px solid #e8e4f0;border:1px solid var(--border);border-radius:4px;border-radius:var(--radius-sm);overflow:hidden}.record-container{background:#fff;display:flex;flex:1 1;flex-direction:column;margin:0 .5rem .5rem}.record-toolbar{align-items:center;border-bottom:1px solid #eef0fa;border-bottom:1px solid var(--border-soft);display:flex;flex-shrink:0;gap:8px;height:36px;padding:0 10px}.record-content{background:#fff;flex:1 1;overflow:auto;position:relative}.saving-overlay{align-items:center;background:#fff9;display:flex;inset:0;justify-content:center;position:absolute;z-index:10}.data-grid{outline:none}.header-row{background:#f6f6fb}.data-row:nth-child(2n){background:#fafbff}.data-row input{height:auto}.displayflex{display:flex}.alignitemscenter,.flexaligncenter{align-items:center}.cursorpointer{cursor:pointer}.lineheight40px{line-height:40px}.fontweightbold{font-weight:700}.onelinetext{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.margintophalfrem{margin-top:.5rem}.margintop1rem{margin-top:1rem}.marginbottom1rem{margin-bottom:1rem}.marginbottomhalfrem{margin-bottom:.5rem}.marginrighthalfrem{margin-right:.5rem}.marginlefthalfrem{margin-left:.5rem}.width40px{width:40px}.width100px{width:100px}.width100percent{width:100%}.width150px{width:150px}.width200px{width:200px}.width250px{width:250px}.width400px{width:400px}.width600px{width:600px}.width1000px{width:1000px}