/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-font-feature-settings:var(--font-sans--font-feature-settings);--default-font-variation-settings:var(--font-sans--font-variation-settings);--default-mono-font-family:var(--font-mono);--default-mono-font-feature-settings:var(--font-mono--font-feature-settings);--default-mono-font-variation-settings:var(--font-mono--font-variation-settings)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:color-mix(in oklab,currentColor 50%,transparent)}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.table{display:table}.table-row{display:table-row}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}.login-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem}.login-box{background-color:#fff0f6;border-radius:1.5rem;padding:2.5rem 2rem;width:350px;box-shadow:0 8px 20px #ff69b433;text-align:center;transition:transform .3s ease}.login-box:hover{transform:translateY(-5px)}.login-title{font-size:2rem;color:#ff4f9c;margin-bottom:1.5rem;font-weight:600}.login-error{color:#d80073;background:#ffe6ec;padding:.5rem;border-radius:.75rem;margin-bottom:1rem;font-size:.95rem}.form-wrapper{display:flex;flex-direction:column;gap:1rem}.form-group{margin-bottom:1.25rem;text-align:left}.form-label{display:block;margin-bottom:.5rem;color:#cc1f66;font-weight:500;font-size:.95rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #ffaad4;border-radius:1rem;font-size:1rem;background-color:#fff8fc;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#ff4f9c;box-shadow:0 0 0 3px #ff69b433}.login-button{width:100%;padding:.8rem;background-color:#ff69b4;color:#fff;border:none;border-radius:1.5rem;font-size:1rem;font-weight:700;cursor:pointer;margin-top:.5rem;transition:background-color .3s ease,transform .2s ease}.login-button:hover{background-color:#ff4f9c;transform:scale(1.03)}.form-footer{margin-top:1rem;color:#a6487a;font-size:.9rem}.register-link{margin-top:.5rem;background:none;border:2px dashed #ffaad4;color:#cc1f66;padding:.6rem 1rem;border-radius:1.5rem;font-weight:500;cursor:pointer;transition:all .3s ease}.register-link:hover{background-color:#ffe6ef;transform:scale(1.05)}.register-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem}.register-box{background-color:#fff0f6;border-radius:1.5rem;padding:2.5rem 2rem;width:350px;box-shadow:0 8px 20px #ff69b433;display:flex;flex-direction:column;gap:1.2rem;align-items:center;transition:transform .3s ease}.register-box:hover{transform:translateY(-5px)}.register-title{font-size:2rem;color:#ff4f9c;font-weight:600;margin-bottom:.5rem}.register-input{width:100%;padding:.75rem 1rem;font-size:1rem;border-radius:1rem;border:2px solid #ffaad4;background-color:#fff8fc;transition:border-color .3s ease,box-shadow .3s ease}.register-input:focus{outline:none;border-color:#ff4f9c;box-shadow:0 0 0 3px #ff69b433}.register-button{width:100%;padding:.8rem;background-color:#ff69b4;color:#fff;border:none;border-radius:1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.register-button:hover{background-color:#ff4f9c;transform:scale(1.03)}.navbar{background:linear-gradient(to right,#ffcde5,#ffe0ec);padding:1rem 2rem;border-radius:1rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 6px 16px #ff69b433;margin-bottom:2rem}.navbar-links{display:flex;gap:1.5rem}.navbar-links a{text-decoration:none;color:#cc1f66;font-size:1.05rem;font-weight:500;padding:.4rem .8rem;border-radius:1rem;transition:background-color .3s ease,transform .2s ease}.navbar-links a:hover{background-color:#ffe6ef;transform:scale(1.05)}.logout-button{background-color:#ff69b4;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:1.5rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.logout-button:hover{background-color:#ff4f9c;transform:scale(1.05)}.sales-graph-container{background-color:#fff0f6;padding:1.5rem;border-radius:1.5rem;box-shadow:0 8px 20px #ff69b426;height:100%;display:flex;flex-direction:column}.sales-graph-title{text-align:center;font-size:1.6rem;color:#ff4f9c;font-weight:600;margin-bottom:1.2rem}.sales-graph-empty{text-align:center;color:#a6487a;font-size:1rem;font-style:italic}.chart-wrapper{flex:1;min-height:300px;position:relative;overflow-x:auto}.notification-box{background-color:#fff0f6;border-radius:1.5rem;padding:1.5rem;box-shadow:0 6px 16px #ff69b433;max-height:300px;overflow-y:auto}.notification-title{font-size:1.5rem;font-weight:600;color:#ff4f9c;margin-bottom:1rem;text-align:center}.notification-empty{text-align:center;color:#a6487a;font-style:italic;font-size:1rem}.notification-list{list-style:none;padding:0;margin:0}.notification-item{background-color:#ffe6ef;padding:.8rem 1rem;margin-bottom:.75rem;border-radius:1rem;color:#cc1f66;display:flex;flex-direction:column;gap:.3rem;font-size:.95rem;box-shadow:0 2px 6px #ff69b426;transition:transform .2s ease}.notification-item:hover{transform:scale(1.02);background-color:#ffd6e8}.notification-date{font-size:.8rem;color:#8e3d60;text-align:right}.dashboard-page{padding:2rem;min-height:100vh}.dashboard-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem}.dashboard-right{flex:1;display:flex;flex-direction:column;gap:2rem;min-width:300px}.dashboard-graph{flex:2;min-width:400px}.dashboard-card{background-color:#fff0f6;border-radius:1.5rem;box-shadow:0 8px 20px #ff69b433;padding:1.5rem;transition:transform .3s ease}.dashboard-card:hover{transform:translateY(-4px)}.dashboard-billing{display:flex;justify-content:center;align-items:center}.billing-button{background-color:#ff69b4;color:#fff;border:none;padding:.9rem 2rem;font-size:1.1rem;font-weight:600;border-radius:2rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.billing-button:hover{background-color:#ff4f9c;transform:scale(1.05)}.category-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.category-title{font-size:2.5rem;color:#ff4f9c;margin-bottom:2rem;font-weight:600}.category-buttons{display:flex;gap:2rem;flex-wrap:wrap}.category-button{background-color:#ff69b4;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.2rem;border-radius:2rem;font-weight:500;cursor:pointer;box-shadow:0 6px 15px #ff69b44d;transition:background-color .3s ease,transform .2s ease}.category-button:hover{background-color:#ff4f9c;transform:scale(1.05)}.restock-container{background-color:#fff;padding:1rem;margin-top:1.5rem;border-radius:.75rem;box-shadow:0 4px 12px #0000001a}.restock-title{font-size:1.25rem;font-weight:600;color:#db2777;margin-bottom:1rem}.restock-input{display:block;width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem}.restock-button{background-color:#db2777;color:#fff;padding:.5rem 1.25rem;font-size:1rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .3s ease}.restock-button:hover{background-color:#be185d}.clothing-billing-container{background-color:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 4px 12px #0000001a;margin-top:1.5rem}.billing-title{font-size:1.25rem;font-weight:600;color:#db2777;margin-bottom:1rem}.billing-input{display:block;width:100%;padding:.5rem;margin-bottom:1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem}.billing-button{background-color:#db2777;color:#fff;padding:.5rem 1.25rem;font-size:1rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .3s ease}.billing-button:hover{background-color:#be185d}.notification-box{background-color:#fef9c3;padding:1rem;border-radius:.75rem;margin-bottom:1.5rem}.notification-title{font-size:1.125rem;font-weight:600;color:#92400e}.notification-list{list-style-type:disc;margin-left:1.5rem;margin-top:.5rem;color:#854d0e}.billing-history-container{background-color:#fff;padding:1rem;margin-top:1.5rem;border-radius:.75rem;box-shadow:0 4px 12px #0000001a}.billing-history-title{font-size:1.25rem;font-weight:600;color:#db2777;margin-bottom:1rem}.billing-history-table-wrapper{overflow-x:auto}.billing-history-table{width:100%;border-collapse:collapse;font-size:.875rem}.billing-history-header{background-color:#fce7f3}.billing-history-header th,.billing-history-row td{padding:.75rem;text-align:center}.billing-history-row{border-top:1px solid #e5e7eb}.center-text{text-align:center}.stock-graph-container{background-color:#fff;padding:1rem;margin-bottom:1.5rem;border-radius:.75rem;box-shadow:0 4px 12px #0000001a}.stock-graph-title{font-size:1.25rem;font-weight:600;color:#db2777;margin-bottom:1rem}.sales-graph-container{background-color:#fff;padding:1rem;margin-bottom:1.5rem;border-radius:.75rem;box-shadow:0 4px 12px #0000001a;min-height:300px;height:auto}.sales-graph-title{font-size:1.25rem;font-weight:600;color:#db2777;margin-bottom:1rem}.clothing-dashboard{padding:1.5rem;background:linear-gradient(to bottom right,#ffe4e6,#fff);min-height:100vh}.dashboard-title{font-size:2rem;font-weight:700;color:#be185d;margin-bottom:1.5rem;text-align:left}.inventory-button{padding:.5rem 1.5rem;background-color:#2563eb;color:#fff;border-radius:9999px;font-weight:600;margin-top:1rem;box-shadow:0 4px 6px #0000001a;transition:background-color .3s ease}.inventory-button:hover{background-color:#1d4ed8}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:50}.inventory-modal{background-color:#fff;border-radius:1rem;box-shadow:0 10px 25px #0003;padding:1.5rem;width:90%;max-width:768px;position:relative}.close-button{position:absolute;top:.5rem;right:1rem;font-size:1.5rem;color:#6b7280;cursor:pointer;transition:color .3s ease}.close-button:hover{color:#000}.inventory-title{font-size:1.75rem;font-weight:700;text-align:center;color:#1e3a8a;margin-bottom:1rem}.inventory-table-wrapper{max-height:20rem;overflow-y:auto}.inventory-table{width:100%;border-collapse:collapse;font-size:.875rem}.inventory-table thead{background-color:#dbeafe}.inventory-table th,.inventory-table td{padding:.75rem;text-align:center;border-top:1px solid #e5e7eb}.restock-wrapper{min-height:100vh;padding:2rem}.restock-container{background-color:#fff0f6;border-radius:1.5rem;padding:2rem;box-shadow:0 8px 20px #ff69b433;margin-top:2rem}.restock-title{text-align:center;color:#ff4f9c;font-size:2rem;margin-bottom:1.5rem;font-weight:600}.restock-form{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.restock-form input,.restock-form select{padding:.7rem 1rem;font-size:1rem;border-radius:1rem;border:2px solid #ffaad4;background-color:#fff8fc;min-width:160px;transition:border-color .3s ease,box-shadow .3s ease}.restock-form input:focus,.restock-form select:focus{outline:none;border-color:#ff4f9c;box-shadow:0 0 0 3px #ff69b433}.add-item-btn{background-color:#ff69b4;color:#fff;border:none;border-radius:1.5rem;padding:.75rem 1.5rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.add-item-btn:hover{background-color:#ff4f9c;transform:scale(1.05)}.restock-table{width:100%;border-collapse:collapse;margin-top:1rem;background-color:#fff8fc;border-radius:1rem;overflow:hidden;box-shadow:0 6px 15px #ff69b426}.restock-table th,.restock-table td{text-align:center;padding:.75rem;font-size:.95rem;border-bottom:1px solid #ffe6ef}.restock-table th{background-color:#ffd6e8;color:#a6487a}.restock-actions{display:flex;justify-content:center;gap:.5rem}.restock-actions button{padding:.4rem .7rem;border:none;border-radius:.8rem;font-weight:700;cursor:pointer;transition:transform .2s ease}.plus{background-color:#d4ffea;color:#0f8c5f}.minus{background-color:#fff4cc;color:#c28c00}.delete{background-color:#ffd2d2;color:#c4233b}.restock-actions button:hover{transform:scale(1.1)}.confirm-btn-wrapper{margin-top:2rem;text-align:center}.confirm-btn{background-color:#ff69b4;color:#fff;border:none;padding:1rem 2rem;border-radius:2rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.confirm-btn:hover{background-color:#ff4f9c;transform:scale(1.05)}.stock-graph-container{background-color:#fff0f6;padding:1.5rem;border-radius:1.5rem;box-shadow:0 8px 20px #ff69b426;height:100%;display:flex;flex-direction:column}.stock-graph-title{text-align:center;font-size:1.6rem;color:#ff4f9c;font-weight:600;margin-bottom:1rem}.stock-graph-empty{text-align:center;color:#a6487a;font-size:1rem;font-style:italic}@media (max-width: 768px){.stock-graph-title{font-size:1.3rem}}.stocks-page{padding:2rem}.stocks-grid{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.stocks-graph{flex:2;min-width:300px}.recommendations-panel{flex:1;min-width:250px;background-color:#fff0f6;padding:1.5rem;border-radius:1.5rem;box-shadow:0 6px 18px #ff69b426;display:flex;flex-direction:column;justify-content:space-between}.recommend-title{font-size:1.4rem;font-weight:600;color:#ff4f9c;margin-bottom:1rem;text-align:center}.recommend-list{list-style:none;padding-left:0;margin:0 0 1rem}.recommend-item{background-color:#ffe6ef;margin-bottom:.5rem;padding:.6rem 1rem;border-radius:1rem;color:#cc1f66;font-weight:500;box-shadow:0 2px 6px #ff69b426}.recommend-empty{color:#a6487a;font-style:italic;text-align:center}.restock-btn{margin-top:1rem;background-color:#ff69b4;color:#fff;border:none;border-radius:1.5rem;padding:.7rem 1.2rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.restock-btn:hover{background-color:#ff4f9c;transform:scale(1.05)}.stocks-table-section{background-color:#fff0f6;border-radius:1.5rem;padding:1.5rem;box-shadow:0 6px 18px #ff69b426}.stocks-title{font-size:1.8rem;color:#ff4f9c;font-weight:600;text-align:center;margin-bottom:1.5rem}.stocks-table{width:100%;border-collapse:collapse;background-color:#fff8fc;border-radius:1rem;overflow:hidden}.stocks-table th,.stocks-table td{padding:.8rem 1rem;text-align:center;font-size:.95rem;border-bottom:1px solid #ffe6ef}.stocks-table th{background-color:#ffd6e8;color:#a6487a}.actions button{background:none;border:none;color:#a6487a;font-size:1rem;margin:0 .4rem;cursor:pointer;transition:transform .2s ease}.actions button:hover{transform:scale(1.2)}.low{color:#c62828;font-weight:700}.medium{color:#ff9800;font-weight:700}.high{color:#388e3c;font-weight:700}@media (max-width: 768px){.stocks-table-section{overflow-x:auto}.stocks-grid{flex-direction:column}}body{margin:0;font-family:Poppins,sans-serif;background:linear-gradient(135deg,#ffe0ec,#ffcde5)}.billing-page{padding:2rem}.billing-container{background-color:#fff0f6;padding:2rem;border-radius:1.5rem;box-shadow:0 6px 18px #ff69b426}.section-title{font-size:1.8rem;color:#ff4f9c;font-weight:600;text-align:center;margin-bottom:1.5rem}.input-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.input-field{padding:.7rem 1rem;font-size:1rem;border-radius:1rem;border:2px solid #ffaad4;background-color:#fff8fc;min-width:180px;transition:border-color .3s ease,box-shadow .3s ease}.input-field:focus{outline:none;border-color:#ff4f9c;box-shadow:0 0 0 3px #ff69b433}.add-button{background-color:#ff69b4;color:#fff;border:none;border-radius:1.5rem;padding:.7rem 1.5rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.add-button:hover{background-color:#ff4f9c;transform:scale(1.05)}.billing-table{width:100%;border-collapse:collapse;background-color:#fff8fc;margin-bottom:1rem;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #ff69b41a}.table-header th{background-color:#ffd6e8;color:#a6487a;padding:.8rem;text-align:center;font-size:1rem}.table-row td{text-align:center;padding:.7rem;border-bottom:1px solid #ffe6ef;font-size:.95rem}.total-section{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:2px dashed #ffaad4;margin-bottom:2rem}.total-section h3{font-size:1.4rem;color:#cc1f66}.confirm-button{background-color:#4caf50;color:#fff;border:none;border-radius:1.5rem;padding:.8rem 1.5rem;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.confirm-button:hover{background-color:#388e3c;transform:scale(1.05)}.history-section{margin-top:3rem}.no-history{text-align:center;font-style:italic;color:#a6487a}@media (max-width: 768px){.input-grid{flex-direction:column;align-items:center}.total-section{flex-direction:column;gap:1rem;text-align:center}}.support-page{background:linear-gradient(135deg,#ffe0ec,#ffcde5);min-height:100vh;padding:2rem;font-family:Poppins,sans-serif}.support-container{background-color:#fff0f6;max-width:600px;margin:auto;padding:2rem;border-radius:1.5rem;box-shadow:0 8px 20px #ff69b426;text-align:center}.support-title{font-size:2rem;color:#ff4f9c;margin-bottom:1.5rem}.support-form input,.support-form textarea{width:100%;padding:.9rem;margin-bottom:1rem;border-radius:1rem;border:2px solid #ffcde5;background-color:#fff8fc;font-size:1rem;transition:.3s ease}.support-form input:focus,.support-form textarea:focus{outline:none;border-color:#ff69b4;box-shadow:0 0 5px #ff69b466}.support-form button{background-color:#ff69b4;color:#fff;padding:.9rem 2rem;border:none;border-radius:2rem;font-weight:700;cursor:pointer;transition:transform .2s ease,background-color .3s ease}.support-form button:hover{background-color:#ff4f9c;transform:scale(1.05)}.support-status{margin-top:1rem;font-weight:600;color:#a6487a}
